Anzeige:
Ergebnis 1 bis 10 von 10

Thema: Acer Aspire 5051, Gentoo und das Netzwerk

  1. #1
    Registrierter Benutzer
    Registriert seit
    May 2004
    Ort
    Wilhermsdorf
    Beiträge
    487

    Acer Aspire 5051, Gentoo und das Netzwerk

    Hi,
    ich hab mir ein Notebook gekauft. Es handelt sich um ein Acer Aspire 5051AWXMI.
    Der verwendete Lan-Chip ist ein Realtek RTL8139.

    Ich möchte gerne Gentoo installieren.
    Mit der InstallationsCD läuft das Netzwerk sowohl über dhcp, als auch mit manueller IP Vergabe.

    Bei meinem installierten System, wird das passende Modul (8139too) geladen, und die Netzwerkkarte erkannt.
    Wenn ich versuche eine IP via dhcp zu bekommen, läuft das immer auf einen Timeout heraus.
    Vergebe ich die IP manuell, hilft das auch nichts, ich kann andere Rechner nicht pingen (Host unreachable).

    Installier ich den Genkernel, läuft das Netzwerk/Internet wieder. Scheint also irgendwas mit der Kernelkonfiguration zu sein. Das Problem ist das ich nicht weis, was ich vergessen habe. Meine .config findet ihr im Anhang.

    dsiggi

  2. #2
    Registrierter Benutzer
    Registriert seit
    Feb 2005
    Beiträge
    116
    Was spricht denn gegen den Genkernel wenn er funktioniert? Für weiteres wären die Konfigurationsdateien /etc/conf.d/net u. /etc/resolv.conf interessant.

    Gruß
    barofix

  3. #3
    Registrierter Benutzer
    Registriert seit
    May 2004
    Ort
    Wilhermsdorf
    Beiträge
    487
    Zitat Zitat von barofix Beitrag anzeigen
    Was spricht denn gegen den Genkernel wenn er funktioniert?
    Ich wollte halt den Kernel so klein wie möglich halten, und nur das rein tun, wa ich brauche.

    Für weiteres wären die Konfigurationsdateien /etc/conf.d/net u. /etc/resolv.conf interessant.
    /etc/conf.d/net:
    Code:
    config_eth0=( "dhcp" )
    dhcp_eth0="nodns nonis nontp"
    /etc/resolv.conf
    Code:
    nameserver 192.168.123.254
    dsiggi

  4. #4
    Registrierter Benutzer
    Registriert seit
    Feb 2005
    Beiträge
    116
    Mach mal aus dem nodns ein dns und starte dein Netzwerk neu.
    Die IP in der resolv.conf entspricht der deines Routers?

  5. #5
    Registrierter Benutzer
    Registriert seit
    May 2004
    Ort
    Wilhermsdorf
    Beiträge
    487
    Zitat Zitat von barofix Beitrag anzeigen
    Mach mal aus dem nodns ein dns und starte dein Netzwerk neu.
    Das läuft auch auf ein time out heraus.

    Die IP in der resolv.conf entspricht der deines Routers?
    Ja.

    dsiggi

    Ich habe auch noch auf zwei anderen PCs Gentoo installiert. Das Netzwerk ist genau mit der gleichen Konfiguration eingerichtet, und dort läuft es.

    dsiggi

  6. #6
    Registrierter Benutzer
    Registriert seit
    Feb 2005
    Beiträge
    116
    Welche Ausgaben bringen denn lsmod, ifconfig und dmesg?
    Für die Ausgaben bitte die Code-Tags des Forums benutzen.

    Grüße
    barofix

  7. #7
    Registrierter Benutzer
    Registriert seit
    May 2004
    Ort
    Wilhermsdorf
    Beiträge
    487
    lsmod:
    Code:
    Module                  Size  Used by
    8139too                20480  0 
    8139cp                 16256  0 
    yenta_socket           21388  0 
    rsrc_nonstatic          8832  1 yenta_socket
    pcmcia_core            29328  2 yenta_socket,rsrc_nonstatic
    snd_hda_intel         252444  0 
    snd_pcm                58376  1 snd_hda_intel
    snd_timer              15492  1 snd_pcm
    snd_page_alloc          7432  2 snd_hda_intel,snd_pcm
    ifconfig:
    Code:
    eth0      Link encap:Ethernet  HWaddr 00:16:36:C1:8E:38  
              inet addr:169.254.102.0  Bcast:169.254.255.255  Mask:255.255.0.0
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:30 errors:0 dropped:0 overruns:0 frame:0
              TX packets:33 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:10280 (10.0 Kb)  TX bytes:8466 (8.2 Kb)
              Interrupt:11 Base address:0xa000 
    
    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:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
    dmesg:
    Code:
    Linux version 2.6.23-gentoo-r9 (root@Schleppi) (gcc version 4.1.1 (Gentoo 4.1.1-r3)) #3 Sat Mar 8 17:02:51 CET 2008
    BIOS-provided physical RAM map:
     BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
     BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
     BIOS-e820: 00000000000d0000 - 0000000000100000 (reserved)
     BIOS-e820: 0000000000100000 - 000000003be90000 (usable)
     BIOS-e820: 000000003be90000 - 000000003be9c000 (ACPI data)
     BIOS-e820: 000000003be9c000 - 000000003bf00000 (ACPI NVS)
     BIOS-e820: 000000003bf00000 - 0000000040000000 (reserved)
     BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
     BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
     BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
     BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
    62MB HIGHMEM available.
    896MB LOWMEM available.
    Entering add_active_range(0, 0, 245392) 0 entries of 256 used
    Zone PFN ranges:
      DMA             0 ->     4096
      Normal       4096 ->   229376
      HighMem    229376 ->   245392
    Movable zone start PFN for each node
    early_node_map[1] active PFN ranges
        0:        0 ->   245392
    On node 0 totalpages: 245392
      DMA zone: 32 pages used for memmap
      DMA zone: 0 pages reserved
      DMA zone: 4064 pages, LIFO batch:0
      Normal zone: 1760 pages used for memmap
      Normal zone: 223520 pages, LIFO batch:31
      HighMem zone: 125 pages used for memmap
      HighMem zone: 15891 pages, LIFO batch:3
      Movable zone: 0 pages used for memmap
    DMI present.
    ACPI: RSDP 000F8A20, 0014 (r0 PTLTD )
    ACPI: RSDT 3BE94C0D, 003C (r1 ACRSYS ACRPRDCT  6040000  LTP        0)
    ACPI: FACP 3BE9BC57, 0074 (r1 ATI    Bowfin    6040000 ATI     F4240)
    ACPI: DSDT 3BE94C49, 700E (r1    ATI    SB460  6040000 MSFT  2000002)
    ACPI: FACS 3BE9CFC0, 0040
    ACPI: SSDT 3BE9BCCB, 0115 (r1 PTLTD  POWERNOW  6040000  LTP        1)
    ACPI: APIC 3BE9BDE0, 0046 (r1 PTLTD  	 APIC    6040000  LTP        0)
    ACPI: MCFG 3BE9BE26, 003C (r1 PTLTD    MCFG    6040000  LTP        0)
    ACPI: BOOT 3BE9BE62, 0028 (r1 PTLTD  $SBFTBL$  6040000  LTP        1)
    ACPI: SLIC 3BE9BE8A, 0176 (r1 ACRSYS ACRPRDCT  6040000 acer        0)
    ACPI: DMI detected: Acer
    ACPI: PM-Timer IO Port: 0x8008
    Allocating PCI resources starting at 50000000 (gap: 40000000:a0000000)
    swsusp: Registered nosave memory region: 000000000009d000 - 000000000009e000
    swsusp: Registered nosave memory region: 000000000009e000 - 00000000000a0000
    swsusp: Registered nosave memory region: 00000000000a0000 - 00000000000d0000
    swsusp: Registered nosave memory region: 00000000000d0000 - 0000000000100000
    Built 1 zonelists in Zone order.  Total pages: 243475
    Kernel command line: root=/dev/sda4
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    PID hash table entries: 4096 (order: 12, 16384 bytes)
    Detected 2000.071 MHz processor.
    Console: colour VGA+ 80x25
    console [tty0] enabled
    Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    Memory: 967976k/981568k available (2513k kernel code, 13036k reserved, 1182k data, 220k init, 64064k highmem)
    virtual kernel memory layout:
        fixmap  : 0xfffe9000 - 0xfffff000   (  88 kB)
        pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
        vmalloc : 0xf8800000 - 0xff7fe000   ( 111 MB)
        lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
          .init : 0xc049e000 - 0xc04d5000   ( 220 kB)
          .data : 0xc0374441 - 0xc049bdbc   (1182 kB)
          .text : 0xc0100000 - 0xc0374441   (2513 kB)
    Checking if this processor honours the WP bit even in supervisor mode... Ok.
    SLUB: Genslabs=22, HWalign=64, Order=0-1, MinObjects=4, CPUs=1, Nodes=1
    Calibrating delay using timer specific routine.. 4004.00 BogoMIPS (lpj=8008008)
    Mount-cache hash table entries: 512
    CPU: After generic identify, caps: 078bfbff ebd3fbff 00000000 00000000 00002001 00000000 0000001d 00000000
    CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
    CPU: L2 Cache: 512K (64 bytes/line)
    CPU: After all inits, caps: 078bfbff ebd3fbff 00000000 00000410 00002001 00000000 0000001d 00000000
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#0.
    Compat vDSO mapped to ffffe000.
    CPU: AMD Turion(tm) 64 Mobile Technology MK-36 stepping 02
    Checking 'hlt' instruction... OK.
    ACPI: Core revision 20070126
    Parsing all Control Methods:
    Table [DSDT](id 0001) - 936 Objects with 58 Devices 214 Methods 31 Regions
    Parsing all Control Methods:
    Table [SSDT](id 0002) - 4 Objects with 0 Devices 0 Methods 0 Regions
     tbxface-0598 [00] tb_load_namespace     : ACPI Tables successfully acquired
    ACPI: setting ELCR to 0200 (from 0c00)
    evxfevnt-0091 [00] enable                : Transition to ACPI mode successful
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: Using MMCONFIG
    PCI: No mmconfig possible on device 00:18
    Setting up standard PCI resources
    evgpeblk-0956 [00] ev_create_gpe_block   : GPE 00 to 1F [_GPE] 4 regs on int 0x9
    evgpeblk-1052 [00] ev_initialize_gpe_bloc: Found 4 Wake, Enabled 2 Runtime GPEs in this block
    ACPI: EC: Look up EC in DSDT
    ACPI: EC: GPE = 0x14, I/O: command/status = 0x66, data = 0x62
    Completing Region/Field/Buffer/Package initialization:...............................................................................................................................
    Initialized 23/31 Regions 47/47 Fields 34/35 Buffers 23/30 Packages (949 nodes)
    Initializing Device/Processor/Thermal objects by executing _INI methods:<5>ACPI: BIOS _OSI(Linux) query ignored via DMI
    ACPI: If "acpi_osi=Linux" works better, please notify linux-acpi@vger.kernel.org
    ...
    Executed 3 _INI methods requiring 0 _STA executions (examined 63 objects)
    ACPI: Interpreter enabled
    ACPI: (supports S0 S3 S4 S5)
    ACPI: Using PIC for interrupt routing
    ACPI: EC: GPE = 0x14, I/O: command/status = 0x66, data = 0x62
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    PCI: Transparent bridge - 0000:00:14.4
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB4_._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB5_._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB6_._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB7_._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 10 *11)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 10 *11)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 10 *11)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 10 *11)
    ACPI: PCI Interrupt Link [LNKE] (IRQs 10 11) *0, disabled.
    ACPI: PCI Interrupt Link [LNKF] (IRQs 10 *11)
    ACPI: PCI Interrupt Link [LNKG] (IRQs *10 11)
    ACPI: PCI Interrupt Link [LNKH] (IRQs 10 11) *0, disabled.
    ACPI: PCI Interrupt Link [LNKU] (IRQs 3 4 5 7) *0, disabled.
    Linux Plug and Play Support v0.97 (c) Adam Belay
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp: PnP ACPI: found 10 devices
    ACPI: ACPI bus type pnp unregistered
    SCSI subsystem initialized
    libata version 2.21 loaded.
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    PCI: Using ACPI for IRQ routing
    PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
    PCI: Cannot allocate resource region 7 of bridge 0000:00:04.0
    PCI: Cannot allocate resource region 8 of bridge 0000:00:04.0
    PCI: Cannot allocate resource region 7 of bridge 0000:00:05.0
    PCI: Cannot allocate resource region 8 of bridge 0000:00:05.0
    PCI: Cannot allocate resource region 7 of bridge 0000:00:06.0
    PCI: Cannot allocate resource region 8 of bridge 0000:00:06.0
    PCI: Cannot allocate resource region 7 of bridge 0000:00:07.0
    PCI: Cannot allocate resource region 8 of bridge 0000:00:07.0
    Time: tsc clocksource has been installed.
    pnp: 00:01: iomem range 0xe0000000-0xefffffff could not be reserved
    pnp: 00:01: iomem range 0x0-0x0 could not be reserved
    pnp: 00:01: iomem range 0x0-0x0 could not be reserved
    pnp: 00:08: ioport range 0x1080-0x1080 has been reserved
    pnp: 00:08: ioport range 0x220-0x22f has been reserved
    pnp: 00:09: iomem range 0xe0000-0xfffff could not be reserved
    pnp: 00:09: iomem range 0xfff00000-0xffffffff could not be reserved
    pnp: 00:09: iomem range 0x0-0xfff could not be reserved
    PCI: Bridge: 0000:00:01.0
      IO window: 9000-9fff
      MEM window: d0100000-d01fffff
      PREFETCH window: d4000000-d7ffffff
    PCI: Bridge: 0000:00:04.0
      IO window: disabled.
      MEM window: disabled.
      PREFETCH window: disabled.
    PCI: Bridge: 0000:00:05.0
      IO window: disabled.
      MEM window: disabled.
      PREFETCH window: disabled.
    PCI: Bridge: 0000:00:06.0
      IO window: disabled.
      MEM window: disabled.
      PREFETCH window: disabled.
    PCI: Bridge: 0000:00:07.0
      IO window: disabled.
      MEM window: disabled.
      PREFETCH window: disabled.
    PCI: Bus 9, cardbus bridge: 0000:08:01.0
      IO window: 0000a400-0000a4ff
      IO window: 0000a800-0000a8ff
      PREFETCH window: 50000000-53ffffff
      MEM window: 58000000-5bffffff
    PCI: Bridge: 0000:00:14.4
      IO window: a000-afff
      MEM window: d0200000-d02fffff
      PREFETCH window: 50000000-53ffffff
    PCI: Setting latency timer of device 0000:00:04.0 to 64
    PCI: Setting latency timer of device 0000:00:05.0 to 64
    PCI: Setting latency timer of device 0000:00:06.0 to 64
    PCI: Setting latency timer of device 0000:00:07.0 to 64
    PCI: Enabling device 0000:08:01.0 (0000 -> 0003)
    ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
    PCI: setting IRQ 11 as level-triggered
    ACPI: PCI Interrupt 0000:08:01.0[A] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
    NET: Registered protocol family 2
    IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
    TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
    TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
    TCP: Hash tables configured (established 131072 bind 65536)
    TCP reno registered
    Simple Boot Flag at 0x36 set to 0x1
    Machine check exception polling timer started.
    microcode: CPU0 not a capable Intel processor
    IA-32 Microcode Update Driver: v1.14a <tigran@aivazian.fsnet.co.uk>
    highmem bounce pool size: 64 pages
    Total HugeTLB memory allocated, 0
    Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
    io scheduler noop registered
    io scheduler anticipatory registered (default)
    io scheduler deadline registered
    io scheduler cfq registered
    Boot video device is 0000:01:05.0
    Real Time Clock Driver v1.12ac
    Linux agpgart interface v0.102
    ACPI: AC Adapter [ACAD] (on-line)
    ACPI: Battery Slot [BAT1] (battery absent)
    input: Power Button (FF) as /class/input/input0
    ACPI: Power Button (FF) [PWRF]
    input: Power Button (CM) as /class/input/input1
    ACPI: Power Button (CM) [PWRB]
    input: Lid Switch as /class/input/input2
    ACPI: Lid Switch [LID]
    input: Sleep Button (CM) as /class/input/input3
    ACPI: Sleep Button (CM) [SLPB]
    ACPI: Thermal Zone [THRM] (48 C)
    Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
    RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
    loop: module loaded
    netconsole: not configured, aborting
    Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
    ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    ATIIXP: IDE controller at PCI slot 0000:00:14.1
    ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
    ACPI: PCI Interrupt 0000:00:14.1[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
    ATIIXP: chipset revision 128
    ATIIXP: not 100% native mode: will probe irqs later
        ide0: BM-DMA at 0x8420-0x8427, BIOS settings: hda:DMA, hdb:pio
    ATIIXP: simplex device: DMA disabled
    ide1: ATIIXP Bus-Master DMA disabled (BIOS)
    Probing IDE interface ide0...
    Switched to high resolution mode on CPU 0
    hda: PIONEER DVD-RW DVR-K17RS, ATAPI CD/DVD-ROM drive
    hda: selected mode 0x42
    ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
    Probing IDE interface ide1...
    Probing IDE interface ide1...
    hda: ATAPI 24X DVD-ROM DVD-R-RAM CD-R/RW drive, 2000kB Cache, UDMA(33)
    Uniform CD-ROM driver Revision: 3.20
    3ware Storage Controller device driver for Linux v1.26.02.002.
    sata_sil 0000:00:12.0: version 2.3
    PCI: Enabling device 0000:00:12.0 (0005 -> 0007)
    ACPI: PCI Interrupt Link [LNKG] enabled at IRQ 10
    PCI: setting IRQ 10 as level-triggered
    ACPI: PCI Interrupt 0000:00:12.0[A] -> Link [LNKG] -> GSI 10 (level, low) -> IRQ 10
    scsi0 : sata_sil
    scsi1 : sata_sil
    ata1: SATA max UDMA/100 cmd 0xf8820080 ctl 0xf882008a bmdma 0xf8820000 irq 10
    ata2: SATA max UDMA/100 cmd 0xf88200c0 ctl 0xf88200ca bmdma 0xf8820008 irq 10
    ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
    ata1.00: ATA-7: Hitachi HTS541680J9SA00, SB2OC70P, max UDMA/100
    ata1.00: 156301488 sectors, multi 16: LBA48 NCQ (depth 0/32)
    ata1.00: configured for UDMA/100
    ata2: SATA link down (SStatus 0 SControl 310)
    scsi 0:0:0:0: Direct-Access     ATA      Hitachi HTS54168 SB2O PQ: 0 ANSI: 5
    sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors (80026 MB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sd 0:0:0:0: [sda] 156301488 512-byte hardware sectors (80026 MB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
     sda: sda1 sda2 sda3 sda4
    sd 0:0:0:0: [sda] Attached SCSI disk
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    usbmon: debugfs is not available
    ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
    ACPI: PCI Interrupt 0000:00:13.2[A] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
    ehci_hcd 0000:00:13.2: EHCI Host Controller
    ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 1
    ehci_hcd 0000:00:13.2: irq 11, io mem 0xd0007000
    ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
    usb usb1: configuration #1 chosen from 1 choice
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 8 ports detected
    ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
    ACPI: PCI Interrupt 0000:00:13.0[A] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
    ohci_hcd 0000:00:13.0: OHCI Host Controller
    ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2
    ohci_hcd 0000:00:13.0: irq 11, io mem 0xd0005000
    usb usb2: configuration #1 chosen from 1 choice
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 4 ports detected
    ACPI: PCI Interrupt 0000:00:13.1[A] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
    ohci_hcd 0000:00:13.1: OHCI Host Controller
    ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3
    ohci_hcd 0000:00:13.1: irq 11, io mem 0xd0006000
    usb usb3: configuration #1 chosen from 1 choice
    hub 3-0:1.0: USB hub found
    hub 3-0:1.0: 4 ports detected
    USB Universal Host Controller Interface driver v3.0
    usb 2-1: new low speed USB device using ohci_hcd and address 2
    usb 2-1: configuration #1 chosen from 1 choice
    usbcore: registered new interface driver usblp
    Initializing USB Mass Storage driver...
    usbcore: registered new interface driver usb-storage
    USB Mass Storage support registered.
    PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
    i8042.c: Detected active multiplexing controller, rev 1.1.
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX0 port at 0x60,0x64 irq 12
    serio: i8042 AUX1 port at 0x60,0x64 irq 12
    serio: i8042 AUX2 port at 0x60,0x64 irq 12
    serio: i8042 AUX3 port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    input: AT Translated Set 2 keyboard as /class/input/input4
    input: Logitech USB-PS/2 Optical Mouse as /class/input/input5
    input: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:13.0-1
    usbcore: registered new interface driver usbhid
    drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
    Advanced Linux Sound Architecture Driver Version 1.0.14 (Fri Jul 20 09:12:58 2007 UTC).
    ALSA device list:
      No soundcards found.
    oprofile: using timer interrupt.
    TCP cubic registered
    NET: Registered protocol family 1
    NET: Registered protocol family 17
    ieee80211: 802.11 data/management/control stack, git-1.1.13
    ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
    ieee80211_crypt: registered algorithm 'NULL'
    ieee80211_crypt: registered algorithm 'WEP'
    ieee80211_crypt: registered algorithm 'CCMP'
    ieee80211_crypt: registered algorithm 'TKIP'
    powernow-k8: Found 1 AMD Turion(tm) 64 Mobile Technology MK-36 processors (1 cpu cores) (version 2.00.00)
    powernow-k8:    0 : fid 0xc (2000 MHz), vid 0x10
    powernow-k8:    1 : fid 0xa (1800 MHz), vid 0x12
    powernow-k8:    2 : fid 0x8 (1600 MHz), vid 0x14
    powernow-k8:    3 : fid 0x0 (800 MHz), vid 0x18
    Using IPI Shortcut mode
    Synaptics Touchpad, model: 1, fw: 6.2, id: 0x12a0b1, caps: 0xa04713/0x204000
    input: SynPS/2 Synaptics TouchPad as /class/input/input6
    kjournald starting.  Commit interval 5 seconds
    EXT3-fs: mounted filesystem with ordered data mode.
    VFS: Mounted root (ext3 filesystem) readonly.
    Freeing unused kernel memory: 220k freed
    ACPI: PCI Interrupt 0000:00:14.2[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
    Yenta: CardBus bridge found at 0000:08:01.0 [1025:010f]
    Yenta: Using CSCINT to route CSC interrupts to PCI
    Yenta: Routing CardBus interrupts to PCI
    Yenta TI: socket 0000:08:01.0, mfunc 0x00001202, devctl 0x44
    8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
    Yenta TI: socket 0000:08:01.0 probing PCI interrupt failed, trying to fix
    Yenta TI: socket 0000:08:01.0 no PCI interrupts. Fish. Please report.
    Yenta: no PCI IRQ, CardBus support disabled for this socket.
    Yenta: check your BIOS CardBus, BIOS IRQ or ACPI settings.
    Yenta: ISA IRQ mask 0x00f8, PCI irq 0
    Socket status: 30000006
    Yenta: Raising subordinate bus# of parent bus (#08) from #09 to #0c
    pcmcia: parent PCI bridge I/O window: 0xa000 - 0xafff
    pcmcia: parent PCI bridge Memory window: 0xd0200000 - 0xd02fffff
    pcmcia: parent PCI bridge Memory window: 0x50000000 - 0x53ffffff
    8139cp 0000:08:02.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip
    8139cp 0000:08:02.0: Try the "8139too" driver instead.
    8139too Fast Ethernet driver 0.9.28
    ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
    ACPI: PCI Interrupt 0000:08:02.0[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
    eth0: RealTek RTL8139 at 0xa000, 00:16:36:c1:8e:38, IRQ 11
    eth0:  Identified 8139 chip type 'RTL-8100B/8139D'
    EXT3 FS on sda4, internal journal
    Adding 1052248k swap on /dev/sda2.  Priority:-1 extents:1 across:1052248k
    spurious 8259A interrupt: IRQ7.
    eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
    NETDEV WATCHDOG: eth0: transmit timed out
    eth0: Transmit timeout, status 0c 0005 c07f media 10.
    eth0: Tx queue start entry 4  dirty entry 0.
    eth0:  Tx descriptor 0 is 0008a156. (queue head)
    eth0:  Tx descriptor 1 is 0008a156.
    eth0:  Tx descriptor 2 is 0008a156.
    eth0:  Tx descriptor 3 is 0008a156.
    eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
    NETDEV WATCHDOG: eth0: transmit timed out
    eth0: Transmit timeout, status 0c 0005 c07f media 10.
    eth0: Tx queue start entry 4  dirty entry 0.
    eth0:  Tx descriptor 0 is 0008a156. (queue head)
    eth0:  Tx descriptor 1 is 0008a03c.
    eth0:  Tx descriptor 2 is 0008a03c.
    eth0:  Tx descriptor 3 is 0008a03c.
    eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
    NETDEV WATCHDOG: eth0: transmit timed out
    eth0: Transmit timeout, status 0c 0005 c07f media 10.
    eth0: Tx queue start entry 4  dirty entry 0.
    eth0:  Tx descriptor 0 is 0008a03c. (queue head)
    eth0:  Tx descriptor 1 is 0008a03c.
    eth0:  Tx descriptor 2 is 0008a156.
    eth0:  Tx descriptor 3 is 0008a156.
    eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
    usb 2-3: new full speed USB device using ohci_hcd and address 3
    usb 2-3: configuration #1 chosen from 1 choice
    scsi2 : SCSI emulation for USB Mass Storage devices
    usb-storage: device found at 3
    usb-storage: waiting for device to settle before scanning
    scsi 2:0:0:0: Direct-Access     SigmaTel MSCN             0100 PQ: 0 ANSI: 4
    sd 2:0:0:0: [sdb] 2024448 2048-byte hardware sectors (4146 MB)
    sd 2:0:0:0: [sdb] Write Protect is off
    sd 2:0:0:0: [sdb] Mode Sense: 3e 00 00 00
    sd 2:0:0:0: [sdb] Assuming drive cache: write through
    sd 2:0:0:0: [sdb] 2024448 2048-byte hardware sectors (4146 MB)
    sd 2:0:0:0: [sdb] Write Protect is off
    sd 2:0:0:0: [sdb] Mode Sense: 3e 00 00 00
    sd 2:0:0:0: [sdb] Assuming drive cache: write through
     sdb: sdb1
    sd 2:0:0:0: [sdb] Attached SCSI removable disk
    sd 2:0:0:0: Attached scsi generic sg1 type 0
    usb-storage: device scan complete
    NETDEV WATCHDOG: eth0: transmit timed out
    eth0: Transmit timeout, status 0c 0005 c07f media 10.
    eth0: Tx queue start entry 27  dirty entry 23.
    eth0:  Tx descriptor 0 is 0008a156.
    eth0:  Tx descriptor 1 is 0008a156.
    eth0:  Tx descriptor 2 is 0008a156.
    eth0:  Tx descriptor 3 is 0008a156. (queue head)
    eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
    NETDEV WATCHDOG: eth0: transmit timed out
    dsiggi

  8. #8
    Registrierter Benutzer
    Registriert seit
    Feb 2005
    Beiträge
    116
    lsmod:
    Code:

    Module Size Used by
    8139too 20480 0
    8139cp 16256 0
    ...
    Entlade mal beide Module und lade danach nur 8139too und schau dann mal nach ob du eine IP von deinem Router bekommst.

  9. #9
    Registrierter Benutzer
    Registriert seit
    May 2004
    Ort
    Wilhermsdorf
    Beiträge
    487
    Hi,
    das nützt auch nichts. Ich hatte am Anfanh auch nur das Modul 8139too geladen, habe dann aber beim Genkernel gesehen, das dieser auch 8139cp läd.

    dsiggi

  10. #10
    Registrierter Benutzer
    Registriert seit
    Feb 2005
    Beiträge
    116
    Sorry, damit bin ich mit meinem Latein auch am Ende.
    Was mir aber gerade einfällt, Du könntest den Genkernel nehmen und mit
    Code:
     genkernel --menuconfig all
    ihn anpassen. Somit hättest Du auch einen funktionierenden Kernel der nur das läd was Du brauchst.

    Grüße
    barofix

Ähnliche Themen

  1. Welches Linux für ACER Aspire 1613LMi
    Von kalle51 im Forum Mobiles Linux, Notebook, PDA
    Antworten: 1
    Letzter Beitrag: 23.11.05, 20:48
  2. PCMCIA funzt nicht auf ACER Aspire 1300 mit Suse 9.2
    Von dirbri im Forum Mobiles Linux, Notebook, PDA
    Antworten: 4
    Letzter Beitrag: 10.05.05, 19:12
  3. Soundkarte Acer Aspire T620
    Von mcpac im Forum Musik
    Antworten: 1
    Letzter Beitrag: 25.03.05, 22:52
  4. gentoo + netzwerk
    Von Rototom im Forum System installieren und konfigurieren
    Antworten: 14
    Letzter Beitrag: 10.09.02, 07:08
  5. Netzwerk und Router konfig mit gentoo?
    Von HeadShot im Forum Router und Netzaufbau
    Antworten: 4
    Letzter Beitrag: 22.07.02, 06:01

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •