[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: laptop sid upgrade. network works till startx then get agpgart kernel error and no network connectivity



On Fri, Jul 27, 2007 at 12:30:28 -0400, Mitchell Laks wrote:
> Hi,
> I enjoy playing with sid :)

Don't we all? Unfortunately Sid sometimes enjoys playing with us as
well...
 
> I just updated to the latest sid on my Averatec Laptop 3250 running
> amd processor
> 
> which worked fine before. Now when I boot all is fine, i can surf
> web using lynx if i stay in console mode. Then when i startx (i have
> tried it with kde, gnome,  xfce4-session session managers) and
> immediately I get kernel errors and then i no longer can use the
> network. I am connected by ethernet cable to my local network via eth0
> ....
> 
> 
> Here are two examples of the the tail of dmesg for two different
> kernels:
> 
> (only stuff that happens after the startx
> is invoked) :
> 
> 
> here is dmesg using kernel 2.6.17-2-k7
> 
> dmesg|tail

[...]

> [drm] Initialized drm 1.1.0 20060810
> ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 9
> PCI: setting IRQ 9 as level-triggered
> ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKB] -> GSI 9 (level,
> low) -> IRQ 9
> [drm] Initialized via 2.11.1 20070202 on minor 0
> agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
> agpgart: BIOS bug. AGP bridge claims to only support x4 rateFixing up
> support for x2 & x1
> agpgart: Device is in legacy mode, falling back to 2.x
> agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
> agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode
> irq 11: nobody cared (try booting with the "irqpoll" option)
> [<c014da62>] __report_bad_irq+0x36/0x75
> [<c014dc5a>] note_interrupt+0x1b9/0x1f7
> [<c014d1a3>] handle_IRQ_event+0x23/0x51
> [<c014e57f>] handle_level_irq+0x94/0xc5
> [<c010639e>] do_IRQ+0x57/0x71
> [<c010476b>] common_interrupt+0x23/0x28
> [<c01274dd>] __do_softirq+0x56/0xd3
> [<c012759f>] do_softirq+0x45/0x53
> [<c0127803>] irq_exit+0x38/0x6b
> [<c01063a3>] do_IRQ+0x5c/0x71
> [<c010476b>] common_interrupt+0x23/0x28
>              handlers:
> [<de87795d>] (rhine_interrupt+0x0/0x654 [via_rhine])
> Disabling IRQ #11
> NETDEV WATCHDOG: eth0: transmit timed out
> eth0: Transmit timed out, status 0003, PHY status 786d, resetting...
> eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
> NETDEV WATCHDOG: eth0: transmit timed out
> eth0: Transmit timed out, status 0003, PHY status 786d, resetting...

[...]

> I have tried booting with irqpoll option, no good, i have tried
> noapic, no good.

Other options to try are "pci=routeirq", "acpi=off" and "nolapic" (plus
combinations of all of the above).

[...]

> I have tried to disable agp with agp=off in /boot/grub/menu.lst but
> this did not help..
> 
> any ideas what i can do?

Since this seems to be an interrupt problem it might help to see the
output of

cat /proc/interrupts

before and after the network card fails.

We also need to know what cards we are talking about exactly and which
modules are loaded:

lspci | egrep -i 'net|ether|vga|display|video'

lsmod | egrep 'drm|agp|rhine'

-- 
Regards,            | http://users.icfo.es/Florian.Kulzer
          Florian   |



Reply to: