Mailinglist Archive: opensuse-bugs (6140 mails)

< Previous Next >
[Bug 270804] kernel oops during parport related module loading
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Tue, 10 Jul 2007 08:44:19 -0600 (MDT)
  • Message-id: <20070710144419.5914A245348@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=270804#c12





--- Comment #12 from Johannes Meixner <jsmeix@xxxxxxxxxx>  2007-07-10 08:44:18 MST ---
In comment #11 I forgot to show you "lsmod" after the "rmmod ppdev".
I still have it in my xterm and here is the full output of all
"rmmod" in comment #11:

# fuser /dev/lp*
#

# lsmod | egrep '^parport|^lp|^ppdev'
lp                     15652  0 
parport_pc             42084  1 
ppdev                  13060  0 
parport                39752  3 lp,parport_pc,ppdev

# rmmod ppdev

# lsmod | egrep '^parport|^lp|^ppdev'
lp                     15652  0 
parport_pc             42084  1 
parport                39752  2 lp,parport_pc

# fuser /dev/lp*
#

# rmmod lp

# lsmod | egrep '^parport|^lp|^ppdev'
parport_pc             42084  0 
parport                39752  1 parport_pc

# rmmod parport_pc

# lsmod | egrep '^parport|^lp|^ppdev'
parport                39752  0 

# rmmod parport

# fuser -v /dev/lp*
Cannot stat /dev/lp*: No such file or directory


I.e. according to "lsmod" the "rmmod ppdev" worked o.k.
but it seems something is still left because the subsequent
"modprobe ppdev" results the segfault (see comment #11).


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >