[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: can't get wicd to work



DID IT: SAME RESULT. SYS CAN'T SEE WIRELESS:

Root@debian:/home/tom/system# ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:1c:23:2f:f3:8f
          inet addr:192.168.0.14  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::21c:23ff:fe2f:f38f/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:22724 errors:0 dropped:0 overruns:0 frame:0
          TX packets:17418 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:23053026 (21.9 MiB)  TX bytes:2593649 (2.4 MiB)
          Interrupt:17

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:278 errors:0 dropped:0 overruns:0 frame:0
          TX packets:278 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:9252 (9.0 KiB)  TX bytes:9252 (9.0 KiB)

root@debian:/home/tom/system# iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.




I REDIRECTED THE OUTPUT OF THE INSTALL AND ALL SEEMS WELL IN IT. THERE
WERE SEVERAL OF THESE:

   "4GWireless Extension is enabled in kernel"




HERE IS WHAT SEEMS TO BE THE RELEVANT STUFF IN DMESG. IT SEEMS TO BE
IDENTICAL TO THE PREVIOUS:

[   19.001380] wl: module license 'MIXED/Proprietary' taints kernel.
[   19.001383] Disabling lock debugging due to kernel taint
[   19.014352] wl 0000:0c:00.0: setting latency timer to 64
[   19.016976] wlan%d: 5.100.82.112 driver failed with code 21
[   19.016994] ------------[ cut here ]------------
[   19.017040] kernel BUG at
/usr/src/linux-headers-3.2.0-4-common/include/net/cfg80211.h:2209!
[   19.017106] invalid opcode: 0000 [#1] SMP
[   19.017149] CPU 1
[   19.017167] Modules linked in: wl(P+) snd_hda_codec_idt joydev
snd_hda_intel snd_hda_codec snd_hwdep i915 snd_pcm iTCO_wdt
snd_page_alloc pcmcia iTCO_vendor_support psmouse snd_seq
snd_seq_device snd_timer i2c_i801 drm_kms_helper drm i2c_algo_bit
lib80211 yenta_socket pcmcia_rsrc dell_laptop dell_wmi acpi_cpufreq
mperf ac coretemp serio_raw sparse_keymap pcmcia_core pcspkr cfg80211
snd dcdbas i2c_core wmi soundcore evdev battery button video processor
rfkill power_supply ext4 crc16 jbd2 mbcache sg sr_mod cdrom sd_mod
crc_t10dif usbhid hid usb_storage ata_generic uhci_hcd thermal
thermal_sys ata_piix firewire_ohci libata ehci_hcd firewire_core
crc_itu_t scsi_mod tg3 libphy usbcore usb_common [last unloaded:
scsi_wait_scan]




I BOOTED INTO WINDOWS TO MAKE SURE THE CARD IS OK.



Tom

-----------------------
Microsoft Windows -- the "ya'll come" virus. It invites all the others
onto your computer.



On 5/18/14, tom arnall <kloro2006@gmail.com> wrote:
> I'm trying to get my wifi set up under wheezy using wicd.
>
> I've followed all the instructions at:
>
> https://wiki.debian.org/WiFi/HowToUse#Wicd
>
> When I do ~/$ wicd-client -n I get:
>
> "No wireless networks found."
>
>
>
> The following is the output from the session:
> (My username is 'tom'.)
>
> ~/$ cat /etc/network/interfaces
> # This file describes the network interfaces available on your system
> # and how to activate them. For more information, see interfaces(5).
>
> # The loopback network interface
> auto lo
> iface lo inet loopback
>
> root@debian:/home/tom# adduser tom netdev
> The user `tom' is already a member of `netdev'.
> root@debian:/home/tom#
>
> root@debian:/home/tom#  /etc/init.d/dbus reload
> [ ok ] Reloading system message bus config...done.
> root@debian:/home/tom#
>
> root@debian:/home/tom#  /etc/init.d/wicd start
> [ ok ] Starting Network connection manager: wicd.
> root@debian:/home/tom#
>
> root@debian:/home/tom# exit
> exit
>   ~/$ wicd-client -n
>   Has notifications support True
>   Loading...
>   Connecting to daemon...
>   Connected.
>   refreshing...
>
> And get:
>
> "No wireless networks found."
>
> on the gui.
>
> I tried the same procedure with 'lo' changed to 'wlan0'.
>
> The following is output of ifconfig and iwconfig:
>
> root@debian:/home/tom# ifconfig
> eth0      Link encap:Ethernet  HWaddr 00:1c:23:2f:f3:8f
>           inet addr:192.168.0.14  Bcast:192.168.0.255  Mask:255.255.255.0
>           inet6 addr: fe80::21c:23ff:fe2f:f38f/64 Scope:Link
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           RX packets:1027 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:981 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:1000
>           RX bytes:471487 (460.4 KiB)  TX bytes:159963 (156.2 KiB)
>           Interrupt:17
>
> 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:20 errors:0 dropped:0 overruns:0 frame:0
>           TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
>           collisions:0 txqueuelen:0
>           RX bytes:1544 (1.5 KiB)  TX bytes:1544 (1.5 KiB)
>
> root@debian:/home/tom#
>
> root@debian:/home/tom# iwconfig
> lo        no wireless extensions.
>
> wlan0     IEEE 802.11bg  ESSID:off/any
>           Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm
>           Retry  long limit:7   RTS thr:off   Fragment thr:off
>           Encryption key:off
>           Power Management:on
>
> eth0      no wireless extensions.
>
> root@debian:/home/tom#
>
>
>
> What am I doing wrong?
>


Reply to: