Newbie: activating Intel/Pro 2915 wireless

Greetings.
I've loaded FreeBSD 8 on my IBM Thinkpad (T43), which uses the Intel/Pro 2915 abg wireless card. So far, everything runs well, and it recognizes the card (I've added if_iwi_load="YES", wlan_load="YES" and firmward_load="YES" to /boot/loader.conf). However, when I run [cmd=]ifconfig iwi0 up scan[/cmd], I get the following messages:

Code:
iwi0: timeout waiting for (null) firmware initialization to complete
iwi0: could not load boot firmware (null)
Any suggestions?
 
I'm having the same issue. I'm having no luck with the information SirDice posted. If you find any helpful information or figure the problem out please post the results.
 
If you have problems reading and understanding English the handbook is also available is a number of other languages.

If you are having problems understanding what's explained in the handbook please specify exactly what you don't understand. The handbook is quite good but you do have to put some effort into it. Read, learn, make mistakes, read more, learn more, make more mistakes. That's how it works. Nobody learns anything by being spoon fed.
 
I skimmed through the wireless chapter and it looks like it now reflects the 8.0 syntax. The 'old' 7.x syntax is mentioned in hints.
 
I know ;) It's just becoming a Pavlov reaction for me to post that link whenever people fail to issue commands for wlan ... (not drooling).
 
I managed to get the wireless card loaded, but i end up with a flashing card and no connection. I also get a error at boot time saying that iwi0 needs multicast support. Here is my rc.conf, loader.conf

loader.conf
Code:
snd_ich_load="YES"
sem_load="YES"
radeon_load="YES"
legal.intel_iwi.license_ack=1
if_iwi_load="YES"
if_iwifw_load="YES"
wlan_wep_load="YES"
wlan_ccmp_load="YES"
wlan_tkip_load="YES"

rc.conf
Code:
hostname="bsd.laptop.home"
ifconfig_bge0="DHCP"
ipv6_enable="YES"
moused_enable="YES"
sshd_enable="YES"
dbus_enable="YES"
hald_enable="YES"
kdm4_enable="YES"
wlans_iwi0="wlan0"
ifconfig_wlan0="DHCP"

Here is the steps i take to bring up wireless
1. ifconfig wlan0 create wlandev iwi0
2. ifconfig wlan0 ssid XXXX wepmode on weptxkey 1 wepkey XXXXX

Here is what ifconfig says:

Code:
iwi0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 2290
        ether 00:12:f0:f0:8b:a8
        media: IEEE 802.11 Wireless Ethernet autoselect mode 11g
        status: associated

wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
        ether 00:12:f0:f0:8b:a8
        inet6 fe80::212:f0ff:fef0:8ba8%wlan0 prefixlen 64 scopeid 0x5 
        inet 64.158.56.38 netmask 0xff000000 broadcast 64.158.56.38
        inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255
        media: IEEE 802.11 Wireless Ethernet autoselect mode 11g
        status: associated
        ssid Chatterjee channel 11 (2462 Mhz 11g) bssid 00:1b:2f:46:f9:1c
        country US authmode OPEN privacy ON deftxkey 1 wepkey 1:104-bit
        txpower 0 bmiss 24 scanvalid 60 protmode CTS wme

If anyone can help with this it would be appreciated!

Thanks in advance!
 
Code:
 should be used for [b]all[/b] system output (including contents of configuration files, etc.).
 
According to the ifconfig output your card is working fine. Are you sure you want to run DHCP on 2 interfaces at the same time?

Ignore the multicast support messages, it's just a noticed for the devs that the driver is missing a functions/feature.
 
Thanks for all of the info. I finally have it up and running. I did not start the thread so I can't make it "Solved"
 
Back
Top