LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   network-manager can't find my wireless devices (https://www.linuxquestions.org/questions/ubuntu-63/network-manager-cant-find-my-wireless-devices-459672/)

asimov 06-30-2006 02:19 AM

network-manager can't find my wireless devices
 
i'm using ubuntu dapper on Thinkpad R50e laptop (with IPW2200). network-manager is not letting me switch to wireless networks. it only shows the wired (LAN) option.

Now I can't connect to wireless networks using this applet. how can I fix it?

x86processor 06-30-2006 04:14 AM

Open a terminal, post output of:
Code:

/sbin/ifconfig -a
/sbin/iwconfig -a
/sbin/route -n
/sbin/lsmod

Note, you can redirect output to a file:
Code:

/sbin/lsmod > lsmod.txt

asimov 06-30-2006 04:39 AM

Thanks for your reply.

Code:

/sbin/ifconfig -a
Code:

eth0      Link encap:Ethernet  HWaddr 00:0A:E4:2E:74:41 
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

eth1      Link encap:Ethernet  HWaddr 00:0E:35:F0:2A:22 
          inet6 addr: fe80::20e:35ff:fef0:2a22/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:11836 errors:0 dropped:0 overruns:0 frame:0
          TX packets:11633 errors:0 dropped:0 overruns:0 carrier:1
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:11 Base address:0xe000 Memory:d0200000-d0200fff

lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:11 errors:0 dropped:0 overruns:0 frame:0
          TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:572 (572.0 b)  TX bytes:572 (572.0 b)

sit0      Link encap:IPv6-in-IPv4 
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

(iwconfig -a gave me empty file)
Code:

/sbin/iwconfig
Code:

eth1      unassociated  ESSID:"david-wifi" 
          Mode:Managed  Channel=0  Access Point: 00:20:8F:10:34:08 
          Bit Rate=0 kb/s  Tx-Power=20 dBm  Sensitivity=8/0 
          Retry limit:7  RTS thr:off  Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0  Missed beacon:0

Code:

/sbin/route -n
Code:

Kernel IP routing table
Destination    Gateway        Genmask        Flags Metric Ref    Use Iface

Code:

/sbin/lsmod
Code:

Module                  Size  Used by
sg                    37920  0
sd_mod                19984  2
usb_storage            74176  1
scsi_mod              139496  3 sg,sd_mod,usb_storage
ipw2200              107308  0
ieee80211              37064  1 ipw2200
ieee80211_crypt        6272  1 ieee80211
ieee80211_1_1_13      38216  0
ieee80211_1_1_13_crypt    6784  1 ieee80211_1_1_13
binfmt_misc            12296  1
ipv6                  265728  8
nvram                  9224  1
uinput                  9088  1
usbhid                39904  0
ppdev                  9220  0
i915                  22144  3
drm                    82584  4 i915
speedstep_centrino      8400  1
cpufreq_userspace      4696  1
cpufreq_stats          5636  0
freq_table              4740  2 speedstep_centrino,cpufreq_stats
cpufreq_powersave      1920  0
cpufreq_ondemand        6428  0
cpufreq_conservative    7332  0
video                  16260  0
tc1100_wmi              6916  0
sony_acpi              5644  0
pcc_acpi              12416  0
ibm_acpi              26112  0
hotkey                11556  0
dev_acpi              11140  0
container              4608  0
button                  6672  0
acpi_sbs              19980  0
battery                9988  1 acpi_sbs
ac                      5252  1 acpi_sbs
i2c_acpi_ec            5120  1 acpi_sbs
i2c_core              21904  1 i2c_acpi_ec
nls_utf8                2176  2
ntfs                  103536  1
nls_iso8859_1          4224  1
nls_cp437              5888  2
vfat                  13440  2
fat                    53020  1 vfat
dm_mod                58936  1
af_packet              22920  5
md_mod                72532  0
lp                    11844  0
pcmcia                40508  0
e100                  40580  0
yenta_socket          28428  1
rsrc_nonstatic        13440  1 yenta_socket
mii                    5888  1 e100
tsdev                  8000  0
pcmcia_core            42640  3 pcmcia,yenta_socket,rsrc_nonstatic
parport_pc            35780  1
parport                36296  3 ppdev,lp,parport_pc
psmouse                36100  0
snd_intel8x0          33692  3
snd_ac97_codec        92704  1 snd_intel8x0
snd_ac97_bus            2304  1 snd_ac97_codec
serio_raw              7300  0
pcspkr                  2180  0
snd_pcm_oss            53664  0
snd_mixer_oss          18688  1 snd_pcm_oss
intel_agp              22940  1
agpgart                34888  3 drm,intel_agp
rtc                    13492  0
shpchp                45632  0
pci_hotplug            29236  1 shpchp
snd_pcm                89864  4 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer              25220  2 snd_pcm
snd                    55268  10 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore              10208  1 snd
snd_page_alloc        10632  2 snd_intel8x0,snd_pcm
evdev                  9856  2
ext3                  135688  1
jbd                    58772  1 ext3
ide_generic            1536  0
ehci_hcd              34184  0
uhci_hcd              33680  0
usbcore              130692  5 usb_storage,usbhid,ehci_hcd,uhci_hcd
ide_cd                33028  0
cdrom                  38560  1 ide_cd
ide_disk              17664  5
piix                  11012  1
generic                5124  0
thermal                13576  0
processor              23360  2 speedstep_centrino,thermal
fan                    4868  0
capability              5000  0
commoncap              7296  1 capability
vga16fb                13704  1
vgastate              10368  1 vga16fb
fbcon                  42784  72
tileblit                2816  1 fbcon
font                    8320  1 fbcon
bitblit                6272  1 fbcon
softcursor              2304  1 bitblit


asimov 06-30-2006 07:06 AM

fixed it!

http://live.gnome.org/DarrenAlbers/N...d499d981ea7ec6

But how can I use ifup/ifdown now?

shogun1234 09-27-2007 09:48 AM

Quote:

Originally Posted by asimov (Post 2314485)
fixed it!

http://live.gnome.org/DarrenAlbers/N...d499d981ea7ec6

But how can I use ifup/ifdown now?


I have followed the link instruction, commenting out wireless card setting in the /etc/network/interfaces; however, I still can not see the wireless card ipw2200 appeared in the networkmanager.

kernel 2.6.20/ debian 3.1 testing

The problem does not happenes if I switch back to use the kernel 2.6.16. It is a bit weired. How to solve this? or where to check the log to find out any clue?

Thank you very much.


All times are GMT -5. The time now is 05:34 AM.