Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

[freebsd 6.1] problème stupide carte realtek

9 réponses
Avatar
Truc Muche
Bonjour,

J'ai un problème incompréhensible avec une carte rl (8139) de base.
Je viens de migrer un routeur en freebsd 6.1. La machine sert de
firewall/web/mail/dns classiques pour l'extérieur et donc à deux carte
réseau pour partager le tout avec une freebox.
La seconde carte réseau, qui fonctionnait correctement avec l'ancien
freebsd (4.11) n'est plus reconnue par freebsd 6.1. A tout hasard,
j'ai attaché ma config kernel , un pciconfig -lv et le dmesg.

Si vous trouvez un truc flagrant, n'hésitez pas, parce que là, je
comprend pas vraiment où j'ai fait une erreur....

Je crois même me souvenir qu'avant de faire une config spécifique pour
ce kernel, ma carte "rl" était reconnue par le GENERIC.

TM.



conf kernel:
---------------------------
#

machine i386
cpu I686_CPU
ident MEMO_FBOX

# To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints" # Default places to look for devices.

#makeoptions DEBUG=-g # Build kernel with gdb(1) debug
# symbols
makeoptions NO_MODULES=yes

options SCHED_4BSD # 4BSD scheduler
options PREEMPTION # Enable kernel thread
#preemption
options INET # InterNETworking
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control
#lists
options UFS_DIRHASH # Improve performance on big
#directories
options MSDOSFS # MSDOS Filesystem
options CD9660 # ISO 9660 Filesystem
options PROCFS # Process filesystem (requires
#PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
options GEOM_GPT # GUID Partition Tables.
options COMPAT_43 # Compatible with BSD 4.3 [KEEP
#THIS!]
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
options SCSI_DELAY=100 # Delay (in ms) before probing
# SCSI
options KTRACE # ktrace(1) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time
# extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options ADAPTIVE_GIANT # Giant mutex is adaptive.

device apic # I/O APIC
device acpi

# Bus support. Do not remove isa, even if you have no isa slots
device isa
device eisa
device pci

device acpi

# ATA and ATAPI devices
device ata
device atadisk # ATA disk drives
device atapicd # ATAPI CDROM drives
options ATA_STATIC_ID # Static device numbering

# SCSI Controllers
device ahc # AHA2940 and onboard AIC7xxx devices

# SCSI peripherals
device scbus # SCSI bus (required for SCSI)
#device ch # SCSI media changers
device da # Direct Access (disks)
device sa # Sequential Access (tape etc)
device cd # CD
device pass # Passthrough device (direct SCSI
#access)



# atkbdc0 controls both the keyboard and the PS/2 mouse
device atkbdc # AT keyboard controller
device atkbd # AT keyboard
device psm # PS/2 mouse

device vga # VGA video card driver

device splash # Splash screen and screen saver support

# syscons is the default console driver, resembling an SCO console
device sc

device agp # support several AGP chipsets

# Floating point support - do not disable.
device npx

# Power management support (see NOTES for more options)
#device apm
# Add suspend/resume support for the i8254.
device pmtimer

# Serial (COM) ports
device sio # 8250, 16[45]50 based serial ports

# Parallel port
device ppc
device ppbus # Parallel port bus (required)
device lpt # Printer
device ppi # Parallel port interface device



# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
device miibus # MII bus support
#device xl # 3Com 3c90x (``Boomerang'',``Cyclone'')
device fxp
device rl # RealTek 8129/8139
device re



# Pseudo devices.
device loop # Network loopback
device mem # Memory and kernel memory devices
device io # I/O device
device random # Entropy device
device ether # Ethernet support
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device bpf # Berkeley packet filter

# USB support
device uhci # UHCI PCI->USB interface
device ohci # OHCI PCI->USB interface
device ehci # EHCI PCI->USB interface (USB 2.0)
device usb # USB Bus (required)
device ugen # Generic
device uhid # "Human Interface Devices"
device ulpt # Printer
device umass # Disks/Mass storage - Requires scbus



