View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 14 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Sun Dec 19, 2004 12:05 am 
Offline
Joined: Tue Dec 14, 2004 10:51 am
Posts: 15
Do I have to upgrade my R4V5 box to a 2.6.x kernel to get my wireless card to work?

My card is linksys wmp54g (broadcom 4320).

Thanks,
Mark


Top
 Profile  
 
PostPosted: Tue Dec 21, 2004 10:31 am 
Offline
Joined: Fri Dec 26, 2003 6:05 pm
Posts: 82
I've got that same PCI card in my frontend (upstairs over a wireless connection) it works great and I got it working by using Linuxant http://www.linuxant.com/. It was real easy to configure, the only downside was that it will cost $20... but that's for a lifetime serial number, as in it will never run out... so, you could look into that. I have never heard anything about using a broadcom wireless card in 2.6. I could be wrong, I kinda hope so, cause it would be great that those cards are finally being supported. So what's your source on 2.6 broadcom support?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 21, 2004 12:42 pm 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
I think the only way to get broadcom cards working open source is to use ndiswrapper. Not sure what kernel versions it works with.

_________________
Have a question search the forum and have a look at the KnoppMythWiki.

Xsecrets


Top
 Profile  
 
PostPosted: Tue Dec 21, 2004 1:22 pm 
Offline
Joined: Mon Nov 08, 2004 9:32 pm
Posts: 66
Location: Murfreesboro, TN
This is from my notes on setting up wireless with Knoppix 3.6 on my Dell D600 notebook (Broadcom wireless-G chip). You will have to figure out how to install and setup the ndiswrapper as KnoppMyth does not have the scripts I believe. This was done using the 2.4 kernel.

Here are the basic steps to follow:

1. Download the (Dell D600 Broadcom chip) ndiswrapper driver from: http://www.silfreed.net/download/hpzt30 ... 07A.tar.gz (Replace with your ndis driver, see wiki for additional drivers)

2. Untar the driver: # tar -zxvf SP23107A.tar.gz

3. Use the Knoppix/Network/Configure/ndiswrapper script to install.

4. Use the Knoppxi/Network/Configure/network card script and select WLAN0.

5. From the root terminal issues these commands: (I used WEP on my setup)

# iwconfig wlan0 essid <your ssid>
# iwconfig wlan0 key open s:<your ascii key> [n] ; [1]..[4]
# iwconfig wlan0 key open
# iwconfig wlan0 key [n]
# pump -i wlan0
# ifconfig wlan0

You should receive an IP address from your access point if all worked.
If not, try rebooting and issuing the iwconfig commands again. Sometimes I have had to issue the key commands more than once before it would take.

If you need more details and further help see http://ndiswrapper.sourceforge.net/wiki/

also:

/etc/network/interfaces -add the following:
auto wlan0
iface wlan0 inet dhcp

Hope this helps...
:)


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 21, 2004 11:36 pm 
Offline
Joined: Tue Dec 14, 2004 10:51 am
Posts: 15
Thanks for all the help. I got the ndiswrapper-0.7 to install and got the driver to install as well, but I can't get "hardware present" to show up.

lspci shows the broadcom wireless card but running ndiswrapper -l only shows the driver and not the "hardware present".

Mark


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 22, 2004 12:00 am 
Offline
Joined: Tue Dec 14, 2004 10:51 am
Posts: 15
Ok - so I'm not the sharpest knife in the drawer.

I was using the bcmwl5.sys instead of bcmwl5.inf

Fixed it and everything fell into place. Thanks,

Mark


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 22, 2004 11:09 am 
Offline
Joined: Fri Dec 26, 2003 6:05 pm
Posts: 82
well, I got through step three... ndiswrapper is installed and all that and when I do a modprobe it loads it... I can even do a ndiswrapper -l and it finds the card, the driver and says they're both installed. but I don't know how to do the:
Quote:
4. Use the Knoppxi/Network/Configure/network card script and select WLAN0
step... because that's where stuff is not working. btw, I've got a wmp54g pci card, I think it's v1 so it's real old


Top
 Profile  
 
PostPosted: Wed Dec 22, 2004 8:37 pm 
Offline
Joined: Mon Nov 08, 2004 9:32 pm
Posts: 66
Location: Murfreesboro, TN
Try /usr/sbin/netcardconfig

If you do not have this installed then "apt-get install netcardconfig-knoppix"


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 22, 2004 8:56 pm 
Offline
Joined: Fri Dec 26, 2003 6:05 pm
Posts: 82
ahhhhh, ok, that's good. And actually I did get it working without using that script, but this will actually help a little more with the configuration... thank you.


Top
 Profile  
 
 Post subject:
PostPosted: Wed Dec 22, 2004 9:08 pm 
Offline
Joined: Tue Dec 14, 2004 10:51 am
Posts: 15
I use info from this post

http://mysettopbox.tv/phpBB2/viewtopic. ... ht=802+11g

it works on install now.

Code:
  pre-up /sbin/iwconfig wlan essid MyEssid mode mananged key restricted XXXXXXXXXXXXXXXXXXXXXXXXXX enc on


in /etc/network/interfaces

Mark


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 23, 2004 8:02 am 
Offline
Joined: Fri Dec 26, 2003 6:05 pm
Posts: 82
ok, so far so good. It's all working, and best of all it's all working on startup. Now I just need to figure out a way to fix the interference between my wireless phone and frontend... does anyone know of a way to set what channel I'm using on my pci wireless card?


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 23, 2004 9:14 am 
Offline
Joined: Mon Oct 06, 2003 10:38 am
Posts: 4978
Location: Nashville, TN
you can't set that on the wireless card. you have to set that on the access point or router. That's not exactly true you could set it on the pci card, but it would never see the network unless you change it on the WAP/router.

_________________
Have a question search the forum and have a look at the KnoppMythWiki.

Xsecrets


Top
 Profile  
 
 Post subject:
PostPosted: Thu Dec 23, 2004 11:03 pm 
Offline
Joined: Fri Dec 26, 2003 6:05 pm
Posts: 82
oohh, well, I did change the channel on the router, but I was under the impression they just needed to match to get a strong connection... I think I'm confused, sorry for the inconveniece. Oh, and does anyone know of a good way to get rid of wireless phone interference? It's not too bad, but I wasn't sure if there was a "cure-all" remedy or whatever...


Top
 Profile  
 
 Post subject:
PostPosted: Mon Dec 27, 2004 3:18 pm 
Offline
Joined: Tue Dec 14, 2004 10:51 am
Posts: 15
The suggestion I have is to upgrade to a 5.8 ghz phone, otherwise you will have to find a good channel. Also, it could be other phones in the area!

Mark


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 14 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 6 guests


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 post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu