LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 10-14-2003, 07:59 PM   #1
pmehta1613
LQ Newbie
 
Registered: Oct 2003
Distribution: SuSE 9.1
Posts: 16

Rep: Reputation: 0
Question Built-in wireless card no longer recognized


I bought a Toshiba Satellite A10 laptop a few months ago, and the laptop came with a builtin wireless networking card. When I installed Red Hat 9 on my machine, the card was recognized and everything ran fine. Until today, I had no problems. Today, however, my system decided to no longer recognize the card. Now, I have no idea how to set it up (mostly because I never set it up in the first place.)

All the information that Toshiba gives me about my card is that it is " Fully wireless 802.11b Agere." Also, from running the Windows partition of my system, I know that the device is recognized, and that the IRQ is 11. The Red Hat hardware browser is slightly more specific about the device, calling it an "Intersil PRISM2 11 Mbps Wireless Adapter." The hardware browser also gives the driver, orinoco_cs.

Unfortunately, when I run the network config tool, I have no idea which card corresponds to my settings. It seems that none of them match. Some of them, when selected, say that the device does not exist (For example, the toshiba oboe.) Others don't complain, but when I set up my wireless device (eth1), if I probe the MAC address, it says the device does not exist.

I am at a loss as to what to do. I would really like to have my wireless for the convenience. Beyond that, however, I'd like to know that I can get it working should I need it.
 
Old 10-14-2003, 08:16 PM   #2
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
Any events between when it stopped and when it used to work that might have had some impact on this?
 
Old 10-14-2003, 08:31 PM   #3
Col Panic
Member
 
Registered: Oct 2003
Distribution: Red Hat 9
Posts: 93

Rep: Reputation: 15
modprobe and make sure orinoco_cs, hermes, and orinoco modules are loaded, if not insert them. Then run neat from the command line. call the card Lucent Orinoco and Prism II based PCMCIA wireless.
 
Old 10-14-2003, 10:16 PM   #4
pmehta1613
LQ Newbie
 
Registered: Oct 2003
Distribution: SuSE 9.1
Posts: 16

Original Poster
Rep: Reputation: 0
I can't think of anything that changed between Saturday, when I used it last, and today (Monday). I know I haven't changed any system settings.

As for modprobe, is the command just '/sbin/modprobe orinoco_cs'? Also, another concern about that I have is that the wireless card worked before. So wouldn't the modules already be loaded.

Finally, if I add the Lucent Orinoco and Prism II Based PCMCIA Wireless, it doesn't remember that it's there when I restart neat again.
 
Old 10-15-2003, 12:40 AM   #5
Col Panic
Member
 
Registered: Oct 2003
Distribution: Red Hat 9
Posts: 93

Rep: Reputation: 15
Code:
$ /sbin/lsmod
will list all inserted modules

Code:
 $ /sbin/modprobe orinoco_cs orinoco hermes
will load the modules. You can do all 3 in one command or as many as you need to insert.

also see if you have /etc/pcmcia/hermes.conf and if so list it's contents. There's no telling why it stopped loading and disappeared, but the above is a good place to start looking.
 
Old 10-16-2003, 06:32 PM   #6
pmehta1613
LQ Newbie
 
Registered: Oct 2003
Distribution: SuSE 9.1
Posts: 16

Original Poster
Rep: Reputation: 0
I don't seem to have a 'hermes.conf' file anywhere (the only hermes files I have are the library modules.)

I tried loading the modules and adding the card to the hardware in 'neat', but whenever I exit the program and reload it, it still doesn't remember my card. It will remember the device 'eth1', but even after saving the settings it won't remember my card.

I have almost given up on the GUI controls. Is there a way I can get the info I need about my card straight from command line and set up what I need to do from the command line as well?
 
Old 10-16-2003, 09:31 PM   #7
akaBeaVis
LQ Guru
 
Registered: Apr 2003
Location: Maryland
Distribution: Slack 9.1,10 Mandrake 10,10.1, FedCore 2,3, Mepis 2004, Knoppix 3.6,3.7, SuSE 9.1, FreeBSD 5.2
Posts: 1,109

Rep: Reputation: 45
yes, check out "man cardctl" and the files in /etc/sysconfig/network-scripts/ beginning with ifcfg-, other related files: /etc/sysconfig/network and /etc/resolv.conf.

Last edited by akaBeaVis; 10-16-2003 at 09:33 PM.
 
Old 10-16-2003, 10:23 PM   #8
pmehta1613
LQ Newbie
 
Registered: Oct 2003
Distribution: SuSE 9.1
Posts: 16

Original Poster
Rep: Reputation: 0
The problem is that the device isn't PCMCIA (at least I don't think it is.) It's a built-in wireless card. That is, it doesn't go into the PCMCIA slot on my laptop, there's just a switch to turn it on or off.

On top of that, I have a 'man' entry for cardctl but I don't actually have an executable for it ('locate cardctl' only turns up the man page.)
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
built in wireless card klfreese Linux - Laptop and Netbook 7 10-25-2005 02:44 PM
how do I get the kernel to recognize a built in wireless card proteger Linux - Wireless Networking 2 06-08-2004 01:56 PM
Broadcom built-in wireless card Travis S Linux - Wireless Networking 0 06-07-2004 03:42 PM
Wireless card no longer recognized in Linux pmehta1613 Linux - Wireless Networking 12 10-28-2003 10:18 PM
help - wireless card no longer recognized? dublin212 Linux - Wireless Networking 1 06-15-2003 08:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 07:43 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration