#26 Le 09/01/2008, à 13:18
- willy78
Re : Connexion wifi impossible
met les driver que tu cite (sp36770.exe) sur rapidshare que je le telecharge ou donne moi le lien que je vois ce qu'on peut en faire
Quelques tutos pour le wifi sous Ubuntu:
http://wlety.free.fr/forum
Hors ligne
#27 Le 09/01/2008, à 13:22
- Rovhell
Re : Connexion wifi impossible
http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-55203-1&lc=fr&cc=fr&dlc=fr&product=3630001&os=228&lang=fr
ftp://ftp.hp.com/pub/softpaq/sp36501-37000/sp36770.exe
merci
Hors ligne
#28 Le 09/01/2008, à 20:04
- Rovhell
Re : Connexion wifi impossible
J'avai pas vuq ue suivant la version de windows qu'on selectionne on a un driver different. J'avais pri la version XP. La je viens de tester avec le driver pour vista 64bit, le resultat de cabextract est a moitié concluant. J'obtient alors un bcmwl6.inf et pareil .sys .
J'ai donc renomé mon fichier bcmwl5 en bcmwl6 et tenté toute la manip avec ndiswrapper mais rien ne fonctionne de plus qu'avant. Je vais de ce pas voir ce que je peux faire avec le driver pour vista 32bit...
Hors ligne
#29 Le 09/01/2008, à 20:16
- willy78
Re : Connexion wifi impossible
J'ai pas réussi avec wine a extraire les driver de ton fichier!
et en plus tu as bidouilleé grave
les driver vista ne marche pas avec ndiswrapper
Quelques tutos pour le wifi sous Ubuntu:
http://wlety.free.fr/forum
Hors ligne
#30 Le 09/01/2008, à 20:18
- j'voul'jur-c'pasmoi
Re : Connexion wifi impossible
Poste les retours de
sudo fdisk -l
mount
#31 Le 09/01/2008, à 20:27
- cestpasmoi
Re : Connexion wifi impossible
il a pu vista
#32 Le 09/01/2008, à 20:42
- Rovhell
Re : Connexion wifi impossible
Je sais que j'ai bidoullié grave. Mais a cas déséspéré, moyens desespéré.
J'ai rien trouvé de mieu à faire...
Hors ligne
#33 Le 09/01/2008, à 20:52
- j'voul'jur-c'pasmoi
Re : Connexion wifi impossible
sudo modprobe -r ndiswrapper
sudo ndiswrapper -e bcmwl5
sudo rmmod ndiswrapper
sudo apt-get remove ndiswrapper-utils --purge
sudo rm -r /etc/ndiswrapper/
sudo rm -r /etc/modprobe.d/ndiswrapper
sudo rm /lib/modules/`uname -r`/kernel/drivers/net/ndiswrapper/ndiswrapper.ko
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install linux-headers-`uname -r`
sudo ln -s /usr/src/linux-`uname -r` /lib/modules/`uname -r`/build
cd
sudo wget http://downloads.sourceforge.net/ndiswrapper/ndiswrapper-1.51.tar.gz
tar -xvzf ndiswrapper.tar.gz
cd ndiswrapper*
make distclean
make
sudo make install
cd
mkdir bcmwl5
cd bcmwl5
sudo apt-get install cabextract
wget ftp://ftp.compaq.com/pub/softpaq/sp34001-34500/sp34152.exe
cabextract sp34152.exe
sudo ndiswrapper -i ~/bcmwl5/bcmwl5.inf
echo 'blacklist bcm43xx' | sudo tee -a /etc/modprobe.d/blacklist
echo 'ndiswrapper' | sudo tee -a /etc/modules
redémarre et poste
ndiswrapper -l
sudo lshw -C network
sudo iwlist scanning
#34 Le 09/01/2008, à 21:29
- Rovhell
Re : Connexion wifi impossible
rovhell@rovhell-laptop:~$ ndiswrapper -l
bcmwl5 : driver installed
device (14E4:4312) present (alternate driver: bcm43xx)
rovhell@rovhell-laptop:~$ sudo lshw -C network
[sudo] password for rovhell:
*-network
description: Ethernet interface
product: MCP65 Ethernet
vendor: nVidia Corporation
physical id: 6
bus info: pci@0000:00:06.0
logical name: eth75
version: a3
serial: 00:00:6c:42:0b:82
capacity: 1GB/s
width: 32 bits
clock: 66MHz
capabilities: pm bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=forcedeth driverversion=0.60 latency=0 link=no maxlatency=20 mingnt=1 module=forcedeth multicast=yes port=MII
*-network UNCLAIMED
description: Network controller
product: BCM4312 802.11a/b/g
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:03:00.0
version: 02
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress cap_list
configuration: latency=0
rovhell@rovhell-laptop:~$ sudo iwlist scanning
lo Interface doesn't support scanning.
eth75 Interface doesn't support scanning.
rovhell@rovhell-laptop:~$
Hors ligne
#35 Le 09/01/2008, à 23:31
- safinaz
Re : Connexion wifi impossible
ça a fonctionné un moment ou jamais??
#36 Le 10/01/2008, à 06:53
- Rovhell
Re : Connexion wifi impossible
La premiere fois que j'ai installé le driver sp34152.exe ça a fonctionné une foi (et pas aussitot apré installation...) C'est tout donc je sais que ma carte est pas naze mais j'en sais pas plus.
Hors ligne
#37 Le 10/01/2008, à 07:01
- pigepat
Re : Connexion wifi impossible
bonjour, je n'arrive pas a rentrer dans l'interface de gestion de ma free box, pourquoi?
Hors ligne
#38 Le 10/01/2008, à 07:34
- willy78
Re : Connexion wifi impossible
C'est par le site de free et l'interface de gestion de ton compte!
Quelques tutos pour le wifi sous Ubuntu:
http://wlety.free.fr/forum
Hors ligne
#39 Le 11/01/2008, à 11:43
- Rovhell
Re : Connexion wifi impossible
up
Je sais pas ce qui se passe mais d'un coup ça fonctionne!
rovhell@rovhell-laptop:~$ ndiswrapper -l
bcmwl5 : driver installed
device (14E4:4312) present (alternate driver: bcm43xx)
rovhell@rovhell-laptop:~$ sudo lshw -C network
[sudo] password for rovhell:
*-network
description: Ethernet interface
product: MCP65 Ethernet
vendor: nVidia Corporation
physical id: 6
bus info: pci@0000:00:06.0
logical name: eth77
version: a3
serial: 00:00:6c:1c:68:a9
capacity: 1GB/s
width: 32 bits
clock: 66MHz
capabilities: pm bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=forcedeth driverversion=0.60 latency=0 link=no maxlatency=20 mingnt=1 module=forcedeth multicast=yes port=MII
*-network
description: Wireless interface
product: BCM4312 802.11a/b/g
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlan0
version: 02
serial: 00:1a:73:b5:c0:be
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=ndiswrapper+bcmwl5 driverversion=1.51+Broadcom,10/12/2006, 4.100. ip=192.168.1.25 latency=0 link=yes module=ndiswrapper multicast=yes wireless=IEEE 802.11g
rovhell@rovhell-laptop:~$ sudo iwlist scanning
lo Interface doesn't support scanning.
eth77 Interface doesn't support scanning.
wlan0 Scan completed :
Cell 01 - Address: 00:16:41:A4:69:92
ESSID:"Livebox-8429"
Protocol:IEEE 802.11g
Mode:Managed
Frequency:2.457 GHz (Channel 10)
Quality:34/100 Signal level:-74 dBm Noise level:-96 dBm
Encryption key:off
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 6 Mb/s; 9 Mb/s
11 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
48 Mb/s; 54 Mb/s
Extra:bcn_int=100
Extra:atim=0
Dernière modification par Rovhell (Le 11/01/2008, à 11:46)
Hors ligne
#40 Le 11/01/2008, à 11:46
- safinaz
Re : Connexion wifi impossible
donnes les retours pour info alors
sudo lshw -C network
cat /etc/network/interfaces
lsmod
#41 Le 11/01/2008, à 11:49
- Rovhell
Re : Connexion wifi impossible
rovhell@rovhell-laptop:~$ sudo lshw -C network
*-network
description: Ethernet interface
product: MCP65 Ethernet
vendor: nVidia Corporation
physical id: 6
bus info: pci@0000:00:06.0
logical name: eth77
version: a3
serial: 00:00:6c:1c:68:a9
capacity: 1GB/s
width: 32 bits
clock: 66MHz
capabilities: pm bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=forcedeth driverversion=0.60 latency=0 link=no maxlatency=20 mingnt=1 module=forcedeth multicast=yes port=MII
*-network
description: Wireless interface
product: BCM4312 802.11a/b/g
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlan0
version: 02
serial: 00:1a:73:b5:c0:be
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=ndiswrapper+bcmwl5 driverversion=1.51+Broadcom,10/12/2006, 4.100. ip=192.168.1.25 latency=0 link=yes module=ndiswrapper multicast=yes wireless=IEEE 802.11g
rovhell@rovhell-laptop:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
rovhell@rovhell-laptop:~$ lsmod
Module Size Used by
cdc_acm 19360 0
ipv6 317192 10
af_packet 28172 4
binfmt_misc 14860 1
rfcomm 47656 2
l2cap 28672 11 rfcomm
bluetooth 63876 4 rfcomm,l2cap
nfsd 272552 13
exportfs 7808 1 nfsd
lockd 76336 2 nfsd
sunrpc 198536 8 nfsd,lockd
ppdev 11272 0
powernow_k8 16608 1
cpufreq_conservative 9608 0
cpufreq_stats 8160 0
cpufreq_ondemand 10896 1
freq_table 6464 3 powernow_k8,cpufreq_stats,cpufreq_ondemand
cpufreq_userspace 6048 0
cpufreq_powersave 3072 0
button 10400 0
ac 7304 0
dock 12264 0
sbs 21520 0
video 21140 11
battery 12424 0
container 6400 0
ndiswrapper 244384 0
sbp2 27144 0
parport_pc 41896 0
lp 15048 0
parport 44172 3 ppdev,parport_pc,lp
rt2500usb 23040 0
arc4 3328 0
ecb 5248 0
blkcipher 8452 1 ecb
rc80211_simple 8064 0
snd_hda_intel 337448 1
snd_pcm_oss 50048 0
snd_mixer_oss 20096 1 snd_pcm_oss
snd_pcm 94344 2 snd_hda_intel,snd_pcm_oss
snd_seq_dummy 5380 0
snd_seq_oss 36864 0
joydev 13440 0
rt73usb 27136 0
rt2x00usb 13696 2 rt2500usb,rt73usb
snd_seq_midi 11008 0
rt2x00lib 21760 3 rt2500usb,rt73usb,rt2x00usb
snd_rawmidi 29824 1 snd_seq_midi
uvcvideo 52228 0
rfkill 9616 1 rt2x00lib
compat_ioctl32 11136 1 uvcvideo
mac80211 196104 3 rc80211_simple,rt2x00usb,rt2x00lib
videodev 31360 1 uvcvideo
v4l1_compat 15364 2 uvcvideo,videodev
v4l2_common 21888 3 uvcvideo,compat_ioctl32,videodev
cfg80211 8720 1 mac80211
snd_seq_midi_event 9984 2 snd_seq_oss,snd_seq_midi
input_polldev 6672 1 rt2x00lib
crc_itu_t 3456 1 rt2x00lib
snd_seq 62496 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 27272 2 snd_pcm,snd_seq
ide_cd 35488 0
cdrom 41768 1 ide_cd
sdhci 21004 0
mmc_core 33416 1 sdhci
nvidia 7013492 26
snd_seq_device 10260 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
serio_raw 9092 0
k8temp 7680 0
snd 69288 11 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore 10272 1 snd
psmouse 45596 0
pcspkr 4608 0
shpchp 38300 0
pci_hotplug 36612 1 shpchp
i2c_nforce2 7808 0
snd_page_alloc 12560 2 snd_hda_intel,snd_pcm
i2c_core 30208 2 nvidia,i2c_nforce2
evdev 13056 6
ext3 146576 1
jbd 69360 1 ext3
mbcache 11272 1 ext3
sg 41384 0
sd_mod 32512 3
amd74xx 17328 0 [permanent]
ide_core 141200 2 ide_cd,amd74xx
usbhid 32576 0
hid 33408 1 usbhid
ata_generic 9988 0
ohci1394 38984 0
ieee1394 109528 2 sbp2,ohci1394
ahci 27012 3
libata 138928 2 ata_generic,ahci
scsi_mod 172856 4 sbp2,sg,sd_mod,libata
ehci_hcd 40076 0
forcedeth 55048 0
ohci_hcd 25092 0
usbcore 161584 10 cdc_acm,ndiswrapper,rt2500usb,rt73usb,rt2x00usb,uvcvideo,usbhid,ehci_hcd,ohci_hcd
thermal 16528 0
processor 36232 2 powernow_k8,thermal
fan 6920 0
fuse 52528 1
apparmor 47008 0
commoncap 9472 1 apparmor
Hors ligne
#42 Le 11/01/2008, à 11:57
- safinaz
Re : Connexion wifi impossible
lsusb
iwconfig
#43 Le 11/01/2008, à 12:06
- Rovhell
Re : Connexion wifi impossible
rovhell@rovhell-laptop:~$ lsusb
Bus 002 Device 003: ID 064e:a110 Suyin Corp.
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 005: ID 062a:0000 Creative Labs Optical Mouse
Bus 001 Device 001: ID 0000:0000
rovhell@rovhell-laptop:~$ iwconfig
lo no wireless extensions.
eth77 no wireless extensions.
wlan0 IEEE 802.11g ESSID:"Livebox-8429"
Mode:Managed Frequency:2.457 GHz Access Point: 00:16:41:A4:69:92
Bit Rate=24 Mb/s Tx-Power:32 dBm
RTS thr:2347 B Fragment thr:2346 B
Power Management:off
Link Quality:37/100 Signal level:-72 dBm Noise level:-96 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:6858 Invalid misc:13170 Missed beacon:0
Hors ligne
#44 Le 11/01/2008, à 12:10
- safinaz
Re : Connexion wifi impossible
c'est drôle d'habitude on a eth1 à la place de wlan0.
Tu as une clé wifi branchée puis tu l'as retiré.
#45 Le 11/01/2008, à 12:28
- Rovhell
Re : Connexion wifi impossible
oui
ça veux dire que sans ça j'aurai jamais le wifi?
Dernière modification par Rovhell (Le 11/01/2008, à 12:29)
Hors ligne
#46 Le 11/01/2008, à 12:32
- safinaz
Re : Connexion wifi impossible
a priori ça n'a rien avoir
#47 Le 11/01/2008, à 12:36
- Rovhell
Re : Connexion wifi impossible
Donc il est pas impossible que ma carte fonctionne pour toujours maintenant?
Hors ligne
#48 Le 11/01/2008, à 12:40
- safinaz
Re : Connexion wifi impossible
elle devrait fonctionner pour tjrs normalement
#49 Le 11/01/2008, à 12:42
- Rovhell
Re : Connexion wifi impossible
ok merci je posterai ce qu'il en est quand je rebooterais ce soir.
Hors ligne
#50 Le 11/01/2008, à 18:13
- tragulinu
Re : Connexion wifi impossible
bonjour tout le monde,
mon problème est presque semblable sauf que moi j'ai ubuntu 7.10 en live cd il trouve toutes les box de mon immeuble sauf que lorsque je rentre ma clé wep de ma livebox il cherche et puis s'arrette pour me redemander le clé wep.
merci.
@+
Hors ligne