options IPFIREWALL
options IPDIVERT












pciconf -lv
----------------------------
agp0@pci0:0:0: class=0x060000 card=0x00000000 chip=0x71908086 rev=0x03
hdr=0x00
vendor = 'Intel Corporation'
device = '82443BX/ZX 440BX/ZX CPU to PCI Bridge (AGP Implemented)'
class = bridge
subclass = HOST-PCI
pcib1@pci0:1:0: class=0x060400 card=0x00000000 chip=0x71918086 rev=0x03
hdr=0x01
vendor = 'Intel Corporation'
device = '82443BX/ZX 440BX/ZX AGPset PCI-to-PCI bridge'
class = bridge
subclass = PCI-PCI
none0@pci0:3:0: class=0x040100 card=0x000c1073 chip=0x000c1073 rev=0x03
hdr=0x00
vendor = 'Yamaha Corporation'
device = 'YMF740C DS-1L PCI audio controller'
class = multimedia
subclass = audio
fxp0@pci0:4:0: class=0x020000 card=0x30008086 chip=0x12298086 rev=0x08
hdr=0x00
vendor = 'Intel Corporation'
device = '82550/1/7/8/9 EtherExpress PRO/100(B) Ethernet Adapter'
class = network
subclass = ethernet
isab0@pci0:7:0: class=0x060100 card=0x00000000 chip=0x71108086 rev=0x02
hdr=0x00
vendor = 'Intel Corporation'
device = '82371AB/EB/MB PIIX4/4E/4M ISA Bridge'
class = bridge
subclass = PCI-ISA
atapci0@pci0:7:1: class=0x010180 card=0x00000000 chip=0x71118086
rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = '82371AB/EB/MB PIIX4/4E/4M IDE Controller'
class = mass storage
subclass = ATA
uhci0@pci0:7:2: class=0x0c0300 card=0x00000000 chip=0x71128086 rev=0x01
hdr=0x00
vendor = 'Intel Corporation'
device = '82371AB/EB/MB PIIX4/4E/4M USB Interface'
class = serial bus
subclass = USB
none1@pci0:7:3: class=0x068000 card=0x00000000 chip=0x71138086 rev=0x02
hdr=0x00
vendor = 'Intel Corporation'
device = '82371AB/EB/MB PIIX4/4E/4M Power Management Controller'
class = bridge
ahc0@pci0:18:0: class=0x010000 card=0x00000000 chip=0x61789004 rev=0x01
hdr=0x00
vendor = 'Adaptec Inc'
device = 'AIC-7861 AHA-2940AU PCI SCSI Controller'
class = mass storage
subclass = SCSI
none2@pci0:20:0: class=0x020000 card=0x813910ec chip=0x81390001 rev=0x10
hdr=0x00
class = network
subclass = ethernet
none3@pci1:0:0: class=0x030000 card=0x00041002 chip=0x474d1002 rev=0x65
hdr=0x00
vendor = 'ATI Technologies Inc'
device = 'Rage XL AGP 2x'
class = display
subclass = VGA











dmesg
---------------------------
Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 6.1-PRERELEASE #14: Fri Mar 3 16:10:26 CET 2006
root@memo:/usr/src/sys/i386/compile/MEMO_FBOX
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Pentium III/Pentium III Xeon/Celeron (451.03-MHz 686-class CPU)
Origin = "GenuineIntel" Id = 0x673 Stepping = 3

Features=0x387f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,PN,MMX,FXSR,SSE>
real memory = 134152192 (127 MB)
avail memory = 125939712 (120 MB)
acpi0: <PB-NEC PWM5000E> on motherboard
acpi0: Power Button (fixed)
Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0
cpu0: <ACPI CPU> on acpi0
acpi_throttle0: <ACPI CPU Throttling> on cpu0
acpi_button0: <Power Button> on acpi0
acpi_button1: <Sleep Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port
0xcf8-0xcff,0x4000-0x4041,0x5000-0x500f on acpi0
pci0: <ACPI PCI bus> on pcib0
agp0: <Intel 82443BX (440 BX) host to PCI bridge> mem
0xe0000000-0xe3ffffff at device 0.0 on pci0
pcib1: <PCI-PCI bridge> at device 1.0 on pci0
pci1: <PCI bus> on pcib1
pci1: <display, VGA> at device 0.0 (no driver attached)
pci0: <multimedia, audio> at device 3.0 (no driver attached)
fxp0: <Intel 82559 Pro/100 Ethernet> port 0xe000-0xe03f mem
0xea109000-0xea109fff,0xea000000-0xea0fffff irq 11 at device 4.0 on pci0
miibus0: <MII bus> on fxp0
inphy0: <i82555 10/100 media interface> on miibus0
inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
fxp0: Ethernet address: 00:10:dc:b0:27:72
isab0: <PCI-ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel PIIX4 UDMA33 controller> port
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 7.1 on pci0
ata0: <ATA channel 0> on atapci0
ata1: <ATA channel 1> on atapci0
uhci0: <Intel 82371AB/EB (PIIX4) USB controller> port 0xe400-0xe41f irq
11 at device 7.2 on pci0
uhci0: [GIANT-LOCKED]
usb0: <Intel 82371AB/EB (PIIX4) USB controller> on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
pci0: <bridge> at device 7.3 (no driver attached)
ahc0: <Adaptec 2940A Ultra SCSI adapter> port 0xe800-0xe8ff mem
0xea108000-0xea108fff irq 12 at device 18.0 on pci0
ahc0: [GIANT-LOCKED]
aic7860: Ultra Single Channel A, SCSI Id=7, 3/253 SCBs
pci0: <network, ethernet> at device 20.0 (no driver attached)
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on
acpi0
sio0: type 16550A
ppc0: <Standard parallel printer port> port 0x378-0x37f irq 7 on acpi0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
ppbus0: <Parallel port bus> on ppc0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
npx0: [FAST]
npx0: <math processor> on motherboard
npx0: INT 16 interface
pmtimer0 on isa0
orm0: <ISA Option ROMs> at iomem 0xc0000-0xc97ff,0xcc000-0xcc7ff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Timecounter "TSC" frequency 451025458 Hz quality 800
Timecounters tick every 1.000 msec
ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding
disabled, default to deny, logging disabled
ad0: 14324MB <QUANTUM FIREBALLlct15 15 A01.0F00> at ata0-master UDMA33
Trying to mount root from ufs:/dev/ad0s1a
-----------------------------------

9 réponses

Avatar
ziix
Bonjour,

dans mon pciconfg -lv (juste copier les lignes intéressantes)

:7:0: class=0x020000 card=0x813910ec chip=0x813910ec rev=0x10
hdr=0x00 vendor = 'Realtek Semiconductor'
device = 'RT8139 (A/B/C/810x/813x/C+) Fast Ethernet Adapter'
class = network
subclass = ethernet

si ca peut t' aider.

Truc Muche wrote:


Bonjour,

J'ai un problème incompréhensible avec une carte rl (8139) de base.
Je viens de migrer un routeur en freebsd 6.1. La machine sert de
firewall/web/mail/dns classiques pour l'extérieur et donc à deux carte
réseau pour partager le tout avec une freebox.
La seconde carte réseau, qui fonctionnait correctement avec l'ancien
freebsd (4.11) n'est plus reconnue par freebsd 6.1. A tout hasard,
j'ai attaché ma config kernel , un pciconfig -lv et le dmesg.

Si vous trouvez un truc flagrant, n'hésitez pas, parce que là, je
comprend pas vraiment où j'ai fait une erreur....

Je crois même me souvenir qu'avant de faire une config spécifique pour
ce kernel, ma carte "rl" était reconnue par le GENERIC.

TM.



conf kernel:
---------------------------
#

machine i386
cpu I686_CPU
ident MEMO_FBOX

# To statically compile in device wiring instead of /boot/device.hints
#hints "GENERIC.hints" # Default places to look for devices.

#makeoptions DEBUG=-g # Build kernel with gdb(1) debug
# symbols
makeoptions NO_MODULES=yes

options SCHED_4BSD # 4BSD scheduler
options PREEMPTION # Enable kernel thread
#preemption
options INET # InterNETworking
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control
#lists
options UFS_DIRHASH # Improve performance on big
#directories
options MSDOSFS # MSDOS Filesystem
options CD9660 # ISO 9660 Filesystem
options PROCFS # Process filesystem (requires
#PSEUDOFS)
options PSEUDOFS # Pseudo-filesystem framework
options GEOM_GPT # GUID Partition Tables.
options COMPAT_43 # Compatible with BSD 4.3 [KEEP
#THIS!]
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
options SCSI_DELAY0 # Delay (in ms) before probing
# SCSI
options KTRACE # ktrace(1) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time
# extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options ADAPTIVE_GIANT # Giant mutex is adaptive.

device apic # I/O APIC
device acpi

# Bus support. Do not remove isa, even if you have no isa slots
device isa
device eisa
device pci

device acpi

# ATA and ATAPI devices
device ata
device atadisk # ATA disk drives
device atapicd # ATAPI CDROM drives
options ATA_STATIC_ID # Static device numbering

# SCSI Controllers
device ahc # AHA2940 and onboard AIC7xxx devices

# SCSI peripherals
device scbus # SCSI bus (required for SCSI)
#device ch # SCSI media changers
device da # Direct Access (disks)
device sa # Sequential Access (tape etc)
device cd # CD
device pass # Passthrough device (direct SCSI
#access)



# atkbdc0 controls both the keyboard and the PS/2 mouse
device atkbdc # AT keyboard controller
device atkbd # AT keyboard
device psm # PS/2 mouse

device vga # VGA video card driver

device splash # Splash screen and screen saver support

# syscons is the default console driver, resembling an SCO console
device sc

device agp # support several AGP chipsets

# Floating point support - do not disable.
device npx

# Power management support (see NOTES for more options)
#device apm
# Add suspend/resume support for the i8254.
device pmtimer

# Serial (COM) ports
device sio # 8250, 16[45]50 based serial ports

# Parallel port
device ppc
device ppbus # Parallel port bus (required)
device lpt # Printer
device ppi # Parallel port interface device



# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these
NICs!
device miibus # MII bus support
#device xl # 3Com 3c90x (``Boomerang'',``Cyclone'')
device fxp
device rl # RealTek 8129/8139
device re



# Pseudo devices.
device loop # Network loopback
device mem # Memory and kernel memory devices
device io # I/O device
device random # Entropy device
device ether # Ethernet support
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device bpf # Berkeley packet filter

# USB support
device uhci # UHCI PCI->USB interface
device ohci # OHCI PCI->USB interface
device ehci # EHCI PCI->USB interface (USB 2.0)
device usb # USB Bus (required)
device ugen # Generic
device uhid # "Human Interface Devices"
device ulpt # Printer
device umass # Disks/Mass storage - Requires scbus



options IPFIREWALL
options IPDIVERT












