seulement ( wired-default ) rien avec flèche-bas ..

Code : Tout sélectionner
lsmod | grep wl
linux-headers
?Il y a aussi NetwokManager.otacon a écrit :s'il n'avait pas envie, que fait wicd sur son install ?Tucnacek a écrit :Il n'a peut-être pas envie d'utiliser wicd...
J'ai desinstallé broadcom-wl-dkms et installer broadcom-wlotacon a écrit :redescends au linux-lts, desinstalles broadcom-wl-dkms et installes broadcom-wl
@tucnacek : c'est pas moi qui fais les choix..
Un peu quand même, nan :otacon a écrit :@tucnacek : c'est pas moi qui fais les choix..
@mine : Choisis entre wicd et NetworkManager mais tu ne dois en utiliser qu'un seul à la fois, les services étant concurrents. Wicd fera le travail si tu le souhaites, tu peux poursuivre dans cette voie et oublier NetworkManager. J'avais simplement eu l'impression que otacon t'avait orienté et que tu aurais pu vouloir effectuer un autre choix.otacon a écrit :il y a un conflit entre les gestionnaires de réseau. Un seul doit être activé.
lance :Code : Tout sélectionner
systemctl stop NetworkManager systemctl disable NetworkManager systemctl start wicd systemctl enable wicd
Code : Tout sélectionner
systemctl disable wicd
Code : Tout sélectionner
pacman -R wicd wicd-gtk
Code : Tout sélectionner
pacman -R broadcom-wl
pacman -R broadcom-wl-dkms
Code : Tout sélectionner
pacman -S hwinfo rfkill
Code : Tout sélectionner
ip link show
iwconfig
rfkill list
iwlist nom-de-ton-interface-wifi scan
hwinfo --netcard
tree /etc/systemd/system
pacman -Qs broadcom
et l'internet est revenu ..otacon a écrit :pas grave.Code : Tout sélectionner
sudo systemctl start wicd sudo systemctl enable wicd
Code : Tout sélectionner
$ su
Mot de passe :
[root@mine mine]# ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp9s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
link/ether 00:18:8b:a6:4e:b8 brd ff:ff:ff:ff:ff:ff
3: wlan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 00:0e:a6:f4:55:2e brd ff:ff:ff:ff:ff:ff
[root@mine mine]# iwconfig
wlan0 IEEE 802.11bg ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=0 dBm
Retry short limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:on
lo no wireless extensions.
enp9s0 no wireless extensions.
[root@mine mine]# rfkill list
0: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
[root@mine mine]# iwlist nom-de-ton-interface-wifi scan
nom-de-ton-inter Interface doesn't support scanning.
[root@mine mine]# hwinfo --netcard
25: PCI 900.0: 0200 Ethernet controller
[Created at pci.328]
Unique ID: 9Ky7.9a4JKShdn02
Parent ID: hoOk.hz_o80M8jj8
SysFS ID: /devices/pci0000:00/0000:00:1c.2/0000:09:00.0
SysFS BusID: 0000:09:00.0
Hardware Class: network
Model: "Dell Latitude D620"
Vendor: pci 0x14e4 "Broadcom"
Device: pci 0x1600 "NetXtreme BCM5752 Gigabit Ethernet PCI Express"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x01c2 "Latitude D620"
Revision: 0x02
Driver: "tg3"
Driver Modules: "tg3"
Device File: enp9s0
Memory Range: 0xefcf0000-0xefcfffff (rw,non-prefetchable)
IRQ: 28 (3882 events)
HW Address: 00:18:8b:a6:4e:b8
Link detected: yes
Module Alias: "pci:v000014E4d00001600sv00001028sd000001C2bc02sc00i00"
Driver Info #0:
Driver Status: tg3 is active
Driver Activation Cmd: "modprobe tg3"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #14 (PCI bridge)
26: PCI c00.0: 0282 WLAN controller
[Created at pci.328]
Unique ID: y9sn.CvS0RaMGsb1
Parent ID: qTvu.f86JBt6kfy7
SysFS ID: /devices/pci0000:00/0000:00:1c.1/0000:0c:00.0
SysFS BusID: 0000:0c:00.0
Hardware Class: network
Model: "Dell Wireless 1390 WLAN Mini-Card"
Vendor: pci 0x14e4 "Broadcom"
Device: pci 0x4311 "BCM4311 802.11b/g WLAN"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0007 "Wireless 1390 WLAN Mini-Card"
Revision: 0x01
Driver: "b43-pci-bridge"
Driver Modules: "ssb"
Device File: wlan0
Features: WLAN
Memory Range: 0xefdfc000-0xefdfffff (rw,non-prefetchable)
IRQ: 17 (no events)
HW Address: 00:0e:a6:f4:55:2e
Link detected: no
WLAN channels: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
WLAN frequencies: 2.412 2.417 2.422 2.427 2.432 2.437 2.442 2.447 2.452 2.457 2.462 2.467 2.472 2.484
WLAN encryption modes: WEP40 WEP104 TKIP CCMP
WLAN authentication modes: open sharedkey wpa-psk wpa-eap
Module Alias: "pci:v000014E4d00004311sv00001028sd00000007bc02sc80i00"
Driver Info #0:
Driver Status: ssb is active
Driver Activation Cmd: "modprobe ssb"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #13 (PCI bridge)
[root@mine mine]# tree /etc/systemd/system
/etc/systemd/system
├── dbus-org.freedesktop.Avahi.service -> /usr/lib/systemd/system/avahi-daemon.service
├── dbus-org.freedesktop.ModemManager1.service -> /usr/lib/systemd/system/ModemManager.service
├── dbus-org.wicd.daemon.service -> /usr/lib/systemd/system/wicd.service
├── display-manager.service -> /usr/lib/systemd/system/lightdm.service
├── getty.target.wants
│ └── getty@tty1.service -> /usr/lib/systemd/system/getty@.service
├── multi-user.target.wants
│ ├── avahi-daemon.service -> /usr/lib/systemd/system/avahi-daemon.service
│ ├── haveged.service -> /usr/lib/systemd/system/haveged.service
│ ├── ModemManager.service -> /usr/lib/systemd/system/ModemManager.service
│ ├── ntpd.service -> /usr/lib/systemd/system/ntpd.service
│ ├── org.cups.cupsd.path -> /usr/lib/systemd/system/org.cups.cupsd.path
│ ├── remote-fs.target -> /usr/lib/systemd/system/remote-fs.target
│ └── wicd.service -> /usr/lib/systemd/system/wicd.service
├── printer.target.wants
│ └── org.cups.cupsd.service -> /usr/lib/systemd/system/org.cups.cupsd.service
└── sockets.target.wants
├── avahi-daemon.socket -> /usr/lib/systemd/system/avahi-daemon.socket
└── org.cups.cupsd.socket -> /usr/lib/systemd/system/org.cups.cupsd.socket
4 directories, 15 files
[root@mine mine]# pacman -Qs broadcom
local/b43-firmware 6.30.163.46-1
Firmware for Broadcom B43 wireless networking chips
[root@mine mine]#
iwlist nom-de-ton-interface-wifi scan
n'était absolument pas à lancer tel quel... As tu au moins ouvert le manuel de chaque commande demandée ?dhcpcd
? Ce n'est pas un outil magique qui fournit internet...b43-firmware
, car la révision ne correspond pas à celle du paquet AUR ?oui, je suis sous Antergos,benjarobin a écrit : Bref, désolé, reprenons :
Comment as tu installéb43-firmware
, car la révision ne correspond pas à celle du paquet AUR ?
Edit: Je viens de comprendre, tu n'es pas sous ArchLinux !!!! Mais sous Antergos !
Code : Tout sélectionner
# ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: enp9s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP mode DEFAULT group default qlen 1000
link/ether 00:18:8b:a6:4e:b8 brd ff:ff:ff:ff:ff:ff
[root@mine mine]# iwconfig
lo no wireless extensions.
enp9s0 no wireless extensions.
[root@mine mine]# rfkill list
0: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
[root@mine mine]# iwlist nom-de-ton-interface-wifi scan
nom-de-ton-inter Interface doesn't support scanning.
[root@mine mine]# hwinfo --netcard
25: PCI 900.0: 0200 Ethernet controller
[Created at pci.328]
Unique ID: 9Ky7.9a4JKShdn02
Parent ID: hoOk.hz_o80M8jj8
SysFS ID: /devices/pci0000:00/0000:00:1c.2/0000:09:00.0
SysFS BusID: 0000:09:00.0
Hardware Class: network
Model: "Dell Latitude D620"
Vendor: pci 0x14e4 "Broadcom"
Device: pci 0x1600 "NetXtreme BCM5752 Gigabit Ethernet PCI Express"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x01c2 "Latitude D620"
Revision: 0x02
Driver: "tg3"
Driver Modules: "tg3"
Device File: enp9s0
Memory Range: 0xefcf0000-0xefcfffff (rw,non-prefetchable)
IRQ: 28 (4771 events)
HW Address: 00:18:8b:a6:4e:b8
Link detected: yes
Module Alias: "pci:v000014E4d00001600sv00001028sd000001C2bc02sc00i00"
Driver Info #0:
Driver Status: tg3 is active
Driver Activation Cmd: "modprobe tg3"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #14 (PCI bridge)
26: PCI c00.0: 0280 Network controller
[Created at pci.328]
Unique ID: zb5c.AUabv0M9SM3
Parent ID: qTvu.f86JBt6kfy7
SysFS ID: /devices/pci0000:00/0000:00:1c.1/0000:0c:00.0
SysFS BusID: 0000:0c:00.0
Hardware Class: network
Model: "Dell Wireless 1390 WLAN Mini-Card"
Vendor: pci 0x14e4 "Broadcom"
Device: pci 0x4311 "BCM4311 802.11b/g WLAN"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x0007 "Wireless 1390 WLAN Mini-Card"
Revision: 0x01
Driver: "b43-pci-bridge"
Driver Modules: "ssb"
Memory Range: 0xefdfc000-0xefdfffff (rw,non-prefetchable)
IRQ: 17 (no events)
Module Alias: "pci:v000014E4d00004311sv00001028sd00000007bc02sc80i00"
Driver Info #0:
Driver Status: ssb is active
Driver Activation Cmd: "modprobe ssb"
Config Status: cfg=new, avail=yes, need=no, active=unknown
Attached to: #13 (PCI bridge)
[root@mine mine]# tree /etc/systemd/system
/etc/systemd/system
├── dbus-org.freedesktop.Avahi.service -> /usr/lib/systemd/system/avahi-daemon.service
├── dbus-org.freedesktop.ModemManager1.service -> /usr/lib/systemd/system/ModemManager.service
├── display-manager.service -> /usr/lib/systemd/system/lightdm.service
├── getty.target.wants
│ └── getty@tty1.service -> /usr/lib/systemd/system/getty@.service
├── multi-user.target.wants
│ ├── avahi-daemon.service -> /usr/lib/systemd/system/avahi-daemon.service
│ ├── haveged.service -> /usr/lib/systemd/system/haveged.service
│ ├── ModemManager.service -> /usr/lib/systemd/system/ModemManager.service
│ ├── ntpd.service -> /usr/lib/systemd/system/ntpd.service
│ ├── org.cups.cupsd.path -> /usr/lib/systemd/system/org.cups.cupsd.path
│ └── remote-fs.target -> /usr/lib/systemd/system/remote-fs.target
├── printer.target.wants
│ └── org.cups.cupsd.service -> /usr/lib/systemd/system/org.cups.cupsd.service
└── sockets.target.wants
├── avahi-daemon.socket -> /usr/lib/systemd/system/avahi-daemon.socket
└── org.cups.cupsd.socket -> /usr/lib/systemd/system/org.cups.cupsd.socket
4 directories, 13 files
[root@mine mine]# pacman -Qs broadcom
[root@mine mine]#