Linux From ScratchThis Forum is for the discussion of LFS.
LFS is a project that provides you with the steps necessary to build your own custom Linux system.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm building LFS 6.1.1 on a Paceblade Pacebook Tablet PC. I has a built in REALTEK 10/100 ethernet card and I have a Netgear MA401 PCMCIA wireless LAN card.
As far as I can tell I've enabled all of the hotplug, PCMCIA and wireless options in the kernel. How do I get the card recognised and the driver loaded?
Here is the output of lspci:
00:00.0 Host bridge: Transmeta Corporation LongRun Northbridge (rev 01)
00:00.1 RAM memory: Transmeta Corporation SDRAM controller
00:00.2 RAM memory: Transmeta Corporation BIOS scratchpad
00:03.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
00:04.0 FireWire (IEEE 1394): Lucent Microelectronics FW323 (rev 04)
00:05.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 02)
00:06.0 VGA compatible controller: Silicon Motion, Inc. SM720 Lynx3DM (rev b1)
00:07.0 ISA bridge: ALi Corporation M1533 PCI to ISA Bridge [Aladdin IV]
00:08.0 Multimedia audio controller: ALi Corporation M5451 PCI AC-Link Controller Audio Device (rev 01)
00:0f.0 IDE interface: ALi Corporation M5229 IDE (rev c3)
00:11.0 Bridge: ALi Corporation M7101 PMU
00:14.0 USB Controller: ALi Corporation USB 1.1 Controller (rev 03)
I think that card uses the orinoco kernel modules.
See if you have them.
lsmod
if not
modprobe orinoco
modprobe orinoco-cs
see if the interface shows up
ifconfig -a
I you don't you will have to redo your kernel
to check look at /usr/src/linux/.config
or this may work
cat /usr/src/linux/.config | grep HERMES
my grep skills need some work
This may help http://forums.gentoo.org/viewtopic-t...ear+ma401.html
Last edited by comprookie2000; 04-22-2006 at 11:14 PM.
It's definately orinoco as this is what my old distro used. As for modprobe I don't have a modular kernel (I followed the book which recommended not doing it). I'd best build a modular kernel.......
Upgraded udev to version 0.91 and used the init scripts from development version (SVN 20060514). This has solved the problem and the wireless card is now detected correctly.
...to reveal another problem
It has, however, introduced a startup error: init_udevd_socket: bind failed
There are thousands of reports of this error with various versions of udev. He we go again!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.