oui j'avais bien desinstallé ndiswrapper, car quand ce dernier est installé je ne scan aucun ssid.
sinon pour te répondre pikachu, j'ai déjà essayé la méthode de la doc:
rmmod p54usb
ERROR: Module p54usb does not exist in /proc/modules
[root@localhost ~]#
[root@localhost ~]# ndiswrapper -l
wlanuig : driver installed
device (0CDE:0008) present (alternate driver: p54usb)
[root@localhost ~]#
[root@localhost ~]# cat /etc/modprobe.conf
alias eth0 forcedeth
alias eth1 forcedeth
alias scsi_hostadapter libata
alias scsi_hostadapter1 sata_nv
alias scsi_hostadapter2 pata_amd
alias snd-card-0 snd-hda-intel
options snd-card-0 index=0
options snd-hda-intel index=0
[root@localhost ~]#
[root@localhost ~]# lsmod
Module Size Used by
rfcomm 43105 0
l2cap 28865 9 rfcomm
bluetooth 60132 4 rfcomm,l2cap
autofs4 28361 2
fuse 50289 3
sunrpc 176969 3
nf_conntrack_ipv4 17353 2
ipt_REJECT 12353 2
iptable_filter 11073 1
ip_tables 25897 1 iptable_filter
nf_conntrack_ipv6 23057 2
xt_state 10689 4
nf_conntrack 65201 3 nf_conntrack_ipv4,nf_conntrack_ipv6,xt_state
xt_tcpudp 11713 8
ip6t_ipv6header 10817 2
ip6t_REJECT 12993 2
ip6table_filter 10945 1
ip6_tables 21129 2 ip6t_ipv6header,ip6table_filter
x_tables 23241 7 ipt_REJECT,ip_tables,xt_state,xt_tcpudp,ip6t_ipv6header,ip6t_REJECT,ip6_tables
loop 22853 0
dm_multipath 24785 0
ipv6 273417 16 nf_conntrack_ipv6,ip6t_REJECT
snd_hda_intel 391145 4
snd_seq_dummy 11589 0
snd_seq_oss 38721 0
snd_seq_midi_event 15041 1 snd_seq_oss
snd_seq 60769 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 15445 3 snd_seq_dummy,snd_seq_oss,snd_seq
forcedeth 54349 0
snd_pcm_oss 52545 0
snd_mixer_oss 23233 2 snd_pcm_oss
snd_pcm 87241 2 snd_hda_intel,snd_pcm_oss
floppy 65385 0
parport_pc 34921 0
snd_timer 28873 2 snd_seq,snd_pcm
k8temp 13377 0
sg 40281 0
nvidia 8852420 24
snd_page_alloc 16721 2 snd_hda_intel,snd_pcm
hwmon 11081 1 k8temp
i2c_nforce2 14273 0
parport 42445 1 parport_pc
snd_hwdep 16457 1 snd_hda_intel
i2c_core 27969 2 nvidia,i2c_nforce2
snd 65129 16 snd_hda_intel,snd_seq_dummy,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_hwdep
pcspkr 11201 0
soundcore 15073 2 snd
sr_mod 23653 0
button 15969 0
cdrom 40425 1 sr_mod
pata_amd 20421 0
dm_snapshot 22921 0
dm_zero 10305 0
dm_mirror 26945 0
dm_mod 60473 9 dm_multipath,dm_snapshot,dm_zero,dm_mirror
pata_acpi 14273 0
sata_nv 32201 3
ata_generic 14533 0
libata 144241 4 pata_amd,pata_acpi,sata_nv,ata_generic
sd_mod 33217 5
scsi_mod 150009 4 sg,sr_mod,libata,sd_mod
ext3 128209 2
jbd 52073 1 ext3
mbcache 15809 1 ext3
uhci_hcd 30561 0
ohci_hcd 28997 0
ehci_hcd 39501 0
[root@localhost ~]# cat /etc/modprobe.d/blacklist
#
# Listing a module here prevents the hotplug scripts from loading it.
# Usually that'd be so that some other driver will bind it instead,
# no matter which driver happens to get probed first. Sometimes user
# mode tools can also control driver binding.
#
# Syntax: driver name alone (without any spaces) on a line. Other
# lines are ignored.
#
# watchdog drivers
blacklist i8xx_tco
# framebuffer drivers
blacklist aty128fb
blacklist atyfb
blacklist radeonfb
blacklist i810fb
blacklist cirrusfb
blacklist intelfb
blacklist kyrofb
blacklist i2c-matroxfb
blacklist hgafb
blacklist nvidiafb
blacklist rivafb
blacklist savagefb
blacklist sstfb
blacklist neofb
blacklist tridentfb
blacklist tdfxfb
blacklist virgefb
blacklist vga16fb
blacklist p54usb
blacklist p54common
# ISDN - see bugs 154799, 159068
blacklist hisax
blacklist hisax_fcpcipnp