Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Network failed and weird error message
Date: Sat, 05 Oct 2013 08:59:46
Message-Id: 524FD3DD.5030304@gmail.com
In Reply to: Re: [gentoo-user] Network failed and weird error message by Dale
1 On 04/10/2013 22:19, Dale wrote:
2 > Alan McKinnon wrote:
3 >> On 04/10/2013 18:09, Dale wrote:
4 >>> Sometime last night while I was sleeping, my network sort of hiccuped.
5 >>> If I went to a Konsole, I could ping google so it appears the network
6 >>> was working on the lower level but not one browser that was left open
7 >>> would work. It also didn't/couldn't download new emails. When I
8 >>> restarted the browser, it worked. This is the case for both Seaminkey
9 >>> and Firefox. If it was just one, I'd think browser issue but not two of
10 >>> them at the same time. This is a example of what is in my messages file:
11 >>>
12 >>> Sep 29 03:10:15 localhost kernel: [382175.585718] ohci_hcd 0000:00:12.1:
13 >>> urb ffff88034092b0c0 path 1 ep1in 93120000 cc 9 --> status -121
14 >>> Sep 29 03:10:17 localhost kernel: [382177.582033] ohci_hcd 0000:00:12.1:
15 >>> urb ffff8803f06a9d40 path 1 ep1in 92120000 cc 9 --> status -121
16 >>> Sep 29 03:10:19 localhost kernel: [382179.586285] ohci_hcd 0000:00:12.1:
17 >>> urb ffff8803f06a9680 path 1 ep1in 93120000 cc 9 --> status -121
18 >>> Sep 29 03:10:21 localhost kernel: [382181.582602] ohci_hcd 0000:00:12.1:
19 >>> urb ffff8803f06a9680 path 1 ep1in 92120000 cc 9 --> status -121
20 >>> Sep 29 03:10:23 localhost kernel: [382183.586879] ohci_hcd 0000:00:12.1:
21 >>> urb ffff8803f06a9680 path 1 ep1in 93120000 cc 9 --> status -121
22 >>
23 >>
24 >> What I read from your description is that Seamonkey and Firefox hiccuped
25 >> and everything else either works or was not tested. Assuming that those
26 >> browsers share lots of common code - see where I'm going with this?
27 >>
28 >> The entries in your messages file may or may not be relevant, and if
29 >> they are relevant it will be as a side effect.
30 >>
31 >> OHCI is a USB 1.1 implementation, I can't imagine why you have it
32 >> loaded. Surely you do not have USB 1 only hardware? USB2 deals with that
33 >> nicely. It is possible that you have a shit storm of USB weirdness going
34 >> on and this in locking up the desktop. Try disabling USB stuff you don't
35 >> need and see what gives.
36 >>
37 >>
38 >
39 > I do see where you are going with this and is sort of my thinking too.
40 > It seems tho, pidgin wasn't working either. I always have pidgin as
41 > online by default but was bumped off during this weird thing going on.
42 > Still confusing huh? Oh, my Konsole is run as root.
43
44 When you say the browser didn't work, what do you mean exactly?
45 Do all request just time out?
46 Do DNS lookups all fail?
47 Is the GUI just stuck?
48
49 The kind of failure is important to finding the cause. I have something
50 similar - when I copy many large files over wireless to my NFS share
51 using dolphin, the gui is often stalls and stops responding to mouse
52 clicks till the copy is done. Firefox is especially affected. I haven't
53 found what's causing it yet, but it certainly isn't Firefox.
54
55 btw, konsole isn't running as root unless you do something like
56 sudo konsole
57 from krunner. There's nothing special about a konsole where you became
58 root. All the gui code that gives it focus and lets it run at all is
59 still running as user dale. The only privileged process is the bash
60 running in the terminal
61
62
63 > When I copied the first error message, I had my cell phone plugged in to
64 > charge it up. My phone charges better off the puter than it does from
65 > the charger plugged into the wall. Yes, I even bought a new charger.
66 > It charges but takes MUCH longer than when plugged into my puter.
67 > Anyway. Nothing else plugged in, no printer, no scanner either. Well,
68 > just thought of this. My UPS is now USB. I can't unplug that. The
69 > second post below the P. S. part, that was with the cell phone unplugged.
70 >
71 > I been online today and somewhat active. No problem so far. Not
72 > finding anything on google tho, that has me puzzled.
73 >
74 > I just checked, I am still getting that error in messages file. I may
75 > have to redo my kernel, reboot and test some more.
76
77
78 Just remove ohci and uhci from the kernel config
79
80
81 These days all you need is ehci for usb2 and xhci for usb3 (unless you
82 are using ancient hardware with physical usb1 ports)
83
84 --
85 Alan McKinnon
86 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] Network failed and weird error message Dale <rdalek1967@×××××.com>
Re: [gentoo-user] Network failed and weird error message Dale <rdalek1967@×××××.com>