pciconf -lv
----------------------------
:0:0: class=0x060000 card=0x00000000 chip=0x71908086 rev=0x03
hdr=0x00
vendor = 'Intel Corporation'
device = '82443BX/ZX 440BX/ZX CPU to PCI Bridge (AGP Implemented)'
class = bridge
subclass = HOST-PCI
:1:0: class=0x060400 card=0x00000000 chip=0x71918086 rev=0x03
hdr=0x01
vendor = 'Intel Corporation'
device = '82443BX/ZX 440BX/ZX AGPset PCI-to-PCI bridge'
class = bridge
subclass = PCI-PCI
:3:0: class=0x040100 card=0x000c1073 chip=0x000c1073 rev=0x03
hdr=0x00
vendor = 'Yamaha Corporation'
device = 'YMF740C DS-1L PCI audio controller'
class = multimedia
subclass = audio
:4:0: class=0x020000 card=0x30008086 chip=0x12298086 rev=0x08
hdr=0x00
vendor = 'Intel Corporation'
device = '82550/1/7/8/9 EtherExpress PRO/100(B) Ethernet Adapter'
class = network
subclass = ethernet
:7:0: class=0x060100 card=0x00000000 chip=0x71108086 rev=0x02
hdr=0x00
vendor = 'Intel Corporation'
device = '82371AB/EB/MB PIIX4/4E/4M ISA Bridge'
class = bridge
subclass = PCI-ISA
:7:1: class=0x010180 card=0x00000000 chip=0x71118086
rev=0x01 hdr=0x00
vendor = 'Intel Corporation'
device = '82371AB/EB/MB PIIX4/4E/4M IDE Controller'
class = mass storage
subclass = ATA
:7:2: class=0x0c0300 card=0x00000000 chip=0x71128086 rev=0x01
hdr=0x00
vendor = 'Intel Corporation'
device = '82371AB/EB/MB PIIX4/4E/4M USB Interface'
class = serial bus
subclass = USB
:7:3: class=0x068000 card=0x00000000 chip=0x71138086 rev=0x02
hdr=0x00
vendor = 'Intel Corporation'
device = '82371AB/EB/MB PIIX4/4E/4M Power Management Controller'
class = bridge
:18:0: class=0x010000 card=0x00000000 chip=0x61789004 rev=0x01
hdr=0x00
vendor = 'Adaptec Inc'
device = 'AIC-7861 AHA-2940AU PCI SCSI Controller'
class = mass storage
subclass = SCSI
:20:0: class=0x020000 card=0x813910ec chip=0x81390001 rev=0x10
hdr=0x00
class = network
subclass = ethernet
:0:0: class=0x030000 card=0x00041002 chip=0x474d1002 rev=0x65
hdr=0x00
vendor = 'ATI Technologies Inc'
device = 'Rage XL AGP 2x'
class = display
subclass = VGA











dmesg
---------------------------
Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 6.1-PRERELEASE #14: Fri Mar 3 16:10:26 CET 2006
:/usr/src/sys/i386/compile/MEMO_FBOX
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Pentium III/Pentium III Xeon/Celeron (451.03-MHz 686-class CPU)
Origin = "GenuineIntel" Id = 0x673 Stepping = 3

Features=0x387f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,PN,MMX,FXSR,SSE>

real memory = 134152192 (127 MB)
avail memory = 125939712 (120 MB)
acpi0: <PB-NEC PWM5000E> on motherboard
acpi0: Power Button (fixed)
Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0
cpu0: <ACPI CPU> on acpi0
acpi_throttle0: <ACPI CPU Throttling> on cpu0
acpi_button0: <Power Button> on acpi0
acpi_button1: <Sleep Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port
0xcf8-0xcff,0x4000-0x4041,0x5000-0x500f on acpi0
pci0: <ACPI PCI bus> on pcib0
agp0: <Intel 82443BX (440 BX) host to PCI bridge> mem
0xe0000000-0xe3ffffff at device 0.0 on pci0
pcib1: <PCI-PCI bridge> at device 1.0 on pci0
pci1: <PCI bus> on pcib1
pci1: <display, VGA> at device 0.0 (no driver attached)
pci0: <multimedia, audio> at device 3.0 (no driver attached)
fxp0: <Intel 82559 Pro/100 Ethernet> port 0xe000-0xe03f mem
0xea109000-0xea109fff,0xea000000-0xea0fffff irq 11 at device 4.0 on pci0
miibus0: <MII bus> on fxp0
inphy0: <i82555 10/100 media interface> on miibus0
inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
fxp0: Ethernet address: 00:10:dc:b0:27:72
isab0: <PCI-ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel PIIX4 UDMA33 controller> port
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf000-0xf00f at device 7.1 on pci0
ata0: <ATA channel 0> on atapci0
ata1: <ATA channel 1> on atapci0
uhci0: <Intel 82371AB/EB (PIIX4) USB controller> port 0xe400-0xe41f irq
11 at device 7.2 on pci0
uhci0: [GIANT-LOCKED]
usb0: <Intel 82371AB/EB (PIIX4) USB controller> on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
pci0: <bridge> at device 7.3 (no driver attached)
ahc0: <Adaptec 2940A Ultra SCSI adapter> port 0xe800-0xe8ff mem
0xea108000-0xea108fff irq 12 at device 18.0 on pci0
ahc0: [GIANT-LOCKED]
aic7860: Ultra Single Channel A, SCSI Id=7, 3/253 SCBs
pci0: <network, ethernet> at device 20.0 (no driver attached)
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on
acpi0
sio0: type 16550A
ppc0: <Standard parallel printer port> port 0x378-0x37f irq 7 on acpi0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
ppbus0: <Parallel port bus> on ppc0
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
npx0: [FAST]
npx0: <math processor> on motherboard
npx0: INT 16 interface
pmtimer0 on isa0
orm0: <ISA Option ROMs> at iomem 0xc0000-0xc97ff,0xcc000-0xcc7ff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Timecounter "TSC" frequency 451025458 Hz quality 800
Timecounters tick every 1.000 msec
ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding
disabled, default to deny, logging disabled
ad0: 14324MB <QUANTUM FIREBALLlct15 15 A01.0F00> at ata0-master UDMA33
Trying to mount root from ufs:/dev/ad0s1a
-----------------------------------





Avatar
Stephane Catteau
Truc Muche devait dire quelque chose comme ceci :

La seconde carte réseau, qui fonctionnait correctement avec l'ancien
freebsd (4.11) n'est plus reconnue par freebsd 6.1.


J'ai eu le même problème, aussi avec une realtek. Elle était
parfaitement reconnue par tous mes postes, qu'ils soient sous Windows ou
FreeBSD, sauf sur celui où elle devait servir. Je n'ai jamais compris
pourquoi, ni personne ici d'ailleurs, mais en la montant deux fois ça
résolvait le problème.
Au final, en déclarant deux fois son type dans le rc.conf, elle était
reconnue et se montait toute seule :
ifconfig_rl1="inet 10.0.0.1 netmask 255.255.255.0 media auto media 10baseT/UTP"
Evidement, modifie les infos en fonction de ta carte.

Avatar
Eric Masson
Thierry Herbelot <------%------thierry------% writes:

pour aller plus loin : essayer de démarrer avec un kernel "GENERIC" pur
sucre pour éviter des dépendances évenuellement non satisfaites dans une
config "maison".


Pas mieux, et pour la suite, changer la carte de slot pci, ça peut aider
dans certains cas.

--
Il me vient une question. Et aucune n'est idiote.
Il a-t-il une base associative à la gestion de la hiérarchie fr.
Sinon, pourquoi ne pas en constituer une ?
-+- YG in GNU : Neuneu Quichotte à l'asso des dinos. -+-

Avatar
Truc Muche
Thierry Herbelot <------%------thierry------% writes:


pour aller plus loin : essayer de démarrer avec un kernel "GENERIC" pur
sucre pour éviter des dépendances évenuellement non satisfaites dans une
config "maison".



Pas mieux, et pour la suite, changer la carte de slot pci, ça peut aider
dans certains cas.

Le principal soucis, je sais, c'est con, c'est que la machine est déjà

en prod: le temps que la freebox arrive, un routeur smc a été installé
à coté et sert temporairement de default route.
Comme la carte fonctionnait avant et que j'ai encore jamais vu ça, je
n'avais aucune raison de ne pas installer la machine telle quelle.
Par contre, la piste du problème hard est interressante: la machine
actuelle est de type "slim" avec quasiment tout integré dessus sauf
la carte rl ;-)
Je vais commencer par changer d'UC lundi; je raconterais après.

TM.


Avatar
F. Senault

Par contre, la piste du problème hard est interressante: la machine
actuelle est de type "slim" avec quasiment tout integré dessus sauf
la carte rl ;-)


Elle est sur une raiser card ? Regarde de ce côté là aussi si c'est le
cas.

Fred
--
Ahh Avaler le grand déversoir des images cyniques A boire à plein tube
Cathodique Attendez-moi J'avais envie de venir moi aussi Mais voyez-vous
ça va trop vite N'allez pas si vite (Noir Désir, Fin de Siècle)

Avatar
Eric Masson
Truc Muche writes:

Par contre, la piste du problème hard est interressante: la machine
actuelle est de type "slim" avec quasiment tout integré dessus sauf
la carte rl ;-)


Ce n'est pas vraiment un problème hard, c'est plus lié à la manière dont
Free énumère les périphériques (par defaut la 6.* utilise acpi, et si le
bios de la machine est léger à ce sujet, ça peut poser problème)

Je vais commencer par changer d'UC lundi; je raconterais après.


Rebooter la machine en désactivant l'acpi pourrait aussi être
intéressant.

--
Et puis, toutes ces couleurs dans l'écran, quelle horreur !
Je viens d'appeler Gaumont, ils disent qu'ils seraient très intéressés
par une suite d'Hibernatus avec toi dans le rôle principal.
-+- FM in Guide du Macounet Pervers : l'interface platine, y'a pire -+-

Avatar
François Conil
Truc Muche writes:


Par contre, la piste du problème hard est interressante: la machine
actuelle est de type "slim" avec quasiment tout integré dessus sauf
la carte rl ;-)



Ce n'est pas vraiment un problème hard, c'est plus lié à la maniè re dont
Free énumère les périphériques (par defaut la 6.* utilise acpi, et si le
bios de la machine est léger à ce sujet, ça peut poser problème )


Je vais commencer par changer d'UC lundi; je raconterais après.



Rebooter la machine en désactivant l'acpi pourrait aussi être
intéressant.



Je confirme.

J'ai eu le problème d'une carte réseau pas/mal reconnue par freebsd 6 .0
realease, et un reboot sans l'acpi a corrigé la chose.


--
batou
http://www.francedesu.com


Avatar
François Conil
François Conil wrote:


J'ai eu le problème d'une carte réseau pas/mal reconnue par freebsd 6.0
realease, et un reboot sans l'acpi a corrigé la chose.



Le problème a-t-il été répercuté vers les développeurs (via un PR) ?


Le problème existait déjà sous différentes versions de freebsd (j e me
rappelle avoir trouvé la solution dans un post de 2002 grâce à Goog le,
et comme ma machine est un vieux p3 qui date de 2000, avec une carte
réseau pas beaucoup plus récente, ca ne m'a pas choqué plus que ç a.

--
batou
http://www.francedesu.com


Avatar
Truc Muche

Thierry Herbelot <------%------thierry------% writes:


pour aller plus loin : essayer de démarrer avec un kernel "GENERIC" pur
sucre pour éviter des dépendances évenuellement non satisfaites dans une
config "maison".



Pas mieux, et pour la suite, changer la carte de slot pci, ça peut aider
dans certains cas.

(suite et fin; retour d'expérience)

méthode similaire: j'ai changé la carte realtek par une toute aussi
vilaine smc partageant le même driver (RL): carte reconnue dès le
dmesg, ifconfig heureux, ipfw, etc..

Le client surf à 1.5Mo/s avec sa freebox (débit théorique sensiblement
égal au débit réel (en tenant compte de l'atm) donc ça roule.

Merci a tous de vos aides. TM.