1ad41
![]() |
|
|
|
|
|||||||
| Mobile Computing This forum discusses issues related to running FreeBSD on notebooks, laptops, and other mobile equipment. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|||
|
|||
|
Hi folks,
Just started using Unix-type OS few days ago and now I have one problem. I can't get wireless device turning on (led is switched off) even though it's working on Windows. OS installed is PCBSD 8.1 so there should be no difference compared to FreeBSD. I have some kind of Dell mini wireless card (it must be Broadcom). Please tell me how to get more accurate information in terminal and I'll provide you with it if you need. For reference I used some parts of FreeBSD handbook. Here's what I tried: * Added if_bwn_load="YES" to /boot/loader.conf. * Did "make install clean" inside /usr/ports/net/bwn-firmware-kmod directory * reboot * ifconfig wlan0 create wlandev bwn0 * ifconfig wlan0 up scan Tried also bwi instead of bwn with no success. What should I do to make my wireless work? Last edited by DutchDaemon; December 7th, 2010 at 20:08. |
|
#2
|
|||
|
|||
|
Add bwn firmware to loader.conf
|
|
#3
|
|||
|
|||
|
I did it now I guess. Added
Code:
bwn_v4_ucode_load="YES" Tried also manual load of module after reboot kldload bwn_v4_ucode and got message:Code:
kldload: can't load bwn_v4_ucode: File exists Last edited by DutchDaemon; December 8th, 2010 at 02:28. Reason: proper formatting: http://forums.freebsd.org/showthread.php?t=8816 |
|
#4
|
||||
|
||||
|
Quote:
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki Before you post: How to ask questions the smart way If you must know .. So, what does an Administrator/Moderator do? ---> Do not PM me with FreeBSD questions. I do not work here. <--- |
| The Following User Says Thank You to DutchDaemon For This Useful Post: | ||
nemirst (December 7th, 2010) | ||
|
#5
|
|||
|
|||
|
Is there hardware switch somewhere?
Anythin displayed in dmesg(8) |
|
#6
|
|||
|
|||
|
Quote:
Code:
need multicast update callback need multicast update callback bwn_v4_lp_ucode15: could not load firmware image, error 2 bwn-open_v4_lp_ucode15: could not load firmware image, error 2 Code:
if_bwn_load="YES" bwn_v4_ucode_load="YES" Quote:
By the way, I switched to FreeBSD 8.1 x86. |
|
#7
|
|||
|
|||
|
I now switched to Ndisulator and configured system using this guide: http://www.freebsd.org/doc/handbook/...ork-setup.html.
When I load wireless module manually all works fine but when it's started automatically at boot adding line Code:
bcmwl5_sys_load="YES" Also wireless hardware led is disabled but dhclient wlan0 works just fine when loading module manually.
Last edited by DutchDaemon; December 11th, 2010 at 16:24. |
|
#8
|
|||
|
|||
|
This is how I did it under FreeBSD 7 http://nixheiser.info/Projects.html, FreeBSD-8 changed things slightly, but here http://www.freebsd.org/doc/handbook/...-wireless.html is all the info you need, reading this section in the handbook and with the example in my site I think you should be able to have this wireless card working.
BTW check if you chipset is supported otherwise it won't work unless you use ndiswrapper.
__________________
joag |
|
#9
|
|||
|
|||
|
Quote:
|
|
#10
|
|||
|
|||
|
__________________
joag |
|
#11
|
|||
|
|||
|
Why are you trying to load module via loader.conf?
Just stop doing that. You do not need to use install cd to unload module from loader prompt. For more info about NDISulator follow this thread: http://forums.freebsd.org/showthread.php?t=9204 |
|
#12
|
|||
|
|||
|
I'm loading module via loader.conf because I want it to load automatically at startup and that's what is said if you follow that link I posted before:
Quote:
How do I unload module otherwise? I couldn't access commandline before that restart. Was there any secret key combination? |
|
#13
|
|||
|
|||
|
Information in handbook was never correct. You was very lucky if you ever got ndis modules to not crash during boot.
Nothing is really secret. From loader prompt/bootloader menu you type unload, this will unload all modules now you just type boot command and/or load modules you really want via load command. This and the others is explained in various manual pages. You can load modules after boot via rc.local and many other options... |
| The Following User Says Thank You to richardpl For This Useful Post: | ||
nemirst (December 12th, 2010) | ||
|
#14
|
|||
|
|||
|
Tried older Broadcom driver and it loaded successfully at startup. One more thing is left. Interface is not getting ip by DHCP automatically at startup. I have to type manually:
dhclient wlan0That's only command necessary and wireless is working. Wireless entries in /etc/rc.conf: Code:
wlans_ndis0="wlan0" ifconfig_wlan0="WPA DHCP" |
|
#15
|
|||
|
|||
|
I just wanted to make post here about solution found here: http://forums.freebsd.org/showpost.p...10&postcount=8
Thanks again! |
|
#16
|
|||
|
|||
|
Use SYNCDHCP.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Dell D830 Broadcom 432AGN WiFi mini PCI-Express | Seeker | Mobile Computing | 177 | December 8th, 2011 19:36 |
| [Wireless] Dell 1510 / Broadcom BCM 204 6B2 | Nollo | Mobile Computing | 18 | February 17th, 2011 19:07 |
| Broadcom Wireless chips support | SaveTheRbtz | System Hardware | 41 | October 25th, 2010 14:37 |
| [Solved] Belkin Wireless G (USB) and Broadcom bcmwl5_sys | quakerdoomer | Peripheral Hardware | 11 | July 17th, 2010 17:02 |
| support for Broadcom wireless drivers in freeBSD 8 | bhargava | System Hardware | 5 | December 9th, 2009 21:18 |