Linux From Scratch This 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-22-2006, 05:34 PM
|
#1
|
Member
Registered: Feb 2005
Location: Kent, UK
Distribution: OpenSUSE, Raspian
Posts: 60
Rep:
|
Wireless PCMCIA card driver loading
Hi folks, some help would be appreciated.
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)
Any thoughts?
|
|
|
04-22-2006, 10:06 PM
|
#2
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Rep:
|
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 10:14 PM.
|
|
|
04-23-2006, 04:30 AM
|
#4
|
Member
Registered: Feb 2005
Location: Kent, UK
Distribution: OpenSUSE, Raspian
Posts: 60
Original Poster
Rep:
|
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.......
|
|
|
04-23-2006, 11:25 AM
|
#5
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Rep:
|
Just add the orinoco stuff as modules, I use the same kernel
cd /usr/src/linux
make menuconfig
add the modules "m"
make && make modules_install
|
|
|
05-04-2006, 02:24 PM
|
#6
|
Member
Registered: Feb 2005
Location: Kent, UK
Distribution: OpenSUSE, Raspian
Posts: 60
Original Poster
Rep:
|
No luck yet. Wireless bits and bobs are now modular. I have instaled pcmcia utilities (which includes a startup script).
During startup the text tells me that there is indeed a card inserted into slot 0.
I have created a modules.conf file and inserted the line:
alias eth1 orinoco_cs
Is that valid for LFS?
After boot I do modprobe orinoco_cs and lsmod shows YENTA SOCKET modules and orinoco modules are loaded.
But iwconfig gives:
lo no wireless extensions
eth0 no wireless extensions
eth1 no wireless extensions
Desperate for some help here. Thanks.
|
|
|
05-05-2006, 11:05 PM
|
#7
|
Gentoo Developer
Registered: Feb 2004
Location: Fort Lauderdale FL.
Distribution: Gentoo
Posts: 3,291
Rep:
|
Do you have a config file for pcmcia
I don't know where it would be mayby
/etc/pcmcia/something
this may help or ask this guy;
http://permalink.gmane.org/gmane.lin...nd.devel/13192
Last edited by comprookie2000; 05-05-2006 at 11:10 PM.
|
|
|
05-07-2006, 04:27 AM
|
#8
|
Member
Registered: Feb 2005
Location: Kent, UK
Distribution: OpenSUSE, Raspian
Posts: 60
Original Poster
Rep:
|
I read the link and tweaked the kernel a bit but still nothing.
Regadless of whether I plug in afterboot or before boot I get
file /proc/net/wireless : blank file
when viewing the file with less or cat there is only a header row.
> 
|
|
|
05-24-2006, 03:38 AM
|
#9
|
Member
Registered: Feb 2005
Location: Kent, UK
Distribution: OpenSUSE, Raspian
Posts: 60
Original Poster
Rep:
|
Problem solved....
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!
If it was easy it wouldn't be any fun 
|
|
|
All times are GMT -5. The time now is 06:24 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|