OVH Cloud OVH Cloud

Configurer internet

3 réponses
Avatar
Krys
Bonjour,

Sur une dist. debian 'woody' j'arrive pas a configurer ma connection
internet. J'ai aucune connaissance dans le domaine et je galere en
essayant d'y arriver. La connection est possible car elle fonctionne
avec un cd-rom knoppix, le modem cable branché sur le port usb.

Le #ifconfig sur knoppix donne:
knoppix@ttyp0[knoppix]$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:40:7B:7E:D7:17
inet addr:66.130.145.132 Bcast:255.255.255.255
Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:47359 errors:0 dropped:0 overruns:0 frame:0
TX packets:362 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3507035 (3.3 MiB) TX bytes:25913 (25.3 KiB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:12 errors:0 dropped:0 overruns:0 frame:0
TX packets:12 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:600 (600.0 b) TX bytes:600 (600.0 b)

Présentement je dois redemarrer l'ordinateur pour me logger sur debian,
ou bien redémarrer sur le cd-rom pour etre sur knoppix et avoir acces à
internet.

Je viens d'installer cette carte reseau D-Link:
http://www.dlink.fr/pages/tech_support/dfe538tx_ts.asp
mais je ne vois pas de changement, je sais pas non plus comment la faire
reconnaitre par le systeme.

Probablement que quelqu'un sur ce newsgroup sait comment configurer une
connection internet. Je fais donc appel à cette personne. Merci.

Krys

3 réponses

Avatar
TiChou
Dans le message <news:OE8sc.17239$,
*Krys* tapota sur f.c.o.l.configuration :

Bonjour,


Bonsoir,

Sur une dist. debian 'woody' j'arrive pas a configurer ma connection
internet. J'ai aucune connaissance dans le domaine et je galere en
essayant d'y arriver. La connection est possible car elle fonctionne
avec un cd-rom knoppix, le modem cable branché sur le port usb.

Le #ifconfig sur knoppix donne:
[knoppix]$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:40:7B:7E:D7:17
inet addr:66.130.145.132 Bcast:255.255.255.255
Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:47359 errors:0 dropped:0 overruns:0 frame:0
TX packets:362 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3507035 (3.3 MiB) TX bytes:25913 (25.3 KiB)


À priori c'est un modem USB qui utilise l'émulation Ethernet (Communication
Device Class Ethernet). Comme le dit la documentation du noyau, c'est des
modems couramment utilisés chez les opérateurs câblés. Le module en
question, s'il est disponible sur la distribution, est le CDCEther.o.
Quel est le modèle exact de ce modem ?
En attendant vérifiez que le noyau de votre distribution Debian a été
compilé avec ce module ('grep CONFIG_USB_CDCETHER /boot/config'), chargez ce
module ('modprobe CDCEther') et lancez votre client dhcp sur l'interface
réseau créé ('dhcpcd eth0').

--
TiChou

Avatar
Krys
TiChou wrote:
Dans le message <news:OE8sc.17239$,
*Krys* tapota sur f.c.o.l.configuration :

Bonsoir,


MA DISTRIS LINUX EST: Debian GNU/Linux 3.0 (woody), release 3.0r2


Bonjour,



Bonsoir,


Sur une dist. debian 'woody' j'arrive pas a configurer ma connection
internet. J'ai aucune connaissance dans le domaine et je galere en
essayant d'y arriver. La connection est possible car elle fonctionne
avec un cd-rom knoppix, le modem cable branché sur le port usb.



Le #ifconfig sur knoppix donne:
[knoppix]$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:40:7B:7E:D7:17
inet addr:66.130.145.132 Bcast:255.255.255.255
Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:47359 errors:0 dropped:0 overruns:0 frame:0
TX packets:362 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3507035 (3.3 MiB) TX bytes:25913 (25.3 KiB)



À priori c'est un modem USB qui utilise l'émulation Ethernet (Communication
Device Class Ethernet). Comme le dit la documentation du noyau, c'est des
modems couramment utilisés chez les opérateurs câblés. Le module en
question, s'il est disponible sur la distribution, est le CDCEther.o.


La version du noyaux sur ma debian woody est: 2.2.20 et le module n'est
pas present sur ma distribution.
Je me branche sur internet avec knoppix 3.3 et le noyaux 2.4.24 là se
trouve CDCEther.o
Il va probablement falloir que je recompile le noyaux !!!
J'ai dl le noyaux 2.6.6 mais encore là c'est une experience terrifiante
pour le débutant que je suis.

Quel est le modèle exact de ce modem ?


**Modèle exact de mon modem:
Fabricant: scientific atlanta; WebSTAR Cable Modem Model DPX100
Une documentation du modem est accessible dans un document pdf:
http://www.scientific-atlanta.com/products/consumers/userguidepdfs/webstar_userguides/2100B.pdf
L'apparence ... juste pour montrer que le design n'est pas ce qu'il y'a
de mieux:
http://www.scientific-atlanta.com/products/consumers/images/DPX100-120.jpg

**Modèle de carte reseau detectée par knoppix:
OO.Oc.0 Ethernet controller: D-Link System inc RTL8139 Ethernet(rev 10)
Subsystem: D-Link System Inc DFE-538TX 10/100 Ethernet Adapter
Flags: bus master, medium devsel, latency 64, IRQ 11
I/O ports at c000 [size%6]
Memory at dfffff00 (32-bit, non-prefetchable) [size%6]
Capabilities: <available only to root>
Plage d'entree/sortie : c000-c0ff

**Modèle exact de ma carte réseau visible sur:
http://www.dlink.fr/pages/tech_support/dfe538tx_ts.asp


En attendant vérifiez que le noyau de votre distribution Debian a été
compilé avec ce module ('grep CONFIG_USB_CDCETHER /boot/config'), chargez ce
module ('modprobe CDCEther') et lancez votre client dhcp sur l'interface
réseau créé ('dhcpcd eth0').



Je vais vérifier en redemarrant (marrant) sur woody.

Krys


Avatar
Krys
Bonjour,

Dois-je passer de la woody a la sarge et aux noyaux 2.6.6 pour réussir à
me brancher sur le web?

Je trouve pas comment configurer internet avec debian 3.0r2. Woody est
la version stable mais elle m'a l'air pas mal préhistorique.

Peut-etre juste recompiler le noyaux avec la version 2.6.6 et le module
nécéssaire. Mais comment y arriver? Où trouver l'info. simple et en
français qui indique comment compiller un nouveau noyaux Linux?

Bonne journée,
Merci pour vos réponses,

Krys

DETAILS DE MA CONFIGURATION (obtenues avec knoppix 3.3):


MA DISTRIS LINUX EST: Debian GNU/Linux 3.0 (woody), release 3.0r2

La version du noyaux sur ma debian woody est: 2.2.20 et le module
CDCEther.o n'est pas present sur ma distribution.
Je me branche sur internet avec knoppix 3.3 et le noyaux 2.4.24 là se
trouve CDCEther.o

Quel est le modèle exact de ce modem ?

**Modèle exact de mon modem:
Fabricant: scientific atlanta; WebSTAR Cable Modem Model DPX100
Une documentation du modem est accessible dans un document pdf:
http://www.scientific-atlanta.com/products/consumers/userguidepdfs/webstar_userguides/2100B.pdf
L'apparence ... juste pour montrer que le design n'est pas ce qu'il y'a
de mieux:
http://www.scientific-atlanta.com/products/consumers/images/DPX100-120.jpg

**Modèle de carte reseau detectée par knoppix:
OO.Oc.0 Ethernet controller: D-Link System inc RTL8139 Ethernet(rev 10)
Subsystem: D-Link System Inc DFE-538TX 10/100 Ethernet Adapter
Flags: bus master, medium devsel, latency 64, IRQ 11
I/O ports at c000 [size%6]
Memory at dfffff00 (32-bit, non-prefetchable) [size%6]
Capabilities: <available only to root>
Plage d'entree/sortie : c000-c0ff

**Modèle exact de ma carte réseau visible sur:
http://www.dlink.fr/pages/tech_support/dfe538tx_ts.asp

**Le dmesg que j'obtiens sur knoppix:

[knoppix]$ dmesg
Linux version 2.4.24-xfs () (gcc version 2.95.4 20011002
(Debian pre
release)) #1 SMP Mi Feb 4 01:03:50 CET 2004
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 0000000020000000 (usable)
BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
0MB HIGHMEM available.
512MB LOWMEM available.
found SMP MP-table at 000fbde0
hm, page 000fb000 reserved twice.
hm, page 000fc000 reserved twice.
hm, page 000f6000 reserved twice.
hm, page 000f7000 reserved twice.
On node 0 totalpages: 131072
zone(0): 4096 pages.
zone(1): 126976 pages.
zone(2): 0 pages.
ACPI disabled because your bios is from 97 and
too old
You can enable it with acpi=force
Intel MultiProcessor Specification v1.1
Virtual Wire compatibility mode.
OEM ID: VIA Product ID: VT5300A APIC at: 0xFEE00000
Processor #0 Pentium(tm) Pro APIC version 17
I/O APIC #2 Version 17 at 0xFEC00000.
Enabling APIC mode: Flat. Using 1 I/O APICs
Processors: 1
Kernel command line: ramdisk_size0000 init=/etc/init lang=us
apm=power-off hd
a=scsi hdb=scsi hdc=scsi hdd=scsi hde=scsi hdf=scsi hdg=scsi hdh=scsi
vgay1 in
itrd=miniroot.gz nomce quiet BOOT_IMAGE=knoppix BOOT_IMAGE=vmlinuz
config=scan
ide_setup: hda=scsi
ide_setup: hdb=scsi
ide_setup: hdc=scsi
ide_setup: hdd=scsi
ide_setup: hde=scsi
ide_setup: hdf=scsi
ide_setup: hdg=scsi
ide_setup: hdh=scsi
Initializing CPU#0
Detected 602.125 MHz processor.
Console: colour dummy device 80x25
Calibrating delay loop... 1199.30 BogoMIPS
Memory: 514792k/524288k available (1278k kernel code, 9108k reserved,
547k data,
136k init, 0k highmem)
Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
Inode cache hash table entries: 32768 (order: 6, 262144 bytes)
Mount cache hash table entries: 512 (order: 0, 4096 bytes)
Buffer cache hash table entries: 32768 (order: 5, 131072 bytes)
Page-cache hash table entries: 131072 (order: 7, 524288 bytes)
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: After generic, caps: 0383fbff 00000000 00000000 00000000
CPU: Common caps: 0383fbff 00000000 00000000 00000000
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
Checking for popad bug... OK.
POSIX conformance testing by UNIFIX
mtrr: v1.40 (20010327) Richard Gooch ()
mtrr: detected mtrr type: Intel
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: After generic, caps: 0383fbff 00000000 00000000 00000000
CPU: Common caps: 0383fbff 00000000 00000000 00000000
CPU0: Intel Pentium III (Coppermine) stepping 03
per-CPU timeslice cutoff: 91.44 usecs.
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000004
ESR value after enabling vector: 00000000
Error: only one processor found.
ENABLING IO-APIC IRQs
Setting 2 in the phys_id_present_map
...changing IO-APIC physical APIC ID to 2 ... ok.
init IO_APIC IRQs
IO-APIC (apicid-pin) 2-0, 2-16, 2-17, 2-18, 2-19, 2-20, 2-21, 2-22,
2-23 not co
nnected.
..TIMER: vector=0x31 pin1=2 pin2=0
number of MP IRQ sources: 20.
number of IO-APIC #2 registers: 24.
testing the IO APIC.......................

IO APIC #2......
.... register #00: 02000000
....... : physical APIC id: 02
....... : Delivery Type: 0
....... : LTS : 0
.... register #01: 00178011
....... : max redirection entries: 0017
....... : PRQ implemented: 1
....... : IO APIC version: 0011
.... register #02: 00000000
....... : arbitration: 00
.... IRQ redirection table:
NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:
00 000 00 1 0 0 0 0 0 0 00
01 001 01 0 0 0 0 0 1 1 39
02 001 01 0 0 0 0 0 1 1 31
03 001 01 0 0 0 0 0 1 1 41
04 001 01 0 0 0 0 0 1 1 49
05 001 01 0 0 0 0 0 1 1 51
06 001 01 0 0 0 0 0 1 1 59
07 001 01 0 0 0 0 0 1 1 61
08 001 01 0 0 0 0 0 1 1 69
09 001 01 0 0 0 0 0 1 1 71
0a 001 01 1 1 0 1 0 1 1 79
0b 001 01 1 1 0 1 0 1 1 81
0c 001 01 0 0 0 0 0 1 1 89
0d 001 01 0 0 0 0 0 1 1 91
0e 001 01 0 0 0 0 0 1 1 99
0f 001 01 0 0 0 0 0 1 1 A1
10 000 00 1 0 0 0 0 0 0 00
11 000 00 1 0 0 0 0 0 0 00
12 000 00 1 0 0 0 0 0 0 00
13 000 00 1 0 0 0 0 0 0 00
14 000 00 1 0 0 0 0 0 0 00
15 000 00 1 0 0 0 0 0 0 00
16 000 00 1 0 0 0 0 0 0 00
17 000 00 1 0 0 0 0 0 0 00
IRQ to pin mappings:
IRQ0 -> 0:2
IRQ1 -> 0:1
IRQ3 -> 0:3
IRQ4 -> 0:4
IRQ5 -> 0:5
IRQ6 -> 0:6
IRQ7 -> 0:7
IRQ8 -> 0:8
IRQ9 -> 0:9
IRQ10 -> 0:10
IRQ11 -> 0:11
IRQ12 -> 0:12
IRQ13 -> 0:13
IRQ14 -> 0:14
IRQ15 -> 0:15
.................................... done.
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 602.1390 MHz.
..... host bus clock speed is 66.9043 MHz.
cpu: 0, clocks: 669043, slice: 334521
CPU0<T0:669040,T1:334512,D:7,S:334521,C:669043>
Waiting on wait_init_idle (map = 0x0)
All processors have done init_idle
PCI: PCI BIOS revision 2.10 entry at 0xfdb71, last bus=1
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Probing PCI hardware (bus 00)
PCI: Using IRQ router VIA [1106/0686] at 00:07.0
PCI->APIC IRQ transform: (B0,I7,P3) -> 10
PCI->APIC IRQ transform: (B0,I7,P2) -> 10
PCI->APIC IRQ transform: (B0,I10,P0) -> 10
PCI->APIC IRQ transform: (B0,I10,P0) -> 10
PCI->APIC IRQ transform: (B0,I12,P0) -> 11
PCI->APIC IRQ transform: (B1,I0,P0) -> 11
PCI: Enabling Via external APIC routing
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd
VFS: Disk quotas vdquot_6.5.1
vesafb: framebuffer at 0xda000000, mapped to 0xe080d000, size 3072k
vesafb: mode is 1024x768x16, linelength 48, pages=8
vesafb: protected mode interface info at c000:03af
vesafb: scrolling: redraw
vesafb: directcolor: size=0:5:6:5, shift=0:11:5:0
Console: switching to colour frame buffer device 128x48
fb0: VESA VGA frame buffer device
pty: 256 Unix98 ptys configured
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 100000K size 1024 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00beta4-2.4
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
VP_IDE: IDE controller at PCI slot 00:07.1
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
VP_IDE: VIA vt82c686b (rev 40) IDE UDMA100 controller on pci00:07.1
ide0: BM-DMA at 0xff00-0xff07, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xff08-0xff0f, BIOS settings: hdc:DMA, hdd:DMA
hda: ST34311A, ATA DISK drive
hdc: DVD-ROM DDU1621, ATAPI CD/DVD-ROM drive
hdd: CD-RW 48X16, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: attached ide-disk driver.
hda: host protected area => 1
hda: 8452080 sectors (4327 MB) w/256KiB Cache, CHSR6/255/63
ide-cd: passing drive hdc to ide-scsi emulation.
ide-cd: passing drive hdd to ide-scsi emulation.
hdc: attached ide-scsi driver.
hdd: attached ide-scsi driver.
Partition check:
hda: hda1 hda2
ide: late registration of driver.
Promise Fasttrak(tm) Softwareraid driver 0.03beta: No raid array found
Highpoint HPT370 Softwareraid driver for linux version 0.02
Guestimating sector 8451119 for superblock
driver for Silicon Image(tm) Medley(tm) hardware version 0.0.1: No raid
array fo
und
SCSI subsystem driver Revision: 1.00
scsi0 : SCSI host adapter emulation for IDE ATAPI devices
Vendor: SONY Model: DVD-ROM DDU1621 Rev: S2.9
Type: CD-ROM ANSI SCSI revision: 02
Vendor: ATAPI Model: CD-RW 48X16 Rev: A.YZ
Type: CD-ROM ANSI SCSI revision: 02
Attached scsi CD-ROM sr0 at scsi0, channel 0, id 0, lun 0
Attached scsi CD-ROM sr1 at scsi0, channel 0, id 1, lun 0
sr0: scsi3-mmc drive: 40x/40x cd/rw xa/form2 cdda tray
Uniform CD-ROM driver Revision: 3.12
sr1: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
Initializing Cryptographic API
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP: Hash tables configured (established 131072 bind 65536)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 478k freed
VFS: Mounted root (ext2 filesystem).
NCR53c406a: no available ports found
aec671x_detect:
scsi: <fdomain> Detection failed (no card)
GDT: Storage RAID Controller Driver. Version: 2.05
GDT: Found 0 PCI Storage RAID Controllers
megaraid: v1.18k (Release Date: Thu Aug 28 10:05:11 EDT 2003)
megaraid: no BIOS enabled.
DC390: 0 adapters found
Failed initialization of WD-7000 SCSI card!
ISO 9660 Extensions: Microsoft Joliet Level 3
kmod: failed to exec /sbin/modprobe -s -k nls_iso8859-1, errno = 2
kmod: failed to exec /sbin/modprobe -s -k nls_iso8859-1, errno = 2
ISO 9660 Extensions: RRIP_1991A
cloop: Initializing cloop v2.01
cloop: loaded (max 8 devices)
cloop: /cdrom/KNOPPIX/KNOPPIX: 29909 blocks, 65536 bytes/block, largest
block is
65562 bytes.
ISO 9660 Extensions: RRIP_1991A
Freeing unused kernel memory: 136k freed
Real Time Clock Driver v1.10e
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16)
Linux Kernel Card Services 3.1.22
options: [pci] [cardbus] [pm]
Intel ISA PCIC probe: not found.
Databook TCIC-2 PCMCIA probe: not found.
unloading Kernel Card Services
usb.c: registered new driver usbdevfs
usb.c: registered new driver hub
usb-uhci.c: $Revision: 1.275 $ time 01:17:44 Feb 4 2004
usb-uhci.c: High bandwidth mode enabled
usb-uhci.c: USB UHCI at I/O 0xc400, IRQ 10
usb-uhci.c: Detected 2 ports
usb.c: new USB bus registered, assigned bus number 1
hub.c: USB hub found
hub.c: 2 ports detected
usb-uhci.c: v1.275:USB Universal Host Controller Interface driver
hub.c: new USB device 00:07.2-2, assigned address 2
usb.c: USB device 2 (vend/prod 0x69a/0x402) is not claimed by any active
driver.
usbdevfs: remount parameter error
usb.c: registered new driver acm
acm.c: v0.21:USB Abstract Control Model driver for USB modems and ISDN
adapters
CDCEther.c: CDCEther.c: 0.98.6 7 Jan 2002 Brad Hards and another
usb.c: registered new driver CDCEther
CDCEther.c: Ethernet information found at device configuration. Trying
to use i
t anyway.
CDCEther.c: Found Header descriptor, CDC version 110.
CDCEther.c: Imperfect filtering support - need sw hashing
CDCEther.c: Can't use SetEthernetMulticastFilters request
CDCEther.c: detected BULK OUT packets of size 64
CDCEther.c: interrupt address: 5
CDCEther.c: interrupt interval: 64
CDCEther.c: eth0: S-A USB Cable Modem 00407B7ED717
CDCEther.c: eth0: 00:40:7B:7E:D7:17
Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ
SERIAL_PCI IS
APNP enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
parport0: PC-style at 0x378 [PCSPP,EPP]
parport_pc: Via 686A parallel port: io=0x378
parport0: PC-style at 0x378 [PCSPP,EPP]
parport_pc: Via 686A parallel port: io=0x378
Linux video capture interface: v1.00
i2c-core.o: i2c core module
i2c-algo-bit.o: i2c bit algorithm module
bttv: driver version 0.7.108 loaded
bttv: using 4 buffers with 2080k (8320k total) for capture
bttv: Bt8xx card found (0).
bttv0: Bt878 (rev 17) at 00:0a.0, irq: 10, latency: 64, mmio: 0xdddfc000
bttv0: detected: ATI TV Wonder/VE [cardd], PCI subsystem ID is 1002:0003
bttv0: using: ATI TV-Wonder VE [cardd,autodetected]
i2c-core.o: adapter bt848 #0 registered as adapter 0.
bttv0: using tuner
bttv0: i2c: checking for TDA9875 @ 0xb0... not found
bttv0: i2c: checking for TDA7432 @ 0x8a... not found
i2c-core.o: driver i2c TV tuner driver registered.
tuner: chip found @ 0xc0
tuner: type set to 19 (Temic PAL* auto (4006 FN5))
i2c-core.o: client [Temic PAL* auto (4006 FN5)] registered to adapter
[bt848 #0]
(pos. 0).
bttv0: PLL: 28636363 => 35468950 .. ok
bttv0: registered device video0
bttv0: registered device vbi0
8139too Fast Ethernet driver 0.9.26
eth1: RealTek RTL8139 at 0xe0c09f00, 00:40:05:8a:62:37, IRQ 11
eth1: Identified 8139 chip type 'RTL-8100B/8139D'
Via 686a/8233/8235 audio driver 1.9.1-ac3
PCI: Setting latency timer of device 00:07.5 to 64
ac97_codec: AC97 Audio codec, id: ALC38 (ALC100P)
via82cxxx: Codec rate locked at 48Khz
via82cxxx: board #1 at 0xD000, IRQ 10
Enabled Via MIDI
Linux agpgart interface v0.99 (c) Jeff Hartmann
agpgart: Maximum main memory to use for agp memory: 440M
agpgart: Detected Via Apollo Pro chipset
agpgart: AGP aperture is 64M @ 0xe0000000
FAT: bogus cluster size 0
VFS: Can't find a valid FAT filesystem on dev 03:01.
FAT: bogus cluster size 0
VFS: Can't find a valid FAT filesystem on dev 03:01.
NTFS driver v1.1.22 [Flags: R/W MODULE]
Journalled Block Device driver loaded
ext3: No journal on filesystem on ide0(3,1)
Adding Swap: 940k swap-space (priority -1)
CDCEther.c: eth0: set multicast filters
CDCEther.c: eth0: too many MC filters for hardware, using allmulti
CDCEther.c: eth0: too many MC filters for hardware, using allmulti
CDCEther.c: eth0: too many MC filters for hardware, using allmulti
CDCEther.c: No way to disable net traffic
CDCEther.c: eth0 intr status -2
CDCEther.c: eth0: set multicast filters
CDCEther.c: eth0: too many MC filters for hardware, using allmulti
CDCEther.c: eth0: too many MC filters for hardware, using allmulti
eth1: link down
via_audio: ignoring drain playback error -11
via_audio: ignoring drain playback error -11
via_audio: ignoring drain playback error -11
[knoppix]$


**Site de LEA POUR BRANCHER LE MODEM USB :

http://lea-linux.org/hardware/modem-cable-USB.html