Pages : 1
#1 Le 24/11/2009, à 01:56
- AsthmatiX
pb d'install driver VIA VT6656 sur carte ZOTAC 9300 ITX-WIFI
Bonsoir à la communauté.
Je suis depuis quelques semaines sur ubuntu et après mainte recherches, je n'arrive toujours pas faire reconnaitre ma carte wifi qui est une VIA VT 6656 branché en USB. Je me tourne donc vers vous pour tenter solutionner mon problème.
J'ai tout d'abord été chercher le driver linux sur le site de VIA mais je dois avouer ne pas trop comprendre ce que m'indique le readme, à savoir :
Approach:
1.user need to be sure the wpa_supplicant and wpa_supplicnat.conf is
in currnet folder;
2.compile driver_event.c,
for instance:#gcc -o event driver_event.c
get the object code "event";
3.install VT6656 module;
4.run "#./event &" as a deamon;
after this step ,you can plug or unplug device repeatly.
Note:1.please be sure there is no Network-Manager exist in OS,or please
disable it if you run this function;
2.you can configure your encryption by modifying wpa_supplicnat.conf.
J'ai d'abord tenté de remettre texto ce qu'il me disait mais ça n'a rien donné:/
J'ai donc essayé de le compiler et faire un make comme expliqué ici :http://doc.ubuntu-fr.org/tutoriel/compilation, mais j'ai une liste d'erreur que je vous ferai parvenir si vous avez besoin.
J'ai essayé de mettre le driver win XP avec ndiswrapper en décompressant le .exe mais le fichier .inf ne me permet pas de détecter ma carte wifi : Matériel présent : Non.
Tout fonctionne correctement sous win7 mais je voudrais faire d'ubuntu mon système principal.
jon@jon-mini-nux:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=9.10
DISTRIB_CODENAME=karmic
DISTRIB_DESCRIPTION="Ubuntu 9.10"
jon@jon-mini-nux:~$ lsusb
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 009: ID 1532:0101 Razer USA, Ltd
Bus 004 Device 003: ID 413c:2005 Dell Computer Corp. RT7D50 Keyboard
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
jon@jon-mini-nux:~$ lspci
00:00.0 Host bridge: nVidia Corporation MCP79 Host Bridge (rev b1)
00:00.1 RAM memory: nVidia Corporation MCP79 Memory Controller (rev b1)
00:03.0 ISA bridge: nVidia Corporation MCP79 LPC Bridge (rev b2)
00:03.1 RAM memory: nVidia Corporation MCP79 Memory Controller (rev b1)
00:03.2 SMBus: nVidia Corporation MCP79 SMBus (rev b1)
00:03.3 RAM memory: nVidia Corporation MCP79 Memory Controller (rev b1)
00:03.4 RAM memory: nVidia Corporation Device 0a98 (rev b1)
00:03.5 Co-processor: nVidia Corporation MCP79 Co-processor (rev b1)
00:04.0 USB Controller: nVidia Corporation MCP79 OHCI USB 1.1 Controller (rev b1)
00:04.1 USB Controller: nVidia Corporation MCP79 EHCI USB 2.0 Controller (rev b1)
00:06.0 USB Controller: nVidia Corporation MCP79 OHCI USB 1.1 Controller (rev b1)
00:06.1 USB Controller: nVidia Corporation MCP79 EHCI USB 2.0 Controller (rev b1)
00:08.0 Audio device: nVidia Corporation MCP79 High Definition Audio (rev b1)
00:09.0 PCI bridge: nVidia Corporation MCP79 PCI Bridge (rev b1)
00:0a.0 Ethernet controller: nVidia Corporation MCP79 Ethernet (rev b1)
00:0b.0 IDE interface: nVidia Corporation MCP79 SATA Controller (rev b1)
00:0c.0 PCI bridge: nVidia Corporation MCP79 PCI Express Bridge (rev b1)
00:10.0 PCI bridge: nVidia Corporation MCP79 PCI Express Bridge (rev b1)
00:15.0 PCI bridge: nVidia Corporation MCP79 PCI Express Bridge (rev b1)
00:16.0 PCI bridge: nVidia Corporation MCP79 PCI Express Bridge (rev b1)
00:17.0 PCI bridge: nVidia Corporation MCP79 PCI Express Bridge (rev b1)
00:18.0 PCI bridge: nVidia Corporation MCP79 PCI Express Bridge (rev b1)
03:00.0 VGA compatible controller: nVidia Corporation C79 [GeForce 9300 / nForce 730i] (rev b1)
jon@jon-mini-nux:~$ lspci -nn | grep -i net
00:0a.0 Ethernet controller [0200]: nVidia Corporation MCP79 Ethernet [10de:0ab0] (rev b1)
jon@jon-mini-nux:~$ sudo lshw -C network
[sudo] password for jon:
*-network
description: Ethernet interface
product: MCP79 Ethernet
vendor: nVidia Corporation
physical id: a
bus info: pci@0000:00:0a.0
logical name: eth0
version: b1
serial: 00:01:2e:27:80:a7
size: 100MB/s
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.64 duplex=full ip=192.168.0.56 latency=0 link=yes maxlatency=20 mingnt=1 multicast=yes port=MII speed=100MB/s
resources: irq:22 memory:fe02b000-fe02bfff ioport:fc00(size=8) memory:fe02a000-fe02a0ff memory:fe029000-fe02900f
jon@jon-mini-nux:~$ lsmod
Module Size Used by
xt_limit 2176 8
xt_tcpudp 2780 7
ipt_LOG 5344 8
ipt_MASQUERADE 2204 0
xt_DSCP 2844 0
ipt_REJECT 2812 1
nf_conntrack_irc 4992 0
nf_conntrack_ftp 6880 0
xt_state 1820 6
binfmt_misc 8356 1
ppdev 6688 0
snd_hda_codec_nvhdmi 4828 1
snd_hda_codec_realtek 203328 1
snd_hda_intel 26920 3
snd_hda_codec 75708 3 snd_hda_codec_nvhdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 7200 1 snd_hda_codec
iptable_nat 5500 0
snd_pcm_oss 37920 0
nf_nat 17808 2 ipt_MASQUERADE,iptable_nat
snd_mixer_oss 16028 1 snd_pcm_oss
nf_conntrack_ipv4 13352 9 iptable_nat,nf_nat
snd_pcm 75296 4 snd_hda_intel,snd_hda_codec,snd_pcm_oss
nf_conntrack 67608 7 ipt_MASQUERADE,nf_conntrack_irc,nf_conntrack_ftp,xt_state,iptable_nat,nf_nat,nf_conntrack_ipv4
nf_defrag_ipv4 1756 1 nf_conntrack_ipv4
snd_seq_dummy 2656 0
iptable_mangle 3452 0
snd_seq_oss 28576 0
snd_seq_midi 6432 0
iptable_filter 3100 1
snd_rawmidi 22208 1 snd_seq_midi
snd_seq_midi_event 6940 2 snd_seq_oss,snd_seq_midi
snd_seq 50224 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
ip_tables 11692 3 iptable_nat,iptable_mangle,iptable_filter
snd_timer 22276 2 snd_pcm,snd_seq
nvidia 9586440 36
snd_seq_device 6920 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
coretemp 5564 0
x_tables 16544 9 xt_limit,xt_tcpudp,ipt_LOG,ipt_MASQUERADE,xt_DSCP,ipt_REJECT,xt_state,iptable_nat,ip_tables
psmouse 56500 0
agpgart 34988 1 nvidia
snd 59204 17 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
i2c_nforce2 6784 0
soundcore 7264 1 snd
lp 8964 0
serio_raw 5280 0
snd_page_alloc 9156 2 snd_hda_intel,snd_pcm
shpchp 32272 0
parport 35340 2 ppdev,lp
usbhid 38208 0
video 19380 0
output 2780 1 video
forcedeth 54152 0
jon@jon-mini-nux:~$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
jon@jon-mini-nux:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:01:2e:27:80:a7
inet adr:192.168.0.56 Bcast:192.168.0.255 Masque:255.255.255.0
adr inet6: fe80::201:2eff:fe27:80a7/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
Packets reçus:5437 erreurs:0 :0 overruns:0 frame:0
TX packets:3602 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
Octets reçus:3331531 (3.3 MB) Octets transmis:458760 (458.7 KB)
Interruption:22 Adresse de base:0xa000
lo Link encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:16436 Metric:1
Packets reçus:38 erreurs:0 :0 overruns:0 frame:0
TX packets:38 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
Octets reçus:4048 (4.0 KB) Octets transmis:4048 (4.0 KB)
jon@jon-mini-nux:~$ sudo iwlist scan
lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
jon@jon-mini-nux:~$ uname -r -m
2.6.31-15-generic i686
jon@jon-mini-nux:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
jon@jon-mini-nux:~$ nm-tool
NetworkManager Tool
State: connected
- Device: eth0 [Auto eth0] ----------------------------------------------------
Type: Wired
Driver: forcedeth
State: connected
Default: yes
HW Address: 00:01:2E:27:80:A7
Capabilities:
Carrier Detect: yes
Speed: 100 Mb/s
Wired Properties
Carrier: on
IPv4 Settings:
Address: 192.168.0.56
Prefix: 24 (255.255.255.0)
Gateway: 192.168.0.22
DNS: 192.168.0.22
Je suis sur une carte mère ZOTAC 9300 ITX-WIFI.
Je suis vraiment très débutant avec les lignes de commandes, donc si c'est pas trop vous demander, serait-il possible de m'expliquer en détails les manipulations à effectuer si vous avez quelque chose à me proposer.
D'avance, merci !:)
Hors ligne