Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Unsupported driver 'ipw2200'
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
sboehm85
n00b
n00b


Joined: 07 Dec 2008
Posts: 6

PostPosted: Sun Dec 07, 2008 5:23 pm    Post subject: Unsupported driver 'ipw2200' Reply with quote

Hi friends,

I have a problem with the installation of my Intel PRO/Wireless 2200BG. When starting my network interface an error occures, which says that the ipw2200 driver ist unsupported.

My configuration:
- Kernel contains the 2200 support
- 2200 firmware ist already installed
- wpa_supplicant is reemerges with the "ipw2200" use flag enabled

Content of /etc/conf.d/net:
Code:
config_eth0=( "dhcp" )

modules=( "wpa_supplicant" )

wpa_supplicant_eth1="-D ipw2200 -c /etc/wpa_supplicant/wpa_supplicant.conf"

config_Boehm=( "dhcp" )


Content of /etc/wpa_supplicant/wpa_supplicant.conf:
Code:
ctrl_interface=/var/run/wpa_supplicant

ctrl_interface_group=0

ap_scan=1

network={
  ssid="mySSID"
  psk="myPassword"
  priority=5
}


The result of "/etc/init.d/net.eth1 restart" is:
* Caching service dependencies ... [ ok ]
* Starting eth1
* Starting wpa_supplicant on eth1 ...
Unsupported driver 'ipw2200'.

/lib/rcscripts/sh/rc-daemon.sh: line 231: 6324 Segmentation fault /sbin/start-stop-daemon '--start' '--exec' '/sbin/wpa_supplicant' '--pidfile' '/var/run/wpa_supplicant-eth1.pid' '--' '-D' 'ipw2200' '-c' '/etc/wpa_supplicant/wpa_supplicant.conf' '-W' '-W' '-B' '-ieth1' '-P/var/run/wpa_supplicant-eth1.pid' [ !! ]


Do you need some more information?

What can do?

THX

Sebastian
Back to top
View user's profile Send private message
heikole
Tux's lil' helper
Tux's lil' helper


Joined: 04 Oct 2004
Posts: 148
Location: Berlin, Germany

PostPosted: Sun Dec 07, 2008 8:30 pm    Post subject: Reply with quote

As you are seem to be using the in-kernel driver, try
Code:
wpa_supplicant_eth1="-Dwext -c /etc/wpa_supplicant/wpa_supplicant.conf"

instead of
Code:
-D ipw2200
. That is the driver that works for me with the kernel module ipw2200.
_________________
42
Back to top
View user's profile Send private message
sboehm85
n00b
n00b


Joined: 07 Dec 2008
Posts: 6

PostPosted: Mon Dec 08, 2008 8:37 am    Post subject: Reply with quote

Hey great!!!

Thank you for your help. It's running fine now! :-)

(i should have only read the help site of wpa_supplicant ...)

Bye

Sebastian
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum