Code : Tout sélectionner
modprobe tg3
/etc/rc.d/network restart
Code : Tout sélectionner
modprobe tg3
/etc/rc.d/network restart
Code : Tout sélectionner
+ . /etc/rc.conf
++ LOCALE=fr_CA.UTF-8
++ HARDWARECLOCK=UTC
++ TIMEZONE=America/Montreal
++ KEYMAP=cf.map.gz
++ CONSOLEFONT=
++ CONSOLEMAP=
++ USECOLOR=yes
++ MOD_AUTOLOAD=yes
++ MODULES=(b43)
++ USELVM=no
++ HOSTNAME=BlackBanana
++ eth0=dhcp
++ INTERFACES=(eth0)
++ gateway='default gw 192.168.0.1'
++ ROUTES=(!gateway)
++ DAEMONS=(syslog-ng network dbus netfs kdm !crond)
+ . /etc/rc.d/functions
++ STAT_COL=80
++ '[' '!' -t 1 ']'
++ USECOLOR=
++ '[' 080 -eq 0 ']'
++ STAT_COL=67
+++ /bin/tput colors
++ TERM_COLORS=8
++ '[' 0 = 3 ']'
++ '[' -n 8 ']'
++ case "${TERM_COLORS}" in
++ '[' 8 -lt 8 ']'
++ unset TERM_COLORS
++ unset TZ
++ '[' '' = YES -o '' = yes ']'
++ '[' -t 1 ']'
++ SAVE_POSITION=
++ RESTORE_POSITION=
++ DEL_TEXT=
++ PREFIX_REG=::
++ PREFIX_HL=' >'
++ declare -A hook_funcs
++ for f in '/etc/rc.d/functions.d/*'
++ '[' -e '/etc/rc.d/functions.d/*' ']'
+ '[' -f /etc/conf.d/wireless ']'
+ . /etc/conf.d/wireless
+ '[' -f /etc/conf.d/bonding ']'
+ '[' -f /etc/conf.d/bridges ']'
+ '[' -f /etc/conf.d/dhcpcd ']'
+ . /etc/conf.d/dhcpcd
++ DHCPCD_ARGS=-q
+ case "$1" in
+ /etc/rc.d/network stop
:: Stopping Network [BUSY] [DONE]
+ /bin/sleep 2
+ /etc/rc.d/network start
:: Starting Network [BUSY] [FAIL]
Code : Tout sélectionner
/etc/rc.d/network stop
ifconfig eth0 down
ifconfig eth0 up
modprobe tg3
dhcpcd -d eth0 --debug
ifconfig -a
Code : Tout sélectionner
bash -x /etc/rc.d/network start
tuxce a écrit :@FoolEcho, si j'ai bien suivi, le réseau fonctionne vu que le dhcpcd lui retourne une ip, c'est juste le script network qui foire.
Code : Tout sélectionner
[root@BlackBanana ~]# bash -x /etc/rc.d/network start
+ . /etc/rc.conf
++ LOCALE=fr_CA.UTF-8
++ HARDWARECLOCK=UTC
++ TIMEZONE=America/Montreal
++ KEYMAP=cf.map.gz
++ CONSOLEFONT=
++ CONSOLEMAP=
++ USECOLOR=yes
++ MOD_AUTOLOAD=yes
++ MODULES=(b43)
++ USELVM=no
++ HOSTNAME=BlackBanana
++ eth0=dhcp
++ INTERFACES=(eth0)
++ gateway='default gw 192.168.0.1'
++ ROUTES=(!gateway)
++ DAEMONS=(syslog-ng network dbus netfs kdm !crond)
+ . /etc/rc.d/functions
++ STAT_COL=80
++ '[' '!' -t 1 ']'
++ '[' -t 0 ']'
+++ /bin/stty size
++ STAT_COL='38 139'
++ STAT_COL=139
++ '[' 0139 -eq 0 ']'
++ STAT_COL=126
+++ /bin/tput colors
++ TERM_COLORS=8
++ '[' 0 = 3 ']'
++ '[' -n 8 ']'
++ case "${TERM_COLORS}" in
++ '[' 8 -lt 8 ']'
++ unset TERM_COLORS
++ unset TZ
++ '[' yes = YES -o yes = yes ']'
++ C_MAIN='\033[1;37;40m'
++ C_OTHER='\033[1;34;40m'
++ C_SEPARATOR='\033[1;30;40m'
++ C_BUSY='\033[0;36;40m'
++ C_FAIL='\033[1;31;40m'
++ C_DONE='\033[1;37;40m'
++ C_BKGD='\033[1;35;40m'
++ C_H1='\033[1;37;40m'
++ C_H2='\033[1;36;40m'
++ C_CLEAR='\033[1;0m'
++ '[' -t 1 ']'
++ SAVE_POSITION='\033[s'
++ RESTORE_POSITION='\033[u'
++ DEL_TEXT='\033[130G'
++ PREFIX_REG=::
++ PREFIX_HL=' >'
++ declare -A hook_funcs
++ for f in '/etc/rc.d/functions.d/*'
++ '[' -e '/etc/rc.d/functions.d/*' ']'
+ '[' -f /etc/conf.d/wireless ']'
+ . /etc/conf.d/wireless
+ '[' -f /etc/conf.d/bonding ']'
+ '[' -f /etc/conf.d/bridges ']'
+ '[' -f /etc/conf.d/dhcpcd ']'
+ . /etc/conf.d/dhcpcd
++ DHCPCD_ARGS=-q
+ case "$1" in
+ ck_daemon network
+ '[' -f /var/run/daemons/network ']'
+ return 0
+ stat_busy 'Starting Network'
+ printf '\033[1;34;40m:: \033[1;37;40mStarting Network\033[1;0m '
:: Starting Network + printf '\033[s'
+ deltext
+ printf '\033[130G'
+ printf ' \033[1;34;40m[\033[0;36;40mBUSY\033[1;34;40m]\033[1;0m '
[BUSY] + error=0
+ bridge_up
+ for ifline in '${INTERFACES[@]}'
+ '[' eth0 = eth0 ']'
+ ifup eth0
+ '[' eth0 = '' ']'
+ eval 'ifcfg=$eth0'
++ ifcfg=dhcp
+ '[' dhcp = dhcp ']'
+ ifname=eth0
+ /sbin/ifconfig eth0 up
+ wi_up eth0
+ eval 'iwcfg=$wlan_eth0'
++ iwcfg=
+ '[' '' = '' ']'
+ return 0
+ '[' dhcp = dhcp ']'
+ /bin/rm -f /var/run/dhcpcd-eth0.pid
+ /bin/rm -f /var/run/dhcpcd-eth0.cache
+ /sbin/dhcpcd -q eth0
+ return 0
+ bond_up
+ for rtline in '"${ROUTES[@]}"'
+ '[' '!gateway' = gateway ']'
+ '[' 0 -eq 0 ']'
+ add_daemon network
+ '[' -d /var/run/daemons ']'
+ /bin/touch /var/run/daemons/network
+ stat_done
+ deltext
+ printf '\033[130G'
+ printf ' \033[1;34;40m[\033[1;37;40mDONE\033[1;34;40m]\033[1;0m \n'
[DONE]
[root@BlackBanana ~]#
Code : Tout sélectionner
:: Starting Network [FAIL]
Code : Tout sélectionner
bash -x /etc/rc.d/network start
Code : Tout sélectionner
hwinfo --netcard
Code : Tout sélectionner
DHCPCD_ARGS="-q -t 60"
Code : Tout sélectionner
AVEC
[root@BlackBanana ~]# hwinfo --netcard
25: PCI c00.0: 0282 WLAN controller
[Created at pci.318]
Unique ID: y9sn.CvS0RaMGsb1
Parent ID: qTvu.rY9UOquzBF3
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: 0xecffc000-0xecffffff (rw,non-prefetchable)
IRQ: 17 (no events)
HW Address: 00:19:7d:b0:01:b8
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: #12 (PCI bridge)
26: PCI 900.0: 0200 Ethernet controller
[Created at pci.318]
Unique ID: rBUF.L_7UXPTtJJD
Parent ID: hoOk.tN2_Lz7OF04
SysFS ID: /devices/pci0000:00/0000:00:1c.2/0000:09:00.0
SysFS BusID: 0000:09:00.0
Hardware Class: network
Model: "Broadcom NetXtreme BCM5752 Gigabit Ethernet PCI Express"
Vendor: pci 0x14e4 "Broadcom"
Device: pci 0x1600 "NetXtreme BCM5752 Gigabit Ethernet PCI Express"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x01ce
Revision: 0x02
Driver: "tg3"
Driver Modules: "tg3"
Device File: eth0
Memory Range: 0xecef0000-0xecefffff (rw,non-prefetchable)
IRQ: 46 (10894 events)
HW Address: 00:18:8b:c2:ff:6b
Link detected: yes
Module Alias: "pci:v000014E4d00001600sv00001028sd000001CEbc02sc00i00"
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: #13 (PCI bridge)
[root@BlackBanana ~]#
SANS
[root@BlackBanana ~]# hwinfo --netcard
25: PCI c00.0: 0282 WLAN controller
[Created at pci.318]
Unique ID: y9sn.CvS0RaMGsb1
Parent ID: qTvu.rY9UOquzBF3
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: 0xecffc000-0xecffffff (rw,non-prefetchable)
IRQ: 17 (no events)
HW Address: 00:19:7d:b0:01:b8
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: #12 (PCI bridge)
26: PCI 900.0: 0200 Ethernet controller
[Created at pci.318]
Unique ID: rBUF.L_7UXPTtJJD
Parent ID: hoOk.tN2_Lz7OF04
SysFS ID: /devices/pci0000:00/0000:00:1c.2/0000:09:00.0
SysFS BusID: 0000:09:00.0
Hardware Class: network
Model: "Broadcom NetXtreme BCM5752 Gigabit Ethernet PCI Express"
Vendor: pci 0x14e4 "Broadcom"
Device: pci 0x1600 "NetXtreme BCM5752 Gigabit Ethernet PCI Express"
SubVendor: pci 0x1028 "Dell"
SubDevice: pci 0x01ce
Revision: 0x02
Driver: "tg3"
Driver Modules: "tg3"
Device File: eth0
Memory Range: 0xecef0000-0xecefffff (rw,non-prefetchable)
IRQ: 46 (88 events)
HW Address: 00:18:8b:c2:ff:6b
Link detected: yes
Module Alias: "pci:v000014E4d00001600sv00001028sd000001CEbc02sc00i00"
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: #13 (PCI bridge)
[root@BlackBanana ~]#
Sous X: http://wiki.archlinux.fr/Xorg#Clavierzaptec a écrit :P.S.: Desole pour les accents, mon clavier et en US :/.