LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 04-01-2007, 02:59 AM   #1
mikepj
LQ Newbie
 
Registered: Nov 2004
Distribution: Kubuntu 6.10
Posts: 12

Rep: Reputation: 0
network card shuts down at login screen


I'm using rt61 card on kubuntu, using serialmonkey driver and encrytion is turned off for now.
The Motherboard is MSI K8MM3 which has via k8m800+VT8237R/8237R Plus Chipset

Here's my problem, I start up kubuntu, then view my router status on another machine. Half way through the boot process it connects, but by the time it gets to the boot screen it disconnects again.

I think it might be something to do with an irq problem. Here's the output from /var/log/message:

pr 1 08:45:13 lounge hpiod: 1.6.9 accepting connections at 2208...
Apr 1 08:45:14 lounge kernel: [17179645.132000] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 185
Apr 1 08:45:14 lounge kernel: [17179645.132000] PCI: Via IRQ fixup for 0000:01:00.0, from 10 to 9
Apr 1 08:45:14 lounge kernel: [17179645.136000] [drm] Initialized via 2.7.4 20051116 on minor 0
Apr 1 08:45:14 lounge kernel: [17179645.176000] agpgart: Found an AGP 3.0 compliant device at 0000:00:00.0.
Apr 1 08:45:14 lounge kernel: [17179645.176000] agpgart: Xorg tried to set rate=x12. Setting to AGP3 x8 mode.
Apr 1 08:45:14 lounge kernel: [17179645.176000] agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
Apr 1 08:45:14 lounge kernel: [17179645.176000] agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
Apr 1 08:45:15 lounge kernel: [17179646.844000] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
Apr 1 08:45:15 lounge kernel: [17179646.844000] apm: overridden by ACPI.
Apr 1 08:45:22 lounge kernel: [17179653.388000] <c01499a4> __report_bad_irq+0x24/0x80 <c0149a9d> note_interrupt+0x9d/0x270
Apr 1 08:45:22 lounge kernel: [17179653.388000] <dc9ea74d> RTMPIsr+0x16d/0x1b0 [rt61] <c0149323> handle_IRQ_event+0x33/0x60
Apr 1 08:45:22 lounge kernel: [17179653.388000] <c0149448> __do_IRQ+0xf8/0x110 <c0105c89> do_IRQ+0x19/0x30
Apr 1 08:45:22 lounge kernel: [17179653.388000] <c010408a> common_interrupt+0x1a/0x20
Apr 1 08:45:28 lounge kernel: [17179659.612000] Bluetooth: Core ver 2.8
Apr 1 08:45:28 lounge kernel: [17179659.612000] NET: Registered protocol family 31
Apr 1 08:45:28 lounge kernel: [17179659.612000] Bluetooth: HCI device and connection manager initialized
Apr 1 08:45:28 lounge kernel: [17179659.612000] Bluetooth: HCI socket layer initialized
Apr 1 08:45:28 lounge kernel: [17179659.628000] Bluetooth: L2CAP ver 2.8
Apr 1 08:45:28 lounge kernel: [17179659.628000] Bluetooth: L2CAP socket layer initialized
Apr 1 08:45:28 lounge kernel: [17179659.640000] Bluetooth: RFCOMM socket layer initialized
Apr 1 08:45:28 lounge kernel: [17179659.640000] Bluetooth: RFCOMM TTY layer initialized

Is there anything I can do to fix this?

Last edited by mikepj; 04-01-2007 at 08:36 AM.
 
Old 04-01-2007, 06:32 AM   #2
mikepj
LQ Newbie
 
Registered: Nov 2004
Distribution: Kubuntu 6.10
Posts: 12

Original Poster
Rep: Reputation: 0
Still no luck, but I am able to get the card working under recovery mode. In the terminal I can ping to my hearts content. I did try removing the card and trying another pci slot, but no luck there.
 
Old 04-01-2007, 08:56 AM   #3
mikepj
LQ Newbie
 
Registered: Nov 2004
Distribution: Kubuntu 6.10
Posts: 12

Original Poster
Rep: Reputation: 0
I solved the problem, or at the least found a viable work around. I'm posting my findings just in case someone else finds themself in the same predicament and has to spend their weekend messing with the wireless card.

First off I tried adding irqpoll to the default kernel line in /boot/grub/menu.lst/. It now reads:

/boot/vmlinuz-2.6.17-11-generic root=/dev/sda3 ro irqpoll quiet

This kept the wireless card working after the login screen (hooray), but had the negative effect of causing the login screen to hang for about 2 to 3 minutes before the user and password boxes appeared. It even took a while before I could access a terminal screen by pressing ctr +alt and f1. After playing with xorg.conf for a while believed that it was the via chipset that was causing the problems.

Googling the web, I found a bug report that stated adding the option irqdisable to xorg addressed the problem of xorg hanging for a few minutes. The section for the onboard via graphics now reads:

Section "Device"
Identifier "VIA Technologies, Inc. S3 Unichrome Pro VGA Adapter"
Driver "via"
BusID "PCI:1:0:0"
Option "DisableIRQ" "true"
EndSection

After that change the system boots quickly into xorg and there's no problems with the card. All I need do now is setup wpa encryption, but I think I will save that for another day.
 
  


Reply

Tags
irq, rt61, via



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
linux shuts down built in network card then windows tells me network card is unplugge lesmoxhaybaker SUSE / openSUSE 8 08-29-2006 05:10 PM
Network shuts down after closing a network usage program Hockeyfan Linux - Networking 2 11-02-2005 04:02 PM
Login screen disappears upon disconnection of network arch13 Linux - General 1 10-21-2005 05:33 AM
screen shuts off Mr.Bone Linux - Laptop and Netbook 8 04-26-2005 11:14 PM
screen shuts off Mr.Bone Linux - Laptop and Netbook 1 02-03-2005 11:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 04:30 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration