View previous topic :: View next topic |
Author |
Message |
bluerratiq n00b
Joined: 17 Apr 2009 Posts: 17
|
Posted: Fri Apr 17, 2009 3:58 pm Post subject: [SOLVED] ipw2200 intel wireless - networkmanager dbus err |
|
|
Hi everybody,
I am new to the forum and relatively new to gentoo. First of all I would like to salute you all ...
Second I would like to bother you with my problem ... I am trying to set up my wireless card to get rid of this ethernet cable ..
So .. I've compiled ipw2200 as module, i've intaslled ipw2200-firmware from portage .. and here is my problem (misunderstanding ? )
when I do ifconfig -a:
Quote: |
jentu linux # ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:15:f2:a5:a4:ba
lo Link encap:Local Loopback
sit0 Link encap:IPv6-in-IPv4
vboxnet0 Link encap:Ethernet HWaddr 00:76:62:6e:65:74
|
and
Quote: | jentu linux # iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
sit0 no wireless extensions.
vboxnet0 no wireless extensions. |
I cannot figure out why there is no wlan0 or something similar ...
I have all the necesary suuport for wireless in kernel
Any feedback is greatly appreciated!
Thanks a million
Last edited by bluerratiq on Wed May 06, 2009 8:53 pm; edited 3 times in total |
|
Back to top |
|
|
mosburn n00b
Joined: 27 Jul 2007 Posts: 22 Location: Denver
|
Posted: Fri Apr 17, 2009 4:14 pm Post subject: |
|
|
Have you installed the module?
modprobe ipw2200 (I think thats the module name) |
|
Back to top |
|
|
bluerratiq n00b
Joined: 17 Apr 2009 Posts: 17
|
Posted: Fri Apr 17, 2009 4:55 pm Post subject: |
|
|
yes i did install it
Quote: | jentu linux # lsmod
Module Size Used by
vboxnetflt 69288 0
vboxdrv 92968 1 vboxnetflt
snd_pcm_oss 30336 0
snd_mixer_oss 12416 1 snd_pcm_oss
snd_seq_oss 24084 0
snd_seq_midi_event 5376 1 snd_seq_oss
snd_seq 37688 4 snd_seq_oss,snd_seq_midi_event
snd_seq_device 5772 2 snd_seq_oss,snd_seq
nvidia 7214112 30
snd_hda_intel 326032 4
snd_pcm 48648 3 snd_pcm_oss,snd_hda_intel
ohci1394 24624 0
snd_timer 15748 3 snd_seq,snd_pcm
snd_page_alloc 6792 2 snd_hda_intel,snd_pcm
snd_hwdep 6148 1 snd_hda_intel
snd 41268 15 snd_pcm_oss,snd_mixer_oss,snd_seq_oss,snd_seq,snd_seq_device,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
ieee1394 66060 1 ohci1394
ipw2200 112432 0
|
used by 0 means that it is not used? |
|
Back to top |
|
|
bluerratiq n00b
Joined: 17 Apr 2009 Posts: 17
|
Posted: Tue Apr 21, 2009 8:15 pm Post subject: |
|
|
ok I've modified /etc/conf.d/net as Quote: | config_eth0=( "null" ) |
and now when I do iwconfig I can see an eth1 ... but I still cannot configure it
I've installed networkmanager and I can see my network in there but when I try to connect I insert the wep key and it doesnt log on ...
any tips ? |
|
Back to top |
|
|
bluerratiq n00b
Joined: 17 Apr 2009 Posts: 17
|
Posted: Mon May 04, 2009 6:34 pm Post subject: |
|
|
I've installed wicd and it doesnt recognize eth1
I've intalled NetworkManager (0.6.6) and when starting nm-applet it returns the following warnings (both my wired and wireless cards)
Quote: | ** (nm-applet:27102): WARNING **: <WARN> hal_net_physdev_cb(): dbus returned an error.
(org.freedesktop.Hal.NoSuchProperty) No property net.physical_device on device with id /org/freedesktop/Hal/devices/net_00_15_00_46_ae_75
** (nm-applet:27102): WARNING **: <WARN> hal_net_physdev_cb(): dbus returned an error.
(org.freedesktop.Hal.NoSuchProperty) No property net.physical_device on device with id /org/freedesktop/Hal/devices/net_00_15_f2_a5_a4_ba |
when trying to connect to my wireless network nm-applet says in foregroung:
Quote: | ** Message: <info> Forcing device '/org/freedesktop/NetworkManager/Devices/eth1'
** (nm-applet:27499): CRITICAL **: wso_wep_auth_combo_cleanup: assertion `combo != NULL' failed |
wired network works
Quote: | ** Message: <info> You are now connected to the wired network. |
does anyone know what should I do / what does that critical message means?
thanks in advance |
|
Back to top |
|
|
trancedelik n00b
Joined: 27 Nov 2008 Posts: 15
|
Posted: Tue May 05, 2009 8:09 pm Post subject: |
|
|
the dbus error is fixed if u downgrade dbus.
the 2nd i dont know |
|
Back to top |
|
|
bluerratiq n00b
Joined: 17 Apr 2009 Posts: 17
|
Posted: Wed May 06, 2009 5:59 pm Post subject: |
|
|
trancedelik wrote: | the dbus error is fixed if u downgrade dbus.
the 2nd i dont know |
downgraded from dbus-1.2.3-r1 to dbus-1.1.20 and the warn erros are still there
NetworkManager screws everything up ... it assigns a correct IP and default route but nothing in resolv.conf
everytime when I try to connect to a wireless network it disconnects the wired one |
|
Back to top |
|
|
bluerratiq n00b
Joined: 17 Apr 2009 Posts: 17
|
Posted: Wed May 06, 2009 8:16 pm Post subject: |
|
|
I've managed to make it work!
For anyone who has similar problems ... when compiling the kernel compile everything that is related to wireless as module!
I've decided to use iwconfig and forget about networkmanager/wicd and everytime when I was doing Quote: | iwconfig eth1 key s:mykey | i was getting this error Quote: | Error for wireless request "Set Encode" (8B2A) |
I've compiled ieee80211_crypt_wep as module, loaded it and everything works flawlessly
Hope this helps someone sometime ...
Topic closed
Cheers! |
|
Back to top |
|
|
mgrela Tux's lil' helper
Joined: 26 Jul 2008 Posts: 123 Location: Polska
|
Posted: Wed May 06, 2009 8:19 pm Post subject: |
|
|
Please mark the thread with a [SOLVED] keyword in the topic to indicate, that the problem has been solved. _________________ Maciej Grela
You just keep on trying till you run out of cake. |
|
Back to top |
|
|
|