Date: Tue, 7 Feb 2006 15:50:57 +0300 From: "Andrew N. Below" <defan@zenon.net> To: <freebsd-stable@freebsd.org> Subject: umass device Message-ID: <17ea01c62be5$23fc24b0$970da8c0@jam.zenon.net>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. ------=_NextPart_000_17E7_01C62BFE.492A6300 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit Hi. I have strange problem with 6.0-STABLE and USB flash drive (Transcend JetFlash 1Gb). My work bsd-box is online and powered 24/7 and almost every day I plug in my USB drive, mount and work with it. But sometimes, after 3-4 days of uptime, USB just freezes: I can see non-blinking led indicator on flash drive when I plug it in, but I can see it via `camcontrol devlist`. However, I can't see /dev/da0 and can't do anything with flash drive (camcontrol rescan, eject/load give no results). Some times system just reboots after removing flash drive from USB port _and_ typing `camcontrol devlist` or `camcontrol reset all`. BTW, how should I remove flash drive properly? Is it necessary to do `camcontrol eject x:x:x` before removing? I always did this earlier, but for test purposes I skip this command for last several days, and I see no difference. There are no other USB devices (like mouse, keyboard, etc.) My kernel config is attached. PS: I have cvsup'ed (with RELENG_6 cvs tag) yesterday and now `uname -r` shows "6.1-PRERELEASE" instead of "6.0-STABLE". Is it ok? Are they same? -- Andrew ------=_NextPart_000_17E7_01C62BFE.492A6300 Content-Type: application/octet-stream; name="DEFBSD" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="DEFBSD" machine i386=0A= cpu I686_CPU=0A= ident DEFBSD=0A= =0A= #makeoptions DEBUG=3D-g # Build kernel with gdb(1) debug symbols=0A= =0A= #options SCHED_ULE # ULE scheduler=0A= options SCHED_4BSD # 4BSD scheduler=0A= options PREEMPTION # Enable kernel thread preemption=0A= options INET # InterNETworking=0A= #options INET6 # IPv6 communications protocols=0A= options FFS # Berkeley Fast Filesystem=0A= options SOFTUPDATES # Enable FFS soft updates support=0A= options UFS_ACL # Support for access control lists=0A= options UFS_DIRHASH # Improve performance on big directories=0A= options MD_ROOT # MD is a potential root device=0A= options NFSCLIENT # Network Filesystem Client=0A= options NFSSERVER # Network Filesystem Server=0A= options NFS_ROOT # NFS usable as /, requires NFSCLIENT=0A= options MSDOSFS # MSDOS Filesystem=0A= options CD9660 # ISO 9660 Filesystem=0A= options PROCFS # Process filesystem (requires PSEUDOFS)=0A= options PSEUDOFS # Pseudo-filesystem framework=0A= options GEOM_GPT # GUID Partition Tables.=0A= options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!]=0A= options COMPAT_FREEBSD4 # Compatible with FreeBSD4=0A= options COMPAT_FREEBSD5 # Compatible with FreeBSD5=0A= options SCSI_DELAY=3D5000 # Delay (in ms) before probing SCSI=0A= options KTRACE # ktrace(1) support=0A= options SYSVSHM # SYSV-style shared memory=0A= options SYSVMSG # SYSV-style message queues=0A= options SYSVSEM # SYSV-style semaphores=0A= options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time = extensions=0A= options KBD_INSTALL_CDEV # install a CDEV entry in /dev=0A= options ADAPTIVE_GIANT # Giant mutex is adaptive.=0A= =0A= device apic # I/O APIC=0A= =0A= # ipfilter=0A= options IPFILTER # ipfilter support=0A= options IPFILTER_LOG # ipfilter logging=0A= =0A= # Bus support.=0A= device eisa=0A= device pci=0A= =0A= # Floppy drives=0A= device fdc=0A= =0A= # Sound=0A= device sound=0A= device snd_ich=0A= device snd_es137x=0A= =0A= # ATA and ATAPI devices=0A= device ata=0A= device atadisk # ATA disk drives=0A= device atapicd # ATAPI CDROM drives=0A= device atapifd # ATAPI floppy drives=0A= device atapicam=0A= options ATA_STATIC_ID # Static device numbering=0A= =0A= # SCSI peripherals=0A= device scbus # SCSI bus (required for SCSI)=0A= device ch # SCSI media changers=0A= device da # Direct Access (disks)=0A= device cd # CD=0A= device pass # Passthrough device (direct SCSI access)=0A= device ses # SCSI Environmental Services (and SAF-TE)=0A= =0A= # atkbdc0 controls both the keyboard and the PS/2 mouse=0A= device atkbdc # AT keyboard controller=0A= device atkbd # AT keyboard=0A= device psm # PS/2 mouse=0A= =0A= device vga # VGA video card driver=0A= device splash # Splash screen and screen saver support=0A= device sc # default system console driver=0A= device agp # support several AGP chipsets=0A= =0A= # Power management support (see NOTES for more options)=0A= #device apm=0A= # Add suspend/resume support for the i8254.=0A= device pmtimer=0A= =0A= # Serial (COM) ports=0A= device sio # 8250, 16[45]50 based serial ports=0A= =0A= device em # Intel PRO/1000 adapter Gigabit Ethernet Card=0A= device ixgb # Intel PRO/10GbE Ethernet Card=0A= device miibus # MII bus support=0A= device fxp # Intel EtherExpress PRO/100B (82557, 82558)=0A= device rl # RealTek 8129/8139=0A= =0A= # Pseudo devices.=0A= device loop # Network loopback=0A= device random # Entropy device=0A= device ether # Ethernet support=0A= device ppp # Kernel PPP=0A= device tun # Packet tunnel.=0A= device pty # Pseudo-ttys (telnet etc)=0A= device md # Memory "disks"=0A= =0A= device bpf # Berkeley packet filter=0A= =0A= # USB support=0A= device uhci # UHCI PCI->USB interface=0A= device ohci # OHCI PCI->USB interface=0A= device ehci # EHCI PCI->USB interface (USB 2.0)=0A= device usb # USB Bus (required)=0A= device ugen # Generic=0A= device uhid # "Human Interface Devices"=0A= device umass # Disks/Mass storage - Requires scbus and da=0A= device ums # Mouse=0A= ------=_NextPart_000_17E7_01C62BFE.492A6300--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17ea01c62be5$23fc24b0$970da8c0>