Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106198 - udev-058 mounts camera, 068(-r1), 069 no... and 070 yes :/
Summary: udev-058 mounts camera, 068(-r1), 069 no... and 070 yes :/
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Git (show other bugs)
Hardware: AMD64 Linux
: High major
Assignee: Greg Kroah-Hartman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-16 09:20 UTC by David Watzke
Modified: 2011-10-30 22:47 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Watzke 2005-09-16 09:20:44 UTC
But in dmesg (with 068):  
usb 2-2: new full speed USB device using ohci_hcd and address 3  
scsi0 : SCSI emulation for USB Mass Storage devices  
usb-storage: device found at 3  
usb-storage: waiting for device to settle before scanning  
  Vendor: Sony      Model: Sony DSC          Rev: 4.50  
  Type:   Direct-Access                      ANSI SCSI revision: 00  
SCSI device sda: 960512 512-byte hdwr sectors (492 MB)  
sda: assuming Write Enabled  
sda: assuming drive cache: write through  
SCSI device sda: 960512 512-byte hdwr sectors (492 MB)  
sda: assuming Write Enabled  
sda: assuming drive cache: write through  
 sda: sda1  
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0  
Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0,  type 0  
usb-storage: device scan complete  
> This looks good like with 070 or 058, but camera isn't mounted :-/ 
in /etc/fstab is line: 
/dev/sda1 /media/usbdisk vfat user,exec,noauto,utf8,noatime,sync,managed 0 0 
when i connect it... with udev 068(-r1) and 069 no.. 

Reproducible: Always
Steps to Reproduce:
1. emerge =udev-068  
2. plug-in camera (Sony DSC-P32 with 512 MB memory-card) 
3. and nothing.. 
  
Actual Results:  
I was confused :D  
echo '=sys-fs/udev-068*' >> /etc/portage/package.mask 
emerge =udev-070 

Expected Results:  
udev should mount camera... 
so you can mark =sys-fs/udev-070 stable on amd64, beacause is stable on 
amd64. :D Piece, sorry my french and thanks. 

[dancelis@xeonix ~] $ emerge --info 
Portage 2.0.51.22-r2 (default-linux/amd64/2005.0, gcc-3.4.4, glibc-2.3.5-r1, 
2.6.12-gentoo-r10-dancelis x86_64) 
================================================================= 
System uname: 2.6.12-gentoo-r10-dancelis x86_64 AMD Athlon(tm) 64 Processor 
3000+ 
Gentoo Base System version 1.6.13 
dev-lang/python:     2.3.5-r2 
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 
sys-devel/binutils:  2.15.92.0.2-r10 
sys-devel/libtool:   1.5.18-r1 
virtual/os-headers:  2.6.11-r2 
ACCEPT_KEYWORDS="amd64" 
AUTOCLEAN="yes" 
CBUILD="x86_64-pc-linux-gnu" 
CFLAGS="-O2 -march=k8 -fomit-frame-pointer -pipe" 
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/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-O2 -march=k8 -fomit-frame-pointer -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoconfig ccache distlocks fixpackages sandbox sfperms strict" 
GENTOO_MIRRORS="http://gentoo.ynet.sk/pub http://ftp.easynet.nl/mirror/gentoo/ 
http://src.gentoo.pl http://ftp.du.se/pub/os/gentoo http://gentoo.osuosl.org/" 
LANG="cs_CZ.UTF-8" 
LC_ALL="cs_CZ.UTF-8" 
LINGUAS="cs" 
MAKEOPTS="-j3" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="amd64 X aac aalib acpi adns alsa apache2 apm audiofile avi 
bash-completion berkdb bitmap-fonts bonobo bzip2 caps cdparanoia cdr crypt 
crzpt cups curl curlwrappers dbus dga dio directfb dvd dvdr dvdread emboss 
emul-linux-86 encode fam fbcon ffmpeg flac flash foomaticdb fortran ftp gd 
gdbm ggi gif gpm gstreamer gtk gtk2 hal icq imagemagick imlib innodb ipv6 
jabber javascript jpeg kde kdeenablefinal lcms ldap libcaca libwww lzw 
lzw-tiff mad matroska mbox mikmod mime mng mp3 mpeg mysql mysqli ncurses nis 
nls nptl nptlonly nvidia ogg oggvorbis openal opengl osc oscar pam pcntl pcre 
pdflib perl php pic png posix ppds python qt quicktime readline real recode 
sdl session skey slang sockets socks5 sox speex spell sqlite ssl svg symlink 
tcpd theora threads tiff truetype truetype-fonts type1-fonts unicode usb 
userlocales v4l vcd vorbis wmf xine xml xml2 xpm xv xvid zlib linguas_cs 
userland_GNU kernel_linux elibc_glibc" 
Unset:  ASFLAGS, CTARGET, LDFLAGS
Comment 1 David Watzke 2005-09-16 09:21:46 UTC
And sorry 'Product: Admin' :(( Pls, move it. 
Comment 2 Daniel Gryniewicz (RETIRED) gentoo-dev 2005-09-16 09:25:12 UTC
070 has only been out 2 days, so it can't be marked stable.  You'll have to run
unstable udev for another 28 days.
Comment 3 David Watzke 2005-09-16 09:32:03 UTC
(In reply to comment #2) 
> 070 has only been out 2 days, so it can't be marked stable.  You'll have to 
run 
> unstable udev for another 28 days. 
 
Okay, never mind :-) 
Comment 4 Greg Kroah-Hartman (RETIRED) gentoo-dev 2005-09-16 16:28:16 UTC
Yeah, give us a few weeks before I can mark it as such.

Thanks for reporting this.
Comment 5 David Watzke 2005-10-14 23:52:13 UTC
Yo, udev-070 is now stable on x86. Can you mark it stable on amd64, too ? It's 
works good without any problem. ;) 
Comment 6 Greg Kroah-Hartman (RETIRED) gentoo-dev 2005-10-15 09:03:49 UTC
let the amd group know about it and they will mark it stable.