15e4b [Solved] Intel Pro wireless in 8.0 - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Base System > System Hardware

System Hardware Internal storage, motherboards, PCI cards, stuff inside the case.

Reply
 
Thread Tools Display Modes
  #1  
Old December 12th, 2009, 15:23
N4is3N N4is3N is offline
Junior Member
 
Join Date: May 2009
Posts: 25
Thanks: 1
Thanked 0 Times in 0 Posts
Default Intel Pro wireless in 8.0

whether freebsd 8.0 already support intel pro wireless for wifi ? (default)

thx before...
Reply With Quote
  #2  
Old December 12th, 2009, 16:01
mk mk is offline
Member
 
Join Date: Nov 2008
Posts: 300
Thanks: 9
Thanked 16 Times in 17 Posts
Default

come again?
Reply With Quote
  #3  
Old December 12th, 2009, 16:22
N4is3N N4is3N is offline
Junior Member
 
Join Date: May 2009
Posts: 25
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by mk View Post
come again?
??? i dont understand...
Reply With Quote
  #4  
Old December 12th, 2009, 17:04
aragon aragon is offline
Giant Locked
 
Join Date: Nov 2008
Location: Cape Town, South Africa
Posts: 2,031
Thanks: 68
Thanked 253 Times in 203 Posts
Default

FreeBSD supports most Intel wireless controllers (2100, 2200, 2225, 2915, 3945, 4965, 5100, 5300), but you need to be more specific if you want a reliable answer.
Reply With Quote
  #5  
Old December 13th, 2009, 14:15
N4is3N N4is3N is offline
Junior Member
 
Join Date: May 2009
Posts: 25
Thanks: 1
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by aragon View Post
FreeBSD supports most Intel wireless controllers (2100, 2200, 2225, 2915, 3945, 4965, 5100, 5300), but you need to be more specific if you want a reliable answer.
how do I know the serial number of our intel pro wireless? like u said, 2100, 2200, 2225, 2915, 3945, 4965, 5100, 5300...

thx...
Reply With Quote
  #6  
Old December 13th, 2009, 14:26
aragon aragon is offline
Giant Locked
 
Join Date: Nov 2008
Location: Cape Town, South Africa
Posts: 2,031
Thanks: 68
Thanked 253 Times in 203 Posts
Default

Check the device ID in your OS? Look at the labeling on the physical card?
Reply With Quote
  #7  
Old June 12th, 2010, 00:58
djeeke djeeke is offline
Junior Member
 
Join Date: Jun 2010
Posts: 10
Thanks: 2
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by aragon View Post
FreeBSD supports most Intel wireless controllers (2100, 2200, 2225, 2915, 3945, 4965, 5100, 5300), but you need to be more specific if you want a reliable answer.
(I'm pretty new to FreeBSD ... Trying to learn fast And I want to get rid of the MS-OS on my pc...)

My Toshiba has an Intel 5100 AGN (so sais Vista)

I installed 8.0 RELEASE (dual booting for now) and used CVSUP (RELENG 8_) to upgrade to 8.0 PRERELEASE

The wireless card is not recognised, what can I check ????
Reply With Quote
  #8  
Old June 12th, 2010, 08:16
bschmidt bschmidt is offline
Member
 
Join Date: Oct 2009
Location: Schwandorf, Germany
Posts: 298
Thanks: 0
Thanked 39 Times in 28 Posts
Default

Post # pciconf -lv output. You are sure you did # kldload iwn?
Reply With Quote
The Following User Says Thank You to bschmidt For This Useful Post:
djeeke (June 14th, 2010)
  #9  
Old June 13th, 2010, 01:13
djeeke djeeke is offline
Junior Member
 
Join Date: Jun 2010
Posts: 10
Thanks: 2
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by bschmidt View Post
You are sure you did # kldload iwn?
Did I say I was a rookie in FBSD? (wanna get rid of MS stuff)
OK, learnt that this driver is in the system but not loaded by default.
kldload permits to add drivers 'on the fly'

Did #kldload if_iwn.ko and card is now recognised :

# pciconf -lv last lines :
Code:
re0@pci0:2:0:0: class=0x020000 card=0xff661179 chip=0x813610ec rev=0x02 hdr=0x00
    vendor     = 'Realtek Semiconductor'
    device     = 'Realtek 10/100/1000 PCI-E NIC Family all in one NDIS Driver v5 
.728.0604.2009 06/04/2009 (Rtl8023)'
    class      = network
    subclass   = ethernet
iwn0@pci0:3:0:0:        class=0x028000 card=0x12018086 chip=0x42328086 rev=0x00  
hdr=0x00
    vendor     = 'Intel Corporation'
    device     = 'Carte Intel WiFi Link 5100 AGN (Intel WiFi Link 5100)'
    class      = network
FreeBeaSD#
# dmesg last lines
Code:
ugen3.2: <Logitech> at usbus3
ums0: <Logitech USB Optical Mouse, class 0/0, rev 1.10/21.10, addr 2> on usbus3
ums0: 3 buttons and [XYZ] coordinates ID=0
iwn0: <Intel(R) PRO/Wireless 5100> mem 0xd4600000-0xd4601fff irq 17 at device 0.0
 pci3
iwn0: MIMO 1T2R, MoW, address 00:21:6b:3a:83:b0
iwn0: [ITHREAD]
iwn0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
iwn0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
iwn0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mb
48Mbps 54Mbps
drm0: <Mobile Intel\M-B\M-. GM45 Express Chipset> on vgapci0
info: [drm] MSI enabled 1 message(s)
vgapci0: child drm0 requested pci_enable_busmaster
info: [drm] AGP at 0xc0000000 256MB
info: [drm] Initialized i915 1.6.0 20080730
drm0: [ITHREAD]
FreeBeaSD#
Thanks, this is step one !
Next find out how to get it to connect
I'll browse the documentation a bit more...
Good the card is recognised by the system now !

(still got lots to learn, I'm fine to do this by trial and error but this wireless link is important as it will allow me to read and try stuff directly from the FBSD machine... For now I can only really do some stuff when I get access to this wire and that's not very often hence my bugging you guys here, thanks for the help so far)
Reply With Quote
  #10  
Old June 13th, 2010, 08:05
bschmidt bschmidt is offline
Member
 
Join Date: Oct 2009
Location: Schwandorf, Germany
Posts: 298
Thanks: 0
Thanked 39 Times in 28 Posts
Default

That looks better, now start reading this. After that you should have something like
Code:
wlans_iwn0="wlan0"
ifconfig_wlan0="WPA DHCP"
in your /etc/rc.conf and
Code:
if_iwn_load="YES"
in /boot/loader.conf as well a network block in /etc/wpa_supplicant.conf.
Reply With Quote
The Following User Says Thank You to bschmidt For This Useful Post:
djeeke (June 14th, 2010)
  #11  
Old June 14th, 2010, 10:40
djeeke djeeke is offline
Junior Member
 
Join Date: Jun 2010
Posts: 10
Thanks: 2
Thanked 0 Times in 0 Posts
Default

Thanks bschmidt !!!

Got it running !

Way easy once you know how to do it
Reply With Quote
  #12  
Old August 18th, 2010, 02:18
xwwu xwwu is offline
Member
 
Join Date: Nov 2008
Posts: 152
Thanks: 2
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by bschmidt View Post
That looks better, now start reading this. After that you should have something like
Code:
wlans_iwn0="wlan0"
ifconfig_wlan0="WPA DHCP"
in your /etc/rc.conf and
Code:
if_iwn_load="YES"
in /boot/loader.conf as well a network block in /etc/wpa_supplicant.conf.
Thanks very much. It works! But why not put the module into kernel as default?
Reply With Quote
  #13  
Old August 18th, 2010, 07:13
bschmidt bschmidt is offline
Member
 
Join Date: Oct 2009
Location: Schwandorf, Germany
Posts: 298
Thanks: 0
Thanked 39 Times in 28 Posts
Default

Quote:
Originally Posted by xwwu View Post
Thanks very much. It works! But why not put the module into kernel as default?
You can do that, but I always assume someone is using the GENERIC kernel.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
New firmware: Intel Pro/Wireless 2200BG (iwi) techie Networking 5 March 13th, 2012 15:50
[Solved] Newbie: activating Intel/Pro 2915 wireless keval Mobile Computing 12 May 30th, 2010 12:22
bug: Intel Pro/Wireless 2100 MiniPCI - FreeBSD 8.0 jtza8 System Hardware 1 January 19th, 2010 14:56
Intel(R)PRO/WIreless 3945ABG emosms System Hardware 12 January 18th, 2010 08:05
problems with wpa and intel pro wireless 2200bg (iwi) ocean Mobile Computing 5 December 2nd, 2009 09:31


All times are GMT +1. The time now is 12:32.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0