Summary: | USB hard drive does not work on amd64 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jon Mason <jdmason> |
Component: | [OLD] Core system | Assignee: | Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel> |
Status: | RESOLVED INVALID | ||
Severity: | normal | CC: | a.bocaniciu |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Jon Mason
2005-11-18 11:45:08 UTC
emerge --info missing, we cannot really guess which kernel version are you using. For one of the broken systems: Portage 2.0.51.22-r3 (default-linux/amd64/2005.1, gcc-3.4.4, glibc-2.3.5-r2, 2.6.14.2 x86_64) ================================================================= System uname: 2.6.14.2 x86_64 AMD Opteron(tm) Processor 248 Gentoo Base System version 1.6.13 dev-lang/python: 2.3.5, 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 -pipe" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-march=k8 -O2 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="autoconfig distlocks sandbox sfperms strict" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="amd64 avi berkdb bitmap-fonts bzip2 crypt eds emboss encode expat foomaticdb fortran gif gpm gstreamer gtk2 imlib ipv6 jpeg lzw lzw-tiff mp3 mpeg ncurses opengl pam pcre pdflib perl png python qt quicktime readline sdl spell ssl tcpd tiff truetype-fonts type1-fonts udev usb userlocales xml2 xpm xv zlib userland_GNU kernel_linux elibc_glibc" Unset: ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY The dmesg result from amd64 suggests that the kernel detected the device and then decided it had disconnected. But you might have plugged in the device, disconnected it, and then produced the logs. Please clarify this. *** Bug 114114 has been marked as a duplicate of this bug. *** Yes, in both cases the USB hdisk was disconnected prior to me capturing the dmesg. I am happy to recapture dmesg or provide any other information you think would be beneficial. Ok, please show us more of the process. For example, you might plug it in and see the following appear in dmesg: SCSI device sdb: 39874367 512-byte hdwr sectors (20416 MB) sdb: assuming drive cache: write through sdb: sdb1 Attached scsi disk sdb at scsi3, channel 0, id 0, lun 0 You might then do: # ls -l /dev/sdb* # mount -t auto /dev/sdb1 /mnt/temp and show us the output, and the end of dmesg after the mount has failed too. It would also be a good idea to attach your kernel .config I re-emerged my system (emerge -eD world), and it seems to be working now. thanks for your help. |