LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 11-04-2003, 01:22 AM   #1
Pathian
Member
 
Registered: Sep 2003
Location: Dayton, Ohio and Hoffman Estates, IL
Distribution: Slackware 9.1 (laptop) Mandrake 9.2 (desktop)
Posts: 58

Rep: Reputation: 15
Proxim Orinoco Silver PCMCIA on RH9 w/ kernel 2.4.20-20.9


I just bought a proxim Orinoco Silver a/b/g PCMCIA (Model 8481-WD) for my laptop running rh9 with the 2.4.20-20.9 kernel. I was told that the Orinoco Silver card is the easiest to configure using redhat but I've had no luck with it so far as I don't have much experience with adding new hardware to Linux, I'm not even sure if Linux is logically aware of the card, when I reboot the computer with the card in it the card's Power LED will flick on for a moment and turn off again, it will do this periodically. I went to KDE's Control Center and went to the information section and clicked "PCMCIA" and it told me
Card 0: Cardbus hotplug device
I was told that redhat should recognize the card when I went to configure it for the network, but it didn't recognize the driver it needed. After I went to Network Configuration and selected Wireless Connection, the only option it gave me to choose from under Select Wireless Device was "Other Wireless Card" after clicking through, the dropdown had 3 adapters that started with Lucent Orinoco plus one that was Lucent/Agere, though two of the Orinoco selections were Prism2, and I am fairly sure the orinoco is a wavelan. I've tried all of them and after each configure I reset my pcmcia and network to make sure everything was being recognized. Every time I tired to activate the new connection (eth1, eth0 is my ethernet NIC) I get one of the following messages
wvlan_cs device eth1 does not seem to be present, delaying initialization.
orinoco_old_cs device eth1 does not seem to be present, delaying initialization.
etc etc...
I recieved a tip to install pcmcia-cs-3.2.5, which I did, but it apparently did not change anything. Does anyone have any other ideas?

Last edited by Pathian; 11-04-2003 at 01:27 AM.
 
Old 11-04-2003, 09:13 AM   #2
2Gnu
Senior Member
 
Registered: Jan 2002
Location: Southern California
Distribution: Slackware
Posts: 1,880

Rep: Reputation: 51
You've been lied to! Well, probably not lied, but we've certainly confused you.

The original Lucent/Agere/ORiNOCO Silver & Gold cards used the Hermes chipset and are nearly fool-proof in a Red Hat 9.0 install. The new a/b/g cards use the Atheros chipset. There is a driver project at MADWiFi. I've not used it, but have read that it's pretty solid.

Good luck and let us know how it goes.
 
Old 11-05-2003, 09:35 PM   #3
Pathian
Member
 
Registered: Sep 2003
Location: Dayton, Ohio and Hoffman Estates, IL
Distribution: Slackware 9.1 (laptop) Mandrake 9.2 (desktop)
Posts: 58

Original Poster
Rep: Reputation: 15
thanks for that info, I downloaded the package from that site, but I don't really know how to use the drivers to activate the card. If it helps though this is the info that cardctl ident gave me

Socket 0:
product info: "Atheros Communications, Inc.", "AR5001-0000-0000", "Wireless LAN Reference Card", "00"
manfid: 0x0271, 0x0012
function: 6 (network)
 
Old 11-06-2003, 12:19 AM   #4
2Gnu
Senior Member
 
Registered: Jan 2002
Location: Southern California
Distribution: Slackware
Posts: 1,880

Rep: Reputation: 51
Did you install the drivers? Any errors during the make or install?
After installing the driver, modprobe drivername as root.
Whatever the driver name is, modprobe will load it. If not, post any error messages.
 
Old 11-06-2003, 11:38 AM   #5
Pathian
Member
 
Registered: Sep 2003
Location: Dayton, Ohio and Hoffman Estates, IL
Distribution: Slackware 9.1 (laptop) Mandrake 9.2 (desktop)
Posts: 58

Original Poster
Rep: Reputation: 15
modprobe and insmod gave me the same output
[magician@localhost driver]$ /sbin/insmod ath_pci.o
ath_pci.o: unresolved symbol ieee80211_media_change
ath_pci.o: unresolved symbol ieee80211_add_xrates
ath_pci.o: unresolved symbol ath_hal_mhz2ieee
ath_pci.o: unresolved symbol ath_hal_init_channels
ath_pci.o: unresolved symbol ieee80211_new_state
ath_pci.o: unresolved symbol ieee80211_media_status
ath_pci.o: unresolved symbol ieee80211_add_rates
ath_pci.o: unresolved symbol ieee80211_dump_pkt
ath_pci.o: unresolved symbol ieee80211_media_init
ath_pci.o: unresolved symbol ether_sprintf
ath_pci.o: unresolved symbol ieee80211_ifdetach
ath_pci.o: unresolved symbol ieee80211_encap
ath_pci.o: unresolved symbol ieee80211_ifattach
ath_pci.o: unresolved symbol ieee80211_find_node
ath_pci.o: unresolved symbol ieee80211_input
ath_pci.o: unresolved symbol _ath_hal_attach
ath_pci.o: unresolved symbol ath_hal_detach
ath_pci.o: unresolved symbol ath_hal_probe
ath_pci.o: unresolved symbol ieee80211_next_scan
ath_pci.o: unresolved symbol ieee80211_chan2ieee
ath_pci.o: unresolved symbol ieee80211_chan2mode
ath_pci.o: unresolved symbol ieee80211_iterate_nodes
ath_pci.o: unresolved symbol ath_hal_computetxtime

Also I wasn't able to do make/make install on the ath_hal driver because of this error
[magician@localhost ath_hal]$ make
uudecode < ../hal/linux/i386-elf.hal.o.uu
/bin/sh: line 1: uudecode: command not found
make: *** [hal.o] Error 127
 
Old 11-06-2003, 01:13 PM   #6
2Gnu
Senior Member
 
Registered: Jan 2002
Location: Southern California
Distribution: Slackware
Posts: 1,880

Rep: Reputation: 51
OK:
1. You can't load a driver that's not installed and, since the make install failed ...
2. You appear to be trying to do the make install as a normal user. Do it as root.
 
Old 11-09-2003, 01:11 AM   #7
Pathian
Member
 
Registered: Sep 2003
Location: Dayton, Ohio and Hoffman Estates, IL
Distribution: Slackware 9.1 (laptop) Mandrake 9.2 (desktop)
Posts: 58

Original Poster
Rep: Reputation: 15
I tried it as root and got the same type of error
 
Old 11-09-2003, 09:57 AM   #8
2Gnu
Senior Member
 
Registered: Jan 2002
Location: Southern California
Distribution: Slackware
Posts: 1,880

Rep: Reputation: 51
Do you have the development packages installed? They are required to compile stuff.
 
Old 11-12-2003, 09:12 PM   #9
VWmp849s
LQ Newbie
 
Registered: Nov 2003
Posts: 1

Rep: Reputation: 0
l

Last edited by VWmp849s; 11-12-2003 at 09:14 PM.
 
  


Reply



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
Proxim (lucent) orinoco silver usb (serial cnxn)? spb37 Slackware 0 11-28-2004 05:21 PM
Proxim Orinoco Silver Card not working on Sony PCG-GRZ630 BlueNowhere Linux - Laptop and Netbook 0 09-11-2004 10:48 PM
proxim orinoco silver wireless combocard a/b/g jw1968 Linux - Wireless Networking 0 08-29-2004 10:51 AM
Proxim Orinoco Silver + Slackware 10 questions miyagi Linux - Laptop and Netbook 1 08-23-2004 10:32 AM
Proxim ORiNOCO 802.11 a/b/g Silver PCMCIA Card drivers tychob Linux - Wireless Networking 1 08-17-2003 12:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

All times are GMT -5. The time now is 05:03 PM.

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