You are not logged in.
Pages: 1
For your particular wifi device, you may need to upgrade your kernel. The version in the Wheezy/testing repos should be enough. You may also need the firmware-realtek package from Wheezy/testing. Then just try the instructions for Wheezy (from the same link I posted). The driver you need is rtl8192ce.
Still isn't working. I appreciate your help, but I need to get work done on this box. I'll have to install another distro.
See if this helps:
Thanks, but this didn't help. I'll try day 2 tomorrow, getting late here.
I've read 6 or 7 similar threads here, none of which helped, other than showing me this is a problem which needs to be fixed. There should be a script that handles this issue. I might even write one, if you can help me get my wifi running.
Worked fine under Win7 and Ubuntu 11.04.
Details follow.
Toshiba NB505
#lspci |grep WiFi
07:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter (rev 01)#uname -a
Linux minizilla 2.6.32-5-686 #1 SMP Mon Jun 13 04:13:06 UTC 2011 i686 GNU/Linux# lsmod
Module Size Used by
parport_pc 15799 0
ppdev 4058 0
lp 5570 0
parport 22554 3 parport_pc,ppdev,lp
fuse 44052 1
loop 9729 0
snd_hda_codec_realtek 163306 1
joydev 6739 0
snd_hda_intel 16791 1
snd_hda_codec 46002 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 4054 1 snd_hda_codec
snd_pcm 47226 2 snd_hda_intel,snd_hda_codec
snd_seq 35327 0
uvcvideo 45526 0
snd_timer 12258 2 snd_pcm,snd_seq
snd_seq_device 3673 1 snd_seq
snd 34387 10 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device
soundcore 3450 1 snd
videodev 25445 1 uvcvideo
snd_page_alloc 4977 2 snd_hda_intel,snd_pcm
v4l1_compat 10250 2 uvcvideo,videodev
ac 1640 0
battery 3782 0
i2c_i801 6462 0
psmouse 44777 0
rfkill 10196 0
evdev 5609 10
serio_raw 2916 0
pcspkr 1207 0
processor 26259 2
ext4 256232 2
mbcache 3762 1 ext4
jbd2 55931 1 ext4
crc16 1027 1 ext4
usb_storage 30797 0
sd_mod 25937 4
crc_t10dif 1012 1 sd_mod
i915 222350 2
drm_kms_helper 18533 1 i915
ahci 27378 3
drm 111844 3 i915,drm_kms_helper
i2c_algo_bit 3497 1 i915
libata 115617 1 ahci
i2c_core 12751 6 videodev,i2c_i801,i915,drm_kms_helper,drm,i2c_algo_bit
uhci_hcd 15989 0
thermal 9206 0
r8169 25126 0
mii 2714 1 r8169
scsi_mod 104593 3 usb_storage,sd_mod,libata
video 14605 1 i915
output 1204 1 video
ehci_hcd 28453 0
button 3598 1 i915
usbcore 98613 5 uvcvideo,usb_storage,uhci_hcd,ehci_hcd
thermal_sys 9378 3 processor,thermal,video
nls_base 4541 1 usbcore# apt-get install linux-headers-$(uname -r)
Reading package lists... Done
Building dependency tree
Reading state information... Done
linux-headers-2.6.32-5-686 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
# apt-get install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.Trying to build the source from Realtek yields this mess:
root@minizilla:/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011# make
make -C /lib/modules/2.6.32-5-686/build M=/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011 modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.32-5-686'
CC [M] /home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.o
In file included from /home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c:31:
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/wifi.h: In function ‘rtl_find_sta’:
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/wifi.h:1967: warning: unused variable ‘mac’
In file included from /home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c:33:
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.h: At top level:
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.h:139: warning: ‘enum ieee80211_smps_mode’ declared inside parameter list
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.h:139: warning: its scope is only this definition or declaration, which is probably not what you want
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c: In function ‘rtl_tx_agg_start’:
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c:951: warning: unused variable ‘mac’
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c: In function ‘rtl_tx_agg_stop’:
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c:988: warning: unused variable ‘mac’
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c: At top level:
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c:1275: warning: ‘enum ieee80211_smps_mode’ declared inside parameter list
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c:1275: error: parameter 2 (‘smps’) has incomplete type
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c: In function ‘rtl_make_smps_action’:
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c:1295: error: ‘union <anonymous>’ has no member named ‘ht_smps’
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c:1295: error: ‘WLAN_HT_ACTION_SMPS’ undeclared (first use in this function)
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c:1295: error: (Each undeclared identifier is reported only once
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c:1295: error: for each function it appears in.)
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c:1297: error: ‘IEEE80211_SMPS_AUTOMATIC’ undeclared (first use in this function)
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c:1298: error: ‘IEEE80211_SMPS_NUM_MODES’ undeclared (first use in this function)
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c:1300: error: ‘IEEE80211_SMPS_OFF’ undeclared (first use in this function)
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c:1301: error: ‘union <anonymous>’ has no member named ‘ht_smps’
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c:1302: error: ‘WLAN_HT_SMPS_CONTROL_DISABLED’ undeclared (first use in this function)
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c:1304: error: ‘IEEE80211_SMPS_STATIC’ undeclared (first use in this function)
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c:1305: error: ‘union <anonymous>’ has no member named ‘ht_smps’
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c:1306: error: ‘WLAN_HT_SMPS_CONTROL_STATIC’ undeclared (first use in this function)
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c:1308: error: ‘IEEE80211_SMPS_DYNAMIC’ undeclared (first use in this function)
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c:1309: error: ‘union <anonymous>’ has no member named ‘ht_smps’
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c:1310: error: ‘WLAN_HT_SMPS_CONTROL_DYNAMIC’ undeclared (first use in this function)
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c: At top level:
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c:1319: warning: ‘enum ieee80211_smps_mode’ declared inside parameter list
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c:1319: error: parameter 3 (‘smps’) has incomplete type
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c: In function ‘rtl_send_smps_action’:
/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.c:1347: error: type of formal parameter 2 is incomplete
make[4]: *** [/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011/base.o] Error 1
make[3]: *** [_module_/home/qzwxec/tmp/rtl_92ce_92se_92de_linux_mac80211_0003.0401.2011] Error 2
make[2]: *** [sub-make] Error 2
make[1]: *** [all] Error 2I've had #! installed for 24 hours now, without wifi. Simply not acceptable. If someone can show me the way to fix this, perhaps I can script the fix for others having similar issues. Thanks !!
Greetings.
Used #! before, I really like it. I usually end up going back to Ubuntu, though, because I prefer to spend more time working than dicking around with the OS. Ubu 11.04 is so full of bugs and bloated with crapware, that I'm giving #! another go.
Now if only I can get the damn wifi working. Again. But that is for another thread. 
Peace.
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.