Bonjour, je configure un Toshiba Satellite c855-10x.Avec Debian 6.05.
Et ma carte wireless n’est pas reconnue.
Lspci donne :
00:00.0 Host bridge: Intel Corporation Sandy Bridge DRAM Controller (rev 09)
00:02.0 VGA compatible controller: Intel Corporation Sandy Bridge Integrated Graphics Controller (rev 09)
00:14.0 USB Controller: Intel Corporation Device 1e31 (rev 04)
00:16.0 Communication controller: Intel Corporation Device 1e3a (rev 04)
00:1a.0 USB Controller: Intel Corporation Device 1e2d (rev 04)
00:1b.0 Audio device: Intel Corporation Device 1e20 (rev 04)
00:1c.0 PCI bridge: Intel Corporation Device 1e10 (rev c4)
00:1c.1 PCI bridge: Intel Corporation Device 1e12 (rev c4)
00:1c.2 PCI bridge: Intel Corporation Device 1e14 (rev c4)
00:1d.0 USB Controller: Intel Corporation Device 1e26 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Device 1e59 (rev 04)
00:1f.2 SATA controller: Intel Corporation Device 1e03 (rev 04)
00:1f.3 SMBus: Intel Corporation Device 1e22 (rev 04)
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device 8723
03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
Lsusb donne :
Bus 003 Device 003: ID 046d:c05f Logitech, Inc.
Bus 003 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 004: ID 04f2:b307 Chicony Electronics Co., Ltd
Bus 002 Device 003: ID 0bda:0138 Realtek Semiconductor Corp. Card reader
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
uname -r
2.6.32-5-amd64
J’ai suivi :
askubuntu.com/questions/139632/w … recognized
Le pb est que quand je veux faire le make du point 4 sa ne marche pas, j’ai un message :
make
make -C /lib/modules/2.6.32-5-amd64/build M=/home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012 modules
make[1]: se ingresa al directorio /usr/src/linux-headers-2.6.32-5-amd64' CC [M] /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.o In file included from /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:32: /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/wifi.h: In function ‘rtl_find_sta’: /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/wifi.h:2068: warning: passing argument 1 of ‘ieee80211_find_sta’ from incompatible pointer type /usr/src/linux-headers-2.6.32-5-common/include/net/mac80211.h:2091: note: expected ‘struct ieee80211_hw *’ but argument is of type ‘struct ieee80211_vif *’ In file included from /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:34: /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.h: At top level: /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.h:144: warning: ‘enum ieee80211_smps_mode’ declared inside parameter list /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.h:144: warning: its scope is only this definition or declaration, which is probably not what you want /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c: In function ‘_rtl_init_mac80211’: /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:323: error: ‘IEEE80211_HW_CONNECTION_MONITOR’ undeclared (first use in this function) /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:323: error: (Each undeclared identifier is reported only once /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:323: error: for each function it appears in.) /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c: In function ‘rtl_tx_agg_start’: /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:1000: warning: passing argument 1 of ‘ieee80211_start_tx_ba_cb_irqsafe’ from incompatible pointer type /usr/src/linux-headers-2.6.32-5-common/include/net/mac80211.h:2038: note: expected ‘struct ieee80211_hw *’ but argument is of type ‘struct ieee80211_vif *’ /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c: In function ‘rtl_tx_agg_stop’: /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:1029: warning: passing argument 1 of ‘ieee80211_stop_tx_ba_cb_irqsafe’ from incompatible pointer type /usr/src/linux-headers-2.6.32-5-common/include/net/mac80211.h:2079: note: expected ‘struct ieee80211_hw *’ but argument is of type ‘struct ieee80211_vif *’ /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c: In function ‘rtl_watchdog_wq_callback’: /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:1283: error: implicit declaration of function ‘ieee80211_connection_loss’ /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c: At top level: /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:1350: warning: ‘enum ieee80211_smps_mode’ declared inside parameter list /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:1350: error: parameter 2 (‘smps’) has incomplete type /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c: In function ‘rtl_make_smps_action’: /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:1370: error: ‘WLAN_HT_ACTION_SMPS’ undeclared (first use in this function) /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:1372: error: ‘IEEE80211_SMPS_AUTOMATIC’ undeclared (first use in this function) /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:1373: error: ‘IEEE80211_SMPS_NUM_MODES’ undeclared (first use in this function) /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:1375: error: ‘IEEE80211_SMPS_OFF’ undeclared (first use in this function) /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:1377: error: ‘WLAN_HT_SMPS_CONTROL_DISABLED’ undeclared (first use in this function) /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:1379: error: ‘IEEE80211_SMPS_STATIC’ undeclared (first use in this function) /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:1381: error: ‘WLAN_HT_SMPS_CONTROL_STATIC’ undeclared (first use in this function) /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:1383: error: ‘IEEE80211_SMPS_DYNAMIC’ undeclared (first use in this function) /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:1385: error: ‘WLAN_HT_SMPS_CONTROL_DYNAMIC’ undeclared (first use in this function) /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c: At top level: /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:1394: warning: ‘enum ieee80211_smps_mode’ declared inside parameter list /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:1394: error: parameter 3 (‘smps’) has incomplete type /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c: In function ‘rtl_send_smps_action’: /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:1422: error: type of formal parameter 2 is incomplete /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c: At top level: /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.c:1805: fatal error: opening dependency file /home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/.base.o.d: Permiso denegado compilation terminated. make[4]: *** [/home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012/base.o] Error 1 make[3]: *** [_module_/home/tie/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012] Error 2 make[2]: *** [sub-make] Error 2 make[1]: *** [all] Error 2 make[1]: se sale del directorio/usr/src/linux-headers-2.6.32-5-amd64’
make: *** [all] Error 2
tie@pc4:~/Esc/rtl_92ce_92se_92de_8723ae_linux_mac80211_0006.0514.2012$
Toute aide est bienvenue
Jose
ff/any