Bonjour,

Voulant débuter dans l'aventure Linux j'ai choisis d'installer Ubutune 9.04 Jaunty afin de me familiarisé avec ce type de technologie.

J'ai donc voulus installer une connection internet wifi mais la ca coince je n'arrive pas malgrés plusieurs aides.

Voici quelque retour de lignes de commande que j'ai pus effectuer:

Je dispose d'une carte wifi PCI Linksys WMP54GS.

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
 
- iwconfig
 
lo        no wireless extensions.
 
eth0      no wireless extensions.
 
wmaster0  no wireless extensions.
 
wlan0     IEEE 802.11bg  ESSID:""  
          Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated   
          Tx-Power=0 dBm   
          Retry min limit:7   RTS thr:off   Fragment thr=2352 B   
          Power Management:off
          Link Quality:0  Signal level:0  Noise level:0
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
 
pan0      no wireless extensions.
 
 
- lspci | grep -i network
 
05:05.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
 
- qubs@qubs-desktop:~/Bureau/2$ sudo ndiswrapper -i bcmwl5.inf
 
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
forcing parameter IBSSGMode from 0 to 2
 
- qubs@qubs-desktop:~/Bureau/2$ ndiswrapper -l
 
WARNING: All config files need .conf: /etc/modprobe.d/ndiswrapper, it will be ignored in a future release.
bcmwl5 : driver installed
	device (14E4:4318) present (alternate driver: ssb)
 
- qubs@qubs-desktop:~/Bureau/2$ gksu gedit /etc/modules
 
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
 
lp
rtc
ndiswrapper
 
 
qubs@qubs-desktop:~/Bureau/2$ lshw -C network
WARNING: you should run this program as super-user.
  *-network               
       description: Network controller
       product: BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller
       vendor: Broadcom Corporation
       physical id: 5
       bus info: pci@0000:05:05.0
       version: 02
       width: 32 bits
       clock: 33MHz
       capabilities: bus_master
       configuration: driver=b43-pci-bridge latency=64 module=ssb
  *-network
       description: Ethernet interface
       product: NetXtreme BCM5754 Gigabit Ethernet PCI Express
       vendor: Broadcom Corporation
       physical id: 0
       bus info: pci@0000:08:00.0
       logical name: eth0
       version: 02
       serial: 00:1a:a0:d9:03:e5
       width: 64 bits
       clock: 33MHz
       capabilities: bus_master cap_list ethernet physical
       configuration: broadcast=yes driver=tg3 driverversion=3.94 firmware=5754-v3.22 latency=0 module=tg3 multicast=yes
  *-network:0 DISABLED
       description: Wireless interface
       physical id: 3
       logical name: wlan0
       serial: 00:1d:7e:9b:74:e2
       capabilities: ethernet physical wireless
       configuration: broadcast=yes multicast=yes wireless=IEEE 802.11bg
  *-network:1 DISABLED
       description: Ethernet interface
       physical id: 4
       logical name: pan0
       serial: 4a:95:f4:93:6f:1c
       capabilities: ethernet physical
       configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A multicast=yes
 
qubs@qubs-desktop:~/Bureau/2$ lspci -vnn | grep 14e4
05:05.0 Network controller [0280]: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller [14e4:4318] (rev 02)
Voici aussi un screen du NdisGTK :

J'ai trouvé une piste d'une personne ayant résolus ce problème sur le même système et avec la même carte mais j'ai du mal a traduire et a appliquer sachant que je ne maitrise pas Linux. http://ubuntuforums.org/showthread.php?t=1233448

Si quelqu'un peu m'aiguiller merci !