|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Wireless Questions about wireless networking setup, use, and wireless specific applications |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello,
This is about compiling driver for Dell Wireless 1395 MiniCard on a Vostro 1400 laptop. This card does not work for me on OpenSUSE 11.0. Moreover /usr/bin/lsusb and /sbin/lspci both fail to show this card. (The card itself is alright however: it works fine on Windows XP.) I understand that these cards are based on Broadcom's 43xx chipset for which hybrid drivers are available on Broadcom's web site. But when I try to compile these drivers by following instructions in the accompanying README file, I keep getting this error: Code:
src/wl/sys/wl_iw.c:2122: error: `wl_get_wireless_stats' undeclared here (not in a function) I guess there must be quite a few people on this forum who'd have needed these drivers. Could someone please help me with this compilation? Thanks, Girish. |
|
|||
|
no doubt this would be an unappetising alternative but this post
Re: [opensuse] Wireless networking on new Dell Inspiron 1525 commented that Quote:
Intel PRO/Wireless 3945ABG 802.11a/b/g Network Connection (WM3945AGM1WB) : Product Reviews - Review, Compare Prices at PriceSpider.com shows them available at a seemingly low price the website http://www.broadcom.com/docs/linux_sta/README.txt from Broadcom tries to help with your current setup and has the readme on it; and it probably could be translated into more clear and explicit instructions; are you using 32bit or 64bit Suse? and you were able to download the tar file, and untar ........ and it failed at make? and you doubtless have already seen this website? b43 - Linux Wireless |
|
|||
|
Quote:
Many thanks, Girish. |
|
|||
|
Quote:
Quote:
Quote:
Girish. |
|
||||
|
__________________
To be is to do = Immanuel Kant To do is to be = Descartes. Do be do be do = Frank Sinatra SuSE user since 7.0,Linux user since 1994 |
|
|||
|
Quote:
Girish. |
|
|||
|
Hello there,
I have installed the opensuse 11 on my Dell Vostro 1510, almost everything goes smooth, but no wifi. My wireless card is a Dell 1505 A/B/G/N. Googling around for a couple of hours I find this how to, so after few modifications, now the wifi is 100% working. The original text was found at Installing Broadcom 802.11 Linux STA driver « Lost in Cyberspace Bellow you can find the modified text: A) 1) Depending on your system download 32 or 64 bit package from Broadcom Corporation - Broadcom 802.11 Linux STA driver 2) Go to a terminal to the dir with package. 3) tar -xvzf hybrid-portsrc-.tar.gz Replace version with one you have 4) Install kernel headers. On Opensuse you must install also the Kernel source. 5) make -C /lib/modules/`uname -r`/build M=`pwd` if There were no errors 6) Unload Modules from memory rmmod ndiswrapper b43 ssb bcm43xx b43legacy Well, this step was not necessary 7) For WPA modprobe ieee80211_crypt_tkip 8)Check if Compiled Module is working insmod wl.ko Now Probably a new interface will be there for wireless (wlan0 or eth-1) To check it run: iwconfig iwlist scanning AND YES !! ITS Working !!!!! B) Making it load on boot 1)cp wl.ko /lib/modules/uname-r/kernel/net/wireless/ 2)depmod -a 3)rmmod wl 4)modprobe wl 5)Add following Lines to /etc/rc.local At OPENSUSE you should edit /etc/rc.d/boot.local modprobe ieee80211_crypt_tkip modprobe wl So, at my Vostro 1510 it works really fine, but it was needed to reboot to work correctly. I hope this help someone to enjoy the wifi world on Linux. Cheers Marcelo |
![]() |
| Bookmarks |
| Tags |
| broadcom, compile, dell, driver |
| Thread Tools | |
| Display Modes | |
|
|