This is a discussion on Re: Gentoo Linux setup, PCMCIA card Linksys NP 100 not detected within the Gentoo Linux Support forums, part of the Unix Operating Systems category; --> "Nuno Amalio" <namalio@cs.york.ac.uk> wrote in message news:3F031F4D.7080302@cs.york.ac.uk... > Hi > > I am trying to setup Gentoo Linux on ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| "Nuno Amalio" <namalio@cs.york.ac.uk> wrote in message news:3F031F4D.7080302@cs.york.ac.uk... > Hi > > I am trying to setup Gentoo Linux on my machine (Live CD 1.4_rc4). The > card is not detected automatically, and the command > > modprobe axnet_cs > > also fails. > > Do you know what is wrong? Or how can I fix it? > > Many Thanks, > Nuno. > Did type in "gentoo dopcmcia" on the boot screen? (When you boot with the livecd, you'll get the gentoo bootsplash, by default it will do "gentoo" and boot. But as the installation manual states, you can enable pcmcia support by doing "dopcmcia"). When I installed gentoo on my laptop, I typed int "gentoo acpi dopcmcia noapm" to boot the livecd. Hope that helps. Trev. |
| |||
| Thanks for the tip, it worked. And I managed to build the system. But now I have another problem. The PCMCIA netword card is not identified when I boot with the newly built system. Probably I have missed some setting. Do you know what the problem may be? How can I correct it? Many Thanks, Nuno. Trev. wrote: > "Nuno Amalio" <namalio@cs.york.ac.uk> wrote in message > news:3F031F4D.7080302@cs.york.ac.uk... > >>Hi >> >>I am trying to setup Gentoo Linux on my machine (Live CD 1.4_rc4). The >>card is not detected automatically, and the command >> >>modprobe axnet_cs >> >>also fails. >> >>Do you know what is wrong? Or how can I fix it? >> >>Many Thanks, >>Nuno. >> > > > Did type in "gentoo dopcmcia" on the boot screen? > (When you boot with the livecd, you'll get the gentoo bootsplash, by default > it will do "gentoo" and boot. But as the installation manual states, you > can enable pcmcia support by doing "dopcmcia"). > > When I installed gentoo on my laptop, I typed int "gentoo acpi dopcmcia > noapm" to boot the livecd. > > Hope that helps. > > Trev. > > |
| ||||
| Hi, Did you "emerge pcmcia-cs" ? if you did, did you "rc-update add net.eth0 default" ? (before you do that, edit the /etc/conf.d/net script, and look over the script to make sure your configuration is ok). If you answer yes to both questions above, I need to know what you see when you execute "ifconfig -a", do you have eth0 there or what do you have? Trev. "Nuno Amalio" <namalio@cs.york.ac.uk> wrote in message news:3F05CFE1.9030304@cs.york.ac.uk... > > Thanks for the tip, it worked. And I managed to build the system. > > But now I have another problem. The PCMCIA netword card is not > identified when I boot with the newly built system. > > Probably I have missed some setting. Do you know what the problem may > be? How can I correct it? > > Many Thanks, > Nuno. > > Trev. wrote: > > "Nuno Amalio" <namalio@cs.york.ac.uk> wrote in message > > news:3F031F4D.7080302@cs.york.ac.uk... > > > >>Hi > >> > >>I am trying to setup Gentoo Linux on my machine (Live CD 1.4_rc4). The > >>card is not detected automatically, and the command > >> > >>modprobe axnet_cs > >> > >>also fails. > >> > >>Do you know what is wrong? Or how can I fix it? > >> > >>Many Thanks, > >>Nuno. > >> > > > > > > Did type in "gentoo dopcmcia" on the boot screen? > > (When you boot with the livecd, you'll get the gentoo bootsplash, by default > > it will do "gentoo" and boot. But as the installation manual states, you > > can enable pcmcia support by doing "dopcmcia"). > > > > When I installed gentoo on my laptop, I typed int "gentoo acpi dopcmcia > > noapm" to boot the livecd. > > > > Hope that helps. > > > > Trev. > > > > > > |