Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 111520 - kernel Oops when plugging in Creative Extigy card on 2.6.13-gentoo-r5
Summary: kernel Oops when plugging in Creative Extigy card on 2.6.13-gentoo-r5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: High critical (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-04 18:45 UTC by sfr.000
Modified: 2005-11-06 07:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
stacktrace that i got in my logs after plugging in the extigy. (stacktrace.log,5.42 KB, text/plain)
2005-11-04 18:46 UTC, sfr.000
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sfr.000 2005-11-04 18:45:27 UTC
when plugging in my external Creative Extigy card on the usb-port i get a kernel
Oops.. I'm using alsa with an on-board soundcard just fine atm, but would prefer
to work with the extigy. I have alsa and the usb audio support built in to my
kernel, i can provide my actual config if that would help. Included is the
stacktrace i get when i plugin my card. Afterwards my usb device files seem to
be broken since 'lsusb' hangs my terminal after the first 3 entries (after which
i assume the card would've come). The same problem occurs when trying to read
/proc/bus/usb/devices. 

Reproducible: Always
Steps to Reproduce:
1. Plug in Extigy
Actual Results:  
kernel panic

Expected Results:  
not panic =)

Portage 2.0.51.22-r3 (default-linux/amd64/2005.1, gcc-3.4.4, glibc-2.3.5-r2,
2.6.13-gentoo-r5 x86_64)
=================================================================
System uname: 2.6.13-gentoo-r5 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib64/mozilla/defaults/pref /usr/share/config
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -O2"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/
http://mir.zyrianes.net/gentoo/
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/
http://ftp.uni-erlangen.de/pub/mirrors/gentoo
http://pandemonium.tiscali.de/pub/gentoo/
http://ftp.snt.utwente.nl/pub/os/linux/gentoo
http://vlaai.snt.ipv6.utwente.nl/pub/os/linux/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X alsa avi berkdb bitmap-fonts cdr crypt cups curl dvd dvdr eds
emboss emul-linux-x86 encode ethereal fam firefox foomaticdb fortran gif gpm
gstreamer gtk gtk2 imagemagick imlib ipv6 java jpeg junit kde lzw lzw-tiff mad
mozilla mp3 mpeg msn ncurses nls ogg opengl pam pdflib perl png python qt
quicktime readline samba scanner sdl spell ssl tcltk tcpd tiff truetype-fonts
type1-fonts udev usb userlocales vorbis xine xml2 xmms xpm xv xvid zlib
userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 sfr.000 2005-11-04 18:46:41 UTC
Created attachment 72152 [details]
stacktrace that i got in my logs after plugging in the extigy.
Comment 2 Daniel Drake (RETIRED) gentoo-dev 2005-11-05 03:57:54 UTC
Please try and reproduce on gentoo-sources-2.6.14
Comment 3 sfr.000 2005-11-06 07:20:15 UTC
gentoo-sources-2.6.14 effectively fixes the problem, my extigy is detected
properly now.

Nov  6 16:10:47 eagle kernel: usb 3-1: new full speed USB device using uhci_hcd
and address 3
Nov  6 16:10:48 eagle kernel: usb 3-1: Product: Sound Blaster Extigy
Nov  6 16:10:48 eagle kernel: usb 3-1: Manufacturer: Creative Technology Ltd.
Nov  6 16:10:48 eagle usb.agent[7266]: Keeping default configuration with
/sys//devices/pci0000:00/0000:00:10.1/usb3/3-1
Nov  6 16:10:48 eagle kernel: snd-usb-audio: probe of 3-1:1.0 failed with error -5
Nov  6 16:10:48 eagle kernel: usb 3-1: USB disconnect, address 3
Nov  6 16:10:49 eagle kernel: usb 3-1: new full speed USB device using uhci_hcd
and address 4
Nov  6 16:10:50 eagle kernel: usb 3-1: Product: Sound Blaster Extigy
Nov  6 16:10:50 eagle kernel: usb 3-1: Manufacturer: Creative Technology Ltd.

thanks alot for your swift help =)