LinuxQuestions.org
Register a domain and help support LQ
Go Back   LinuxQuestions.org > HCL > Network Cards > Motorola
User Name
Password

Notices

Search · Register · Submit New Product ·
 

Motorola WN825G
Reviews Views Date of last review
5 39508 10-25-2006
spacer
Recommended By Average Price Average Rating
100% of reviewers $36.32 9.3



Description: IEE 802.11g wireless notebook adapter, 54Mbps.

Works fine using ndiswrapper 0.7, using Windows driver from bcmwl5a.inf included on Motorola CDROM.
Keywords: 802.11g wireless notebook adapter
/sbin/lspci output: 15:00.0 Network controller: Broadcom Corporation: Unknown device 4320 (rev 03)
Chipset: Broadcom 4320?
Connection Type: PCMCIA


Author
Post A Reply 
Old 08-17-2004, 12:00 PM   #1
trel
 
Registered: Mar 2004
Distribution: Red Hat 9
Posts: 15

Rep: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): $62.00 | Rating: 7

Kernel (uname -r): 2.4.20-8
Distribution: RedHat 9



Got this working with ndiswrapper 0.7 source code (ndiswrapper.sourceforge.net); using the bcmwl5a.inf file for the Windows driver. I followed the instructions in the ndiswrapper INSTALL text file included.

I ran into some problems, partly due to being new to compiling source under Linux. Firstly I had to install the source for my kernel (got an rpm which made things easier, or otherwise setup symbolic links for the kernel directories).

Once 'make install' was compiling successfully, the next snag in following the INSTALL file was the Linux distro specific part for setting up the wireless network device wlan0. For RedHat (9), the tool is '/usr/bin/redhat-config-network', also in the System Settings GNOME menu. I had already done the iwconfig stuff setting the SSID and encryption, but I had to do the 'ndiswrapper -m' automation before the redhat tool would list ndiswrapper as a new network device. I then entered the SSID and encryption again in the RedHat dialog. This was when I first got the card working.

On rebooting I ran into my last problem, which is that my system brings up the wireless card (wlan0) before PCMCIA is started; hence the card is unpowered - no networking! To manually get the card working, run:
/sbin/modprobe -r ndiswrapper
/sbin/modprobe ndiswrapper

This should repower the card now that PCMCIA is up again, networking then should work. I haven't found a neat fix for this yet, but a (slightly messy) workaround is to append those two lines to /etc/rc.d/rc.local - this runs the card reprobing straight after the system is booted.

N.B. For the Hex SSID my network uses 64 bit WEP encryption (ndiswrapper only mentions 40 or 128 bit) which works fine with ndiswrapper. I used a proprietary utility to tell me the 0x Hex code generated from text as my network administrator only told me the text.
 
Old 01-09-2005, 06:24 PM   #2
Caeda
 
Registered: Jul 2003
Distribution: Suse 6.0+, Mandrake 5.0-10.0, Redhat 6.0-9.0, Gentoo 1.2+, Gnoppix, Knoppix, Sabayon, Ubuntu 5.04+
Posts: 1,811

Rep: Reputation: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): $25.00 | Rating: 10

Kernel (uname -r): 2.6.8-24.5
Distribution: Suse 9.2


Now available for purchase at walmart for 25$, not a sale!
Works 100% with ndiswrapper, easy to configure with suse using yast.
Card does not work with updated drivers on website.
 
Old 03-10-2005, 04:30 PM   #3
dnyang
 
Registered: Mar 2005
Posts: 6

Rep: Reputation: Reputation: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 0

Kernel (uname -r):
Distribution: mepis 3.3


I have compaq presario 2232us laptop that came with a broadcom 4306 internal wlan. I been trying like hell to get it to work, updating ndiswrapper, different kernals to no avail.

So compusa flier had alot of networkinf stuff for like $10 to $8 each after rebate and so I decided to give it a try, hell it was dirt cheap after rebate,can always use the faster speed and AHEM,, in windows!

So I had MEPIS 3.3 up and going, already got all the drivers from before still installed from the internal non-functioning wlan (of the same chipset as the new pcmcia carddus wlan card from motorola model WN825G - chipset broadcom 4306 or so lspci says...)

LOW and behold, plug this thing in and it saw it using the ifconfig -a command. gave it a static ip (it saw an ip close to the wireless router but not quite) and tried to ping to no avail (had another hard wired PC to the router to verify ip addresses, settings, etc)

so figure I would reboot the laptop, and after the reboot I was able to hit the router setup htpp addy, and also ping the other PC. SO it works now! Basically right out of the box.

I can't believe the internal one with same chipset did not work, and to think it was a compaq AKA hp part (I thought hp was supportive of linux to a certain extent?)

so the $10 (after rebate) purchase paid for for this linux distro. Am sure it will now work on SUSE, KNOPPIX and even BUFFALO.
 
Old 12-01-2005, 06:23 PM   #4
joedonahuedotorg
 
Registered: Sep 2005
Distribution: FC3, Debian Sid
Posts: 3

Rep: Reputation: Reputation: Reputation: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): $21.95 | Rating: 10

Kernel (uname -r): 2.6.12-1.1381_FC3
Distribution: Fedora Core 3


It seems I had some problems at each step along the way, but here are the highlights:
I installed ndiswrapper using YUM. There are plenty of notes on ndiswrapper around here, but it was slightly non-intuitive for me because even though I have the *81 kernel installed, my gru default was *80, and ndiswrapper installs in a directory that is tied to a kernel version. So, it took some time to figure that out, but after I changed my grub defaults, ndiswrapper worked great.

Then, once I got this card, the driver CD didn't come with it! So it took me another evening of scouring the internet to find the correct driver. I had to use the BCMWL5A driver (I kept thinking that the L was a 1, that through me off!

Using the wireless-tools package made this pretty easy, but once I established a connection, I still couldn't get an IP! I was staring at my screen, after spending like 2 weeks getting this wo work, kwifi is light up like a Christmas tree and I couldn't get an IP. It was the worst. A little more searching, and it turns out that a nifty little Red Hat tool called system-config-network was the answer. Activate wlan0 and good to go!

These is not a HOWTO, but it does include all the information that I didn't find in all my other searches. FYI I got this card for cheap on ebay and I love it.
 
Old 10-25-2006, 07:56 AM   #5
patrickrea
 
Registered: Aug 2004
Distribution: Mandrake 9.1
Posts: 3

Rep: Reputation: Reputation: Reputation: Reputation: Reputation:
Would you recommend the product? yes | Price you paid? (in USD): None indicated | Rating: 10

Kernel (uname -r):
Distribution: Mandriva 2006 Official


Great general purpose card. I have installed under ndiswrapper on my IBM Thinkpad T23. Took some time to figure out how to get ndiswrapper to start up the card on system boot but now it's a charm
 




  



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

Main Menu

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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration