Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Wireless Net work card, help me please
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
smellis
n00b
n00b


Joined: 07 Nov 2002
Posts: 26
Location: Lawton/Ft. Sill, Oklahoma

PostPosted: Wed Dec 25, 2002 4:40 pm    Post subject: Wireless Net work card, help me please Reply with quote

Heeeeeeeelp!

I just got this shiny new wireless NIC for Christmas and I have no idea how to make it work. I have gentoo 1.4 on a HP 4150. I have pcmcia-cs package installed and operation(i know this cause my other nic works just fine). I plugged the F5D6020 in and to my dismay it gave me a lower beep. What should i do? P.S. I have wireless networking enabled in the kernel. Thanks in advance -stephan
Back to top
View user's profile Send private message
oniq
Guru
Guru


Joined: 02 Sep 2002
Posts: 597
Location: Connecticut

PostPosted: Wed Dec 25, 2002 5:25 pm    Post subject: Reply with quote

The joys of google:
http://www.jacked-in.org/linux/belkin_wireless.php

Enjoy! I'm getting my wireless network setup soon, so I like reading about other's experiences, and what I should look for.
_________________
open like a child's mind.
Back to top
View user's profile Send private message
smellis
n00b
n00b


Joined: 07 Nov 2002
Posts: 26
Location: Lawton/Ft. Sill, Oklahoma

PostPosted: Wed Dec 25, 2002 6:03 pm    Post subject: been there. Reply with quote

Well, I saw that site. But it doesnt say how to get the card working, unless you telling me that the card won't work at all unless its firmware has been upgraded. I think I might trade this card for another. my /etc/pcmcia/config file shows a bunch of cards that I could probly find here in town. Thanks
Back to top
View user's profile Send private message
madpenguin8
n00b
n00b


Joined: 19 Jun 2002
Posts: 38
Location: Detroit MI

PostPosted: Wed Dec 25, 2002 6:36 pm    Post subject: Reply with quote

I had this same problem, I pulled my hair out for hours trying to get my damn card to work. After much googling, I had found a page that said to edit your /etc/pcmcia/wireless.opts file.

On line 20 of the file you will find:
*,*,*,*)
You have to comment out this line, it should look like this:
#*,*,*,*)

After I had done this, I got the two high beeps, it's like hearing you just won a milliom dollars. After editing the file I had to reboot the machine to make it work, I don't know why but thats wht it took to make it work.
_________________
Have you ever stopped to think...............and never start again?
Back to top
View user's profile Send private message
pilla
Bodhisattva
Bodhisattva


Joined: 07 Aug 2002
Posts: 7729
Location: Underworld

PostPosted: Wed Dec 25, 2002 6:51 pm    Post subject: Reply with quote

Probably "/etc/init.d/pcmcia restart" would make the same effect.

madpenguin8 wrote:

After I had done this, I got the two high beeps, it's like hearing you just won a milliom dollars. After editing the file I had to reboot the machine to make it work, I don't know why but thats wht it took to make it work.

_________________
"I'm just very selective about the reality I choose to accept." -- Calvin
Back to top
View user's profile Send private message
smellis
n00b
n00b


Joined: 07 Nov 2002
Posts: 26
Location: Lawton/Ft. Sill, Oklahoma

PostPosted: Thu Dec 26, 2002 2:48 am    Post subject: didnt work Reply with quote

I don't think the problem is with the wireless.opts file. I cahnged it like you said, but the card still doesnt work. I think it is with the drivers I am using. I tried modprobing the orinoco_cs modules and it loaded without errors or warnings, but didnt do anyhting, no eth1 or wlan0. I tried wvlan_cs and got the same effect.
Back to top
View user's profile Send private message
smellis
n00b
n00b


Joined: 07 Nov 2002
Posts: 26
Location: Lawton/Ft. Sill, Oklahoma

PostPosted: Thu Dec 26, 2002 3:28 am    Post subject: new info Reply with quote

I burned a copy of knoppix, the german cd distro, through it in the laptop and booted it, and almost immediately if found my card. It said it was an usupported card, but gave me some valuable info, the manfid. I am assuming this is like a MAC id for network cards, except on the pcmcia bus. So what i did was put this new info into my /etc/pcmcia/config file like this

card "Belkin blah blah blah"
manfid 0x01bf, 0x3302
bind "orinoco_cs"

and woohoo, pcmcia now recognizes the card but none of the drivers work. It gives me a high beep follow by a low beep, meaning it knows the card from the config file, but the drivers didnt work. But I just remembered something, I downloaded the hostap driver, didnt try that one. I will post the results of that drivers in a minute.
Back to top
View user's profile Send private message
smellis
n00b
n00b


Joined: 07 Nov 2002
Posts: 26
Location: Lawton/Ft. Sill, Oklahoma

PostPosted: Thu Dec 26, 2002 3:34 am    Post subject: nope Reply with quote

and it didnt work. Any Ideas from this new info?
Back to top
View user's profile Send private message
ehudokai
n00b
n00b


Joined: 27 Dec 2002
Posts: 53
Location: Southern Cal, USA

PostPosted: Fri Dec 27, 2002 6:59 am    Post subject: more info... Reply with quote

try checking your kernel logs.... depending upon what logger your using this may give you some help. with metalog I believe it uses /var/log/kernel/current ... and the standard sysklog uses /var/log/messeges. If you run `tail -f logfile` on a seperate console you can watch the logs as they are written to.

When you insert the card and hear the beeps there is info being written to your kernel log telling the reasons for each beep. In fact this is the place where you can get the MANF id that you spoke of earlier.

It seems that your configuration is set up properly, but there are many things that could be going wrong. Simply modprobing the orinoco_cs is not going to work properly unless you have the info for eth1 or wlan0 etc.. set up properly in your /etc/modules.conf. Which should be done by adding a file with your information to the /etc/modules.d directory and running update-modules.

What you want to check is that once you insert your card the orinoco_cs module is being automagically loaded. of coarse this is seen through lsmod. If it is not, you may have the wrong manfid in your config file. That's where checking your logs should help.

Hope some of this helps...
Back to top
View user's profile Send private message
tdb
Apprentice
Apprentice


Joined: 19 Sep 2002
Posts: 293
Location: New Orleans, Louisiana, U.S.A. (what's left of it anyway...)

PostPosted: Wed Jan 29, 2003 6:19 am    Post subject: Reply with quote

If your card says "ver.2" after the model number, then try this link:

http://www.seattlewireless.net/index.cgi/HardwareComparison
Back to top
View user's profile Send private message
tdb
Apprentice
Apprentice


Joined: 19 Sep 2002
Posts: 293
Location: New Orleans, Louisiana, U.S.A. (what's left of it anyway...)

PostPosted: Sun Feb 02, 2003 12:57 am    Post subject: got it working Reply with quote

See this thread:

https://forums.gentoo.org/viewtopic.php?p=192207#192207

tom
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum