USB Flash (Не работает)

PCLinuxOS

Модератор: Bizdelnick

Аватара пользователя
ДимOn
Сообщения: 192
ОС: Debian GNU/Linux

USB Flash

Сообщение ДимOn »

После переустановки, линукс перестал видеть Флешку.
С Флешкай все нормально, в винде работает, пробовал на работе на нескольких машинах, тоже все ОК.
Спасибо сказали:
Аватара пользователя
Juliette
Сообщения: 5058
Статус: ROSA Lab
ОС: Ubuntu LTS, Mandriva 2011

Re: USB Flash

Сообщение Juliette »

Очень не люблю эти штампованные фразочки, но тут кстати одна из них: "пардон, но телепаты в отпуске"
Чего переустанавливали-то, хоть намекните.
Предвидя заранее ответ "Мандриву", задаю следующий наводящий вопрос -- выдайте в студию вывод следующих команд при смонтированной (если возможно) флешке:
fdisk -l
mount -l
если знаете, под каким дивайсом числится флешка, то сразу можно дать вывод
fdisk /dev/флешка
Спасибо сказали:
Xandry
Сообщения: 980
ОС: openSUSE

Re: USB Flash

Сообщение Xandry »

dimon-282 писал(а):
22.10.2007 23:26
После переустановки, линукс перестал видеть Флешку.

При установке были выбраны пакеты для поддержки и работы с USB?
Спасибо сказали:
Аватара пользователя
Beren
Сообщения: 702
ОС: Gentoo

Re: USB Flash

Сообщение Beren »

(Juliette) писал(а):если знаете, под каким дивайсом числится флешка

Кстати, как это узнать? :) У меня два внешних жестких диска, неопределены и непримонтированы.
Дорогу осилит идущий
Спасибо сказали:
Аватара пользователя
ДимOn
Сообщения: 192
ОС: Debian GNU/Linux

Re: USB Flash

Сообщение ДимOn »

Код: Выделить всё

# fdisk -l

Disk /dev/hda: 60.0 GB, 60011642880 bytes
240 heads, 63 sectors/track, 7752 cylinders
Units = cylinders of 15120 * 512 = 7741440 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1        3387    25605688+   7  HPFS/NTFS
/dev/hda2            3388        7752    32999400    5  Extended
/dev/hda5            3388        3427      302368+  82  Linux swap / Solaris
/dev/hda6            3428        4381     7212208+  83  Linux
/dev/hda7            4382        5690     9896008+  83  Linux
/dev/hda8            5698        7752    15535768+   7  HPFS/NTFS
/dev/hda9            5691        5697       52888+  83  Linux

Partition table entries are not in disk order
[root@localhost dimon]# mount -l
/dev/hda6 on / type ext3 (rw,noatime,commit=600) []
none on /proc type proc (rw)
/dev/hda9 on /boot type ext2 (rw,noatime) []
/dev/hda7 on /home type ext3 (rw,noatime,commit=600) []
/dev/hda1 on /mnt/win_c type ntfs (ro,umask=0,nls=utf8)
/dev/hda8 on /mnt/win_d type fuse (rw,nosuid,nodev,noatime,allow_other,default_permissions)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
//FOTOON/Public on /home/dimon/smb4k/FOTOON/Public type smbfs (0)
[root@localhost dimon]#

Какие пакеты отвечают за поддержку и работу USB?
Спасибо сказали:
Аватара пользователя
Juliette
Сообщения: 5058
Статус: ROSA Lab
ОС: Ubuntu LTS, Mandriva 2011

Re: USB Flash

Сообщение Juliette »

Encou писал(а):
23.10.2007 17:52
(Juliette) писал(а):если знаете, под каким дивайсом числится флешка

Кстати, как это узнать? :) У меня два внешних жестких диска, неопределены и непримонтированы.

cat /proc/partitions
Спасибо сказали:
Xandry
Сообщения: 980
ОС: openSUSE

Re: USB Flash

Сообщение Xandry »

dimon-282 писал(а):
23.10.2007 22:03
Какие пакеты отвечают за поддержку и работу USB?

Дайте ответ команды rpm -qa|grep usb
Спасибо сказали:
Shishka
Сообщения: 140
ОС: Linux XP,Mandrake Linux 10.0

Re: USB Flash

Сообщение Shishka »

А cdюшник(или dvdюшник) монтируются нормально?
может у тебя слетел HAL?
Спасибо сказали:
Аватара пользователя
ДимOn
Сообщения: 192
ОС: Debian GNU/Linux

Re: USB Flash

Сообщение ДимOn »

CD и DVD монтируются и размонтируются как положено.
Спасибо сказали:
Аватара пользователя
Beren
Сообщения: 702
ОС: Gentoo

Re: USB Flash

Сообщение Beren »

Juliette писал(а):
23.10.2007 22:52
Encou писал(а):
23.10.2007 17:52
(Juliette) писал(а):если знаете, под каким дивайсом числится флешка

Кстати, как это узнать? :) У меня два внешних жестких диска, неопределены и непримонтированы.

cat /proc/partitions


Пасиба)
Дорогу осилит идущий
Спасибо сказали:
Аватара пользователя
ДимOn
Сообщения: 192
ОС: Debian GNU/Linux

Re: USB Flash

Сообщение ДимOn »

Xandry писал(а):
24.10.2007 08:07
dimon-282 писал(а):
23.10.2007 22:03
Какие пакеты отвечают за поддержку и работу USB?

Дайте ответ команды rpm -qa|grep usb

[dimon@localhost ~]$ rpm -qa|grep usb
libusb0.1_4-devel-0.1.12-3mdv2007.1
usbutils-0.72-2mdv2007.1
libusb0.1_4-0.1.12-3mdv2007.1
x11-driver-video-sisusb-0.8.1-1mdv2007.0
[dimon@localhost ~]$
Спасибо сказали:
Аватара пользователя
Juliette
Сообщения: 5058
Статус: ROSA Lab
ОС: Ubuntu LTS, Mandriva 2011

Re: USB Flash

Сообщение Juliette »

ну при воткнутой флешке запустите lsusb -- что скажет?
ещё полезная утилита есть -- usbview, графическая
Спасибо сказали:
Аватара пользователя
Sunder
Сообщения: 630
Статус: Гордый пользователь нелегального софта
ОС: OpenSuSE 10.3 x64, Fedora 7

Re: USB Flash

Сообщение Sunder »

ДимOn писал(а):
24.10.2007 21:57
Xandry писал(а):
24.10.2007 08:07
dimon-282 писал(а):
23.10.2007 22:03
Какие пакеты отвечают за поддержку и работу USB?

Дайте ответ команды rpm -qa|grep usb

[dimon@localhost ~]$ rpm -qa|grep usb
libusb0.1_4-devel-0.1.12-3mdv2007.1
usbutils-0.72-2mdv2007.1
libusb0.1_4-0.1.12-3mdv2007.1
x11-driver-video-sisusb-0.8.1-1mdv2007.0
[dimon@localhost ~]$


Самое интересное здесь - это вывод dmesg после подключения флешки. Там можно увидеть ошибки после подключения флешки, или наоборот имя устройства которое, создается для флешки, например sdb1.

Потом стоит попробовать подмонтировать ее вручную в терминале под рутом.
mount -t vfat /dev/sdb1 /mnt/disk
и посмотреть что получится.

Если вручную все монтируется то скорее всего виноват HAL или монтировщик уровня графической оболочки (например КДЕ). Исходя из этого и будем думать.
Jabber: sunder@jabber.ru
Настоящий Операман должен построить дом, посадить дерево и сделать из лисы чучело !
Спасибо сказали:
Аватара пользователя
ДимOn
Сообщения: 192
ОС: Debian GNU/Linux

Re: USB Flash

Сообщение ДимOn »

Juliette писал(а):
24.10.2007 22:49
ну при воткнутой флешке запустите lsusb -- что скажет?
ещё полезная утилита есть -- usbview, графическая


# lsusb
Bus 003 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Bus 002 Device 005: ID 1131:1001 Integrated System Solution Corp. KY-BT100 Bluetooth Adapter
Bus 002 Device 004: ID 045e:007d Microsoft Corp. Notebook Optical Mouse
Bus 002 Device 003: ID 08ff:2580 AuthenTec, Inc.
Bus 002 Device 001: ID 0000:0000
[root@localhost dimon]#

Sunder писал(а):
24.10.2007 23:02
Самое интересное здесь - это вывод dmesg после подключения флешки. Там можно увидеть ошибки после подключения флешки, или наоборот имя устройства которое, создается для флешки, например sdb1.

Потом стоит попробовать подмонтировать ее вручную в терминале под рутом.
mount -t vfat /dev/sdb1 /mnt/disk
и посмотреть что получится.

Если вручную все монтируется то скорее всего виноват HAL или монтировщик уровня графической оболочки (например КДЕ). Исходя из этого и будем думать.


Код:

$ dmesg Linux version 2.6.17-13mdv (rtp@octopus.mandriva.com) (gcc version 4.1.2 20070302 (prerelease) (4.1.2-1mdv2007.1)) #1 SMP Fri Mar 23 19:03:31 UTC 2007 BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 0000000017fd0000 (usable) BIOS-e820: 0000000017fd0000 - 0000000017fefc00 (reserved) BIOS-e820: 0000000017fefc00 - 0000000017ffb000 (ACPI NVS) BIOS-e820: 0000000017ffb000 - 0000000020000000 (reserved) BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved) BIOS-e820: 00000000fec00000 - 00000000fec02000 (reserved) BIOS-e820: 00000000ffb80000 - 00000000ffc00000 (reserved) BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved) 0MB HIGHMEM available. 383MB LOWMEM available. On node 0 totalpages: 98256 DMA zone: 4096 pages, LIFO batch:0 Normal zone: 94160 pages, LIFO batch:31 DMI 2.3 present. ACPI: RSDP (v000 HP ) @ 0x000fe270 ACPI: RSDT (v001 HP 0944 0x01070520 HP 0x00000001) @ 0x17fefc84 ACPI: FADT (v002 HP 0944 0x00000002 HP 0x00000001) @ 0x17fefc00 ACPI: MADT (v001 HP 0944 0x00000001 HP 0x00000001) @ 0x17fefcb8 ACPI: MCFG (v001 HP 0944 0x00000001 HP 0x00000001) @ 0x17fefd14 ACPI: SSDT (v001 HP HPQPpc 0x00001001 MSFT 0x0100000e) @ 0x17ff6dde ACPI: DSDT (v001 HP SB400 0x00010000 MSFT 0x0100000e) @ 0x00000000 ATI board detected. Disabling timer routing over 8254. ACPI: PM-Timer IO Port: 0x8008 ACPI: Local APIC address 0xfec01000 ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) Processor #0 15:4 APIC version 16 ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0]) IOAPIC[0]: apic_id 1, version 33, address 0xfec00000, GSI 0-23 ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 21 low level) ACPI: IRQ0 used by override. ACPI: IRQ2 used by override. Enabling APIC mode: Flat. Using 1 I/O APICs Using ACPI (MADT) for SMP configuration information Allocating PCI resources starting at 30000000 (gap: 20000000:c0000000) Built 1 zonelists Kernel command line: BOOT_IMAGE=linux root=/dev/hda6 splash=silent vga=788 bootsplash: silent mode. mapped APIC to ffffe000 (fec01000) mapped IOAPIC to ffffd000 (fec00000) Enabling fast FPU save and restore... done. Enabling unmasked SIMD FPU exception support... done. Initializing CPU#0 PID hash table entries: 2048 (order: 11, 8192 bytes) Detected 1596.250 MHz processor. Using pmtmr for high-res timesource Console: colour dummy device 80x25 Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) Memory: 383860k/393024k available (2430k kernel code, 8140k reserved, 760k data, 244k init, 0k highmem, 0k BadRAM) Checking if this processor honours the WP bit even in supervisor mode... Ok. Calibrating delay using timer specific routine.. 3197.51 BogoMIPS (lpj=6395020) Mount-cache hash table entries: 512 CPU: After generic identify, caps: 078bfbff e3d3fbff 00000000 00000000 00000001 00000000 00000001 CPU: After vendor identify, caps: 078bfbff e3d3fbff 00000000 00000000 00000001 00000000 00000001 CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) CPU: L2 Cache: 512K (64 bytes/line) CPU: After all inits, caps: 078bfbff e3d3fbff 00000000 00000410 00000001 00000000 00000001 Intel machine check architecture supported. Intel machine check reporting enabled on CPU#0. Checking 'hlt' instruction... OK. SMP alternatives: switching to UP code Freeing SMP alternatives: 16k freed checking if image is initramfs... it is Freeing initrd memory: 734k freed ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found. CPU0: AMD Turion&#153; 64 Mobile ML-28 stepping 02 Total of 1 processors activated (3197.51 BogoMIPS). ENABLING IO-APIC IRQs ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1 ..MP-BIOS bug: 8254 timer not connected to IO-APIC ...trying to set up timer (IRQ0) through the 8259A ... failed. ...trying to set up timer as Virtual Wire IRQ... works. Brought up 1 CPUs migration_cost=0 HP Compaq Laptop series board detected. Selecting BIOS-method for reboots. NET: Registered protocol family 16 ACPI: bus type pci registered PCI: Using MMCONFIG PCI: No mmconfig possible on 0:18 Setting up standard PCI resources ACPI: Subsystem revision 20060127 ACPI Error (evgpeblk-0284): Unknown GPE method type: C265 (name not of form _Lxx or _Exx) [20060127] ACPI Error (evgpeblk-0284): Unknown GPE method type: C266 (name not of form _Lxx or _Exx) [20060127] ACPI: Interpreter enabled ACPI: Using IOAPIC for interrupt routing ACPI: PCI Root Bridge [C046] (0000:00) PCI: Probing PCI hardware (bus 00) ACPI: Assume root bridge [\_SB_.C046] bus is 0 PCI: Ignoring BAR0-3 of IDE controller 0000:00:14.1 Boot video device is 0000:01:05.0 PCI: Transparent bridge - 0000:00:14.4 PCI: Bus #03 (-#06) is hidden behind transparent bridge #02 (-#03) (try 'pci=assign-busses') Please report the result to linux-kernel to fix this permanently ACPI: PCI Interrupt Routing Table [\_SB_.C046._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.C046.C047._PRT] ACPI: PCI Interrupt Routing Table [\_SB_.C046.C0AA._PRT] ACPI: Power Resource [C1CB] (off) ACPI: Embedded Controller [C110] (gpe 17) interrupt mode. ACPI: Power Resource [C1B3] (on) ACPI: Power Resource [C1C3] (on) ACPI: PCI Interrupt Link [C0EF] (IRQs 10 11) *0, disabled. ACPI: PCI Interrupt Link [C0F0] (IRQs 10 11) *0, disabled. ACPI: PCI Interrupt Link [C0F1] (IRQs 10 11) *0, disabled. ACPI: PCI Interrupt Link [C0F2] (IRQs 10 11) *0, disabled. ACPI: PCI Interrupt Link [C0F3] (IRQs 10 11) *0, disabled. ACPI: PCI Interrupt Link [C0F4] (IRQs 9) *0, disabled. ACPI: PCI Interrupt Link [C0F5] (IRQs 10 11) *0, disabled. ACPI: PCI Interrupt Link [C0F6] (IRQs *10 11) ACPI: Power Resource [C25C] (off) ACPI: Power Resource [C25D] (off) ACPI: Power Resource [C25E] (off) ACPI: Power Resource [C25F] (off) Linux Plug and Play Support v0.97 © Adam Belay pnp: PnP ACPI init pnp: PnP ACPI: found 12 devices PnPBIOS: Disabled PCI: Using ACPI for IRQ routing PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report PCI: Cannot allocate resource region 7 of bridge 0000:00:04.0 PCI: Cannot allocate resource region 8 of bridge 0000:00:04.0 PCI: Cannot allocate resource region 9 of bridge 0000:00:04.0 PCI: Cannot allocate resource region 7 of bridge 0000:00:05.0 PCI: Cannot allocate resource region 8 of bridge 0000:00:05.0 PCI: Cannot allocate resource region 9 of bridge 0000:00:05.0 pnp: 00:09: ioport range 0x40b-0x40b has been reserved pnp: 00:09: ioport range 0x4d0-0x4d1 has been reserved pnp: 00:09: ioport range 0x4d6-0x4d6 has been reserved pnp: 00:0a: ioport range 0x8000-0x802f could not be reserved pnp: 00:0a: ioport range 0x8100-0x811f could not be reserved PCI: Bridge: 0000:00:01.0 IO window: 2000-2fff MEM window: d0400000-d07fffff PREFETCH window: c0000000-cfffffff PCI: Bridge: 0000:00:04.0 IO window: disabled. MEM window: disabled. PREFETCH window: disabled. PCI: Bridge: 0000:00:05.0 IO window: disabled. MEM window: disabled. PREFETCH window: disabled. PCI: Bus 3, cardbus bridge: 0000:02:04.0 IO window: 00001000-000010ff IO window: 00001400-000014ff PREFETCH window: 30000000-31ffffff MEM window: 32000000-33ffffff PCI: Bridge: 0000:00:14.4 IO window: 1000-1fff MEM window: d0000000-d03fffff PREFETCH window: 30000000-31ffffff PCI: Setting latency timer of device 0000:00:04.0 to 64 PCI: Setting latency timer of device 0000:00:05.0 to 64 ACPI: PCI Interrupt 0000:02:04.0[A] -> GSI 20 (level, low) -> IRQ 16 NET: Registered protocol family 2 IP route cache hash table entries: 4096 (order: 2, 16384 bytes) TCP established hash table entries: 16384 (order: 5, 131072 bytes) TCP bind hash table entries: 8192 (order: 4, 65536 bytes) TCP: Hash tables configured (established 16384 bind 8192) TCP reno registered apm: BIOS not found. audit: initializing netlink socket (disabled) audit(1193258686.464:1): initialized Total HugeTLB memory allocated, 0 VFS: Disk quotas dquot_6.5.1 Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) Initializing Cryptographic API io scheduler noop registered io scheduler anticipatory registered (default) io scheduler deadline registered io scheduler cfq registered PCI: Setting latency timer of device 0000:00:04.0 to 64 pcie_portdrv_probe->Dev[5a36:1002] has invalid IRQ. Check vendor BIOS assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:04.0:pcie00] Allocate Port Service[0000:00:04.0:pcie01] Allocate Port Service[0000:00:04.0:pcie02] PCI: Setting latency timer of device 0000:00:05.0 to 64 pcie_portdrv_probe->Dev[5a37:1002] has invalid IRQ. Check vendor BIOS assign_interrupt_mode Found MSI capability Allocate Port Service[0000:00:05.0:pcie00] Allocate Port Service[0000:00:05.0:pcie01] Allocate Port Service[0000:00:05.0:pcie02] vesafb: framebuffer at 0xc0000000, mapped to 0xd8880000, using 3750k, total 131072k vesafb: mode is 800x600x16, linelength=1600, pages=135 vesafb: protected mode interface info at c000:53c7 vesafb: scrolling: redraw vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0 bootsplash 3.1.6-2004/03/31: looking for picture...<6> silentjpeg size 197324 bytes,<6>...found (800x600, 197276 bytes, v3). Console: switching to colour frame buffer device 93x31 fb0: VESA VGA frame buffer device isapnp: Scanning for PnP cards... isapnp: No Plug & Play device found Real Time Clock Driver v1.12ac Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled ACPI: PCI Interrupt 0000:00:14.6[B] -> GSI 17 (level, low) -> IRQ 17 ACPI: PCI interrupt for device 0000:00:14.6 disabled RAMDISK driver initialized: 16 RAM disks of 32000K size 1024 blocksize Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx ATIIXP: IDE controller at PCI slot 0000:00:14.1 ACPI: PCI Interrupt 0000:00:14.1[A] -> GSI 16 (level, low) -> IRQ 18 ATIIXP: chipset revision 0 ATIIXP: not 100% native mode: will probe irqs later ide0: BM-DMA at 0x3010-0x3017, BIOS settings: hda:DMA, hdb:pio ide1: BM-DMA at 0x3018-0x301f, BIOS settings: hdc:DMA, hdd:pio Probing IDE interface ide0... hda: ST960822A, ATA DISK drive ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 Probing IDE interface ide1... hdc: MATSHITAUJ-840D, ATAPI CD/DVD-ROM drive ide1 at 0x170-0x177,0x376 on irq 15 hda: max request size: 512KiB hda: 117210240 sectors (60011 MB) w/8192KiB Cache, CHS=16383/255/63, UDMA(100) hda: cache flushes supported hda: hda1 hda2 < hda5 hda6 hda7 hda8 hda9 > PNP: PS/2 Controller [PNP0303:C1C0,PNP0f13:C1C1] at 0x60,0x64 irq 1,12 i8042.c: Detected active multiplexing controller, rev 1.1. serio: i8042 AUX0 port at 0x60,0x64 irq 12 serio: i8042 AUX1 port at 0x60,0x64 irq 12 serio: i8042 AUX2 port at 0x60,0x64 irq 12 serio: i8042 AUX3 port at 0x60,0x64 irq 12 serio: i8042 KBD port at 0x60,0x64 irq 1 mice: PS/2 mouse device common for all mice md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27 md: bitmap version 4.39 TCP bic registered NET: Registered protocol family 1 Using IPI No-Shortcut mode ACPI wakeup devices: C046 C0AA C1CA C0DC C0E2 C0E7 C1CC C1CD ACPI: (supports S0 S3 S4 S5) BIOS EDD facility v0.16 2004-Jun-25, 1 devices found Freeing unused kernel memory: 244k freed input: AT Translated Set 2 keyboard as /class/input/input0 EXT3-fs: INFO: recovery required on readonly filesystem. EXT3-fs: write access will be enabled during recovery. Synaptics Touchpad, model: 1, fw: 6.2, id: 0x1a0b1, caps: 0xa04713/0x200000 input: SynPS/2 Synaptics TouchPad as /class/input/input1 kjournald starting. Commit interval 5 seconds EXT3-fs: hda6: orphan cleanup on readonly fs ext3_orphan_cleanup: deleting unreferenced inode 630210 ext3_orphan_cleanup: deleting unreferenced inode 228359 ext3_orphan_cleanup: deleting unreferenced inode 228380 EXT3-fs: hda6: 3 orphan inodes deleted EXT3-fs: recovery complete. EXT3-fs: mounted filesystem with ordered data mode. ts: Compaq touchscreen protocol output usbcore: registered new driver usbfs usbcore: registered new driver hub ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI) ACPI: PCI Interrupt 0000:00:13.0[A] -> GSI 19 (level, low) -> IRQ 19 ohci_hcd 0000:00:13.0: OHCI Host Controller ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 1 ohci_hcd 0000:00:13.0: irq 19, io mem 0xd0800000 usb usb1: configuration #1 chosen from 1 choice hub 1-0:1.0: USB hub found hub 1-0:1.0: 4 ports detected ACPI: PCI Interrupt 0000:00:13.1[A] -> GSI 19 (level, low) -> IRQ 19 ohci_hcd 0000:00:13.1: OHCI Host Controller ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 2 ohci_hcd 0000:00:13.1: irq 19, io mem 0xd0801000 usb usb2: configuration #1 chosen from 1 choice hub 2-0:1.0: USB hub found hub 2-0:1.0: 4 ports detected ACPI: PCI Interrupt 0000:00:13.2[A] -> GSI 19 (level, low) -> IRQ 19 ehci_hcd 0000:00:13.2: EHCI Host Controller ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 3 ehci_hcd 0000:00:13.2: irq 19, io mem 0xd0802000 ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 usb usb3: configuration #1 chosen from 1 choice hub 3-0:1.0: USB hub found hub 3-0:1.0: 8 ports detected ieee1394: Initialized config rom entry `ip1394' ACPI: PCI Interrupt 0000:02:04.2[C] -> GSI 21 (level, low) -> IRQ 21 ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[21] MMIO=[d0013000-d00137ff] Max Packet=[2048] IR/IT contexts=[4/8] ohci_hcd 0000:00:13.1: wakeup usb 2-1: new full speed USB device using ohci_hcd and address 3 usb 2-1: configuration #1 chosen from 1 choice ieee1394: Host added: ID:BUS[0-00:1023] GUID[00023f9929053f0a] usb 2-3: new low speed USB device using ohci_hcd and address 4 Non-volatile memory driver v1.2 usb 2-3: configuration #1 chosen from 1 choice Linux agpgart interface v0.101 © Dave Jones usb 2-4: new full speed USB device using ohci_hcd and address 5 usb 2-4: configuration #1 chosen from 1 choice usbcore: registered new driver hiddev ACPI: PCI Interrupt 0000:02:04.3[B] -> GSI 21 (level, low) -> IRQ 21 input: Microsoft Microsoft Notebook/Mobile Optical Mouse 2.0 as /class/input/input2 input: USB HID v1.10 Mouse [Microsoft Microsoft Notebook/Mobile Optical Mouse 2.0] on usb-0000:00:13.1-3 usbcore: registered new driver usbhid drivers/usb/input/hid-core.c: v2.6:USB HID core driver usbcore: registered new driver usbmouse drivers/usb/input/usbmouse.c: v1.6:USB HID Boot Protocol mouse driver Bluetooth: Core ver 2.8 NET: Registered protocol family 31 Bluetooth: HCI device and connection manager initialized Bluetooth: HCI socket layer initialized Bluetooth: HCI USB driver ver 2.9 usbcore: registered new driver hci_usb sdhci: Secure Digital Host Controller Interface driver, 0.12 sdhci: Copyright© Pierre Ossman sdhci: SDHCI controller found at 0000:02:04.4 [104c:8034] (rev 0) ACPI: PCI Interrupt 0000:02:04.4[C] -> GSI 21 (level, low) -> IRQ 21 mmc0: SDHCI at 0xd001a000 irq 21 DMA mmc1: SDHCI at 0xd001b000 irq 21 DMA mmc2: SDHCI at 0xd001c000 irq 21 DMA ACPI: CPU0 (power states: C1[C1] C3[C3]) ACPI: Processor [C000] (supports 8 throttling states) powernow-k8: Found 1 AMD Athlon 64 / Opteron processors (version 1.60.2) powernow-k8: 0 : fid 0x8 (1600 MHz), vid 0x4 (1450 mV) powernow-k8: 1 : fid 0x0 (800 MHz), vid 0x16 (1000 mV) cpu_init done, current fid 0x8, vid 0x2 powernow-k8: ph2 null fid transition 0x8 Bluetooth: L2CAP ver 2.8 Bluetooth: L2CAP socket layer initialized Floppy drive(s): fd0 is 1.44M Bluetooth: RFCOMM socket layer initialized Bluetooth: RFCOMM TTY layer initialized Bluetooth: RFCOMM ver 1.7 Bluetooth: HIDP (Human Interface Emulation) ver 1.1 floppy0: no floppy controllers found ACPI: PCI Interrupt 0000:02:04.0[A] -> GSI 20 (level, low) -> IRQ 16 Yenta: CardBus bridge found at 0000:02:04.0 [103c:308b] Yenta: Enabling burst memory read transactions Yenta: Using INTVAL to route CSC interrupts to PCI Yenta: Routing CardBus interrupts to PCI Yenta TI: socket 0000:02:04.0, mfunc 0x01a11b22, devctl 0x64 Yenta: ISA IRQ mask 0x0ef8, PCI irq 16 Socket status: 30000006 pcmcia: parent PCI bridge I/O window: 0x1000 - 0x1fff cs: IO port probe 0x1000-0x1fff: clean. pcmcia: parent PCI bridge Memory window: 0xd0000000 - 0xd03fffff pcmcia: parent PCI bridge Memory window: 0x30000000 - 0x31ffffff cs: IO port probe 0x100-0x3af: excluding 0x378-0x37f cs: IO port probe 0x3e0-0x4ff: clean. cs: IO port probe 0x820-0x8ff: clean. cs: IO port probe 0xc00-0xcf7: excluding 0xc00-0xc07 0xc10-0xc17 0xc50-0xc57 0xc68-0xc6f 0xcd0-0xcdf cs: IO port probe 0xa00-0xaff: clean. device-mapper: 4.6.0-ioctl (2006-02-17) initialised: dm-devel@redhat.com EXT3 FS on hda6, internal journal Adding 302360k swap on /dev/hda5. Priority:-1 extents:1 across:302360k kjournald starting. Commit interval 5 seconds EXT3 FS on hda7, internal journal EXT3-fs: mounted filesystem with ordered data mode. NTFS driver 2.1.27 [Flags: R/O DEBUG MODULE]. NTFS volume version 3.1. fuse init (API version 7.6) loop: loaded (max 8 devices, max 1 partitions per device) hdc: ATAPI 24X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, (U)DMA Uniform CD-ROM driver Revision: 3.20 bootsplash 3.1.6-2004/03/31: looking for picture...<6> silentjpeg size 197324 bytes,<6>...found (800x600, 197276 bytes, v3). bootsplash: status on console 0 changed to on ACPI: AC Adapter [C173] (on-line) ACPI: Battery Slot [C175] (battery present) ACPI: Battery Slot [C174] (battery absent) ACPI: Power Button (FF) [PWRF] ACPI: Sleep Button (CM) [C1EC] ACPI: Lid Switch [C1ED] ACPI: Fan [C260] (off) ACPI: Fan [C261] (off) ACPI: Fan [C262] (off) ACPI: Fan [C263] (off) Using specific hotkey driver ACPI: Thermal Zone [TZ1] (65 C) ACPI: Thermal Zone [TZ2] (56 C) ACPI: Thermal Zone [TZ3] (33 C) ACPI: Video Device [C048_C047] (multi-head: yes rom: no post: no) NET: Registered protocol family 10 lo: Disabled Privacy Extensions IPv6 over IPv4 tunneling driver process `sysctl' is using deprecated sysctl (syscall) net.ipv6.neigh.lo.base_reachable_time; Use net.ipv6.neigh.lo.base_reachable_time_ms instead. NET: Registered protocol family 17 ACPI: PCI Interrupt 0000:00:14.5[B] -> GSI 17 (level, low) -> IRQ 17 tg3.c:v3.59.1 (August 25, 2006) ACPI: PCI Interrupt 0000:02:01.0[A] -> GSI 23 (level, low) -> IRQ 20 eth0: Tigon3 [partno(BCM95788A50) rev 3003 PHY(5705)] (PCI:33MHz:32-bit) 10/100/1000BaseT Ethernet 00:0f:b0:74:23:9c eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] Split[0] WireSpeed[0] TSOcap[1] eth0: dma_rwctrl[763f0000] dma_mask[32-bit] PM: Writing back config space on device 0000:02:01.0 at offset c (was ff5f0000, writing 0) PM: Writing back config space on device 0000:02:01.0 at offset b (was 3ed173b, writing 308b103c) PM: Writing back config space on device 0000:02:01.0 at offset 3 (was 0, writing 4010) PM: Writing back config space on device 0000:02:01.0 at offset 2 (was 2000000, writing 2000003) PM: Writing back config space on device 0000:02:01.0 at offset 1 (was 2b00000, writing 2b00006) PM: Writing back config space on device 0000:02:01.0 at offset 0 (was 3ed173b, writing 169c14e4) ADDRCONF(NETDEV_UP): eth0: link is not ready tg3: eth0: Link is up at 100 Mbps, full duplex. tg3: eth0: Flow control is off for TX and off for RX. ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready fglrx: module license 'Proprietary. © 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel. [fglrx] Maximum main memory to use for locked dma buffers: 314 MBytes. [fglrx] module loaded - fglrx 8.34.8 [Feb 20 2007] on minor 0 ACPI: PCI Interrupt 0000:01:05.0[A] -> GSI 17 (level, low) -> IRQ 17 eth0: no IPv6 routers present [fglrx] total GART = 130023424 [fglrx] free GART = 114032640 [fglrx] max single GART = 114032640 [fglrx] total LFB = 134217728 [fglrx] free LFB = 122679296 [fglrx] max single LFB = 122679296 [fglrx] total Inv = 0 [fglrx] free Inv = 0 [fglrx] max single Inv = 0 [fglrx] total TIM = 0 bootsplash 3.1.6-2004/03/31: looking for picture...<6>...found (800x600, 14222 bytes, v3). bootsplash: status on console 0 changed to on bootsplash 3.1.6-2004/03/31: looking for picture...<6>...found (800x600, 14222 bytes, v3). bootsplash: status on console 1 changed to on bootsplash 3.1.6-2004/03/31: looking for picture...<6>...found (800x600, 14222 bytes, v3). bootsplash: status on console 2 changed to on bootsplash 3.1.6-2004/03/31: looking for picture...<6>...found (800x600, 14222 bytes, v3). bootsplash: status on console 3 changed to on bootsplash 3.1.6-2004/03/31: looking for picture...<6>...found (800x600, 14222 bytes, v3). bootsplash: status on console 4 changed to on bootsplash 3.1.6-2004/03/31: looking for picture...<6>...found (800x600, 14222 bytes, v3). bootsplash: status on console 5 changed to on APIC error on CPU0: 00(40) CSLIP: code copyright 1989 Regents of the University of California PPP generic driver version 2.4.2 PPP MPPE Compression module registered PPP BSD Compression module registered PPP Deflate Compression module registered APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) tg3: eth0: Link is down. PM: Writing back config space on device 0000:02:01.0 at offset b (was 3ed173b, writing 308b103c) PM: Writing back config space on device 0000:02:01.0 at offset 3 (was 0, writing 4010) PM: Writing back config space on device 0000:02:01.0 at offset 2 (was 2000000, writing 2000003) PM: Writing back config space on device 0000:02:01.0 at offset 1 (was 2b00000, writing 2b00006) PM: Writing back config space on device 0000:02:01.0 at offset 0 (was 3ed173b, writing 169c14e4) PM: Writing back config space on device 0000:02:01.0 at offset b (was 3ed173b, writing 308b103c) PM: Writing back config space on device 0000:02:01.0 at offset 3 (was 0, writing 4010) PM: Writing back config space on device 0000:02:01.0 at offset 2 (was 2000000, writing 2000003) PM: Writing back config space on device 0000:02:01.0 at offset 1 (was 2b00000, writing 2b00006) PM: Writing back config space on device 0000:02:01.0 at offset 0 (was 3ed173b, writing 169c14e4) ADDRCONF(NETDEV_UP): eth0: link is not ready APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) usb 3-5: new high speed USB device using ehci_hcd and address 5 usb 3-5: device not accepting address 5, error -71 usb 3-5: new high speed USB device using ehci_hcd and address 6 usb 3-5: device not accepting address 6, error -71 usb 3-5: new high speed USB device using ehci_hcd and address 7 APIC error on CPU0: 40(40) APIC error on CPU0: 40(40) [dimon@localhost ~]$
Спасибо сказали:
Аватара пользователя
Sunder
Сообщения: 630
Статус: Гордый пользователь нелегального софта
ОС: OpenSuSE 10.3 x64, Fedora 7

Re: USB Flash

Сообщение Sunder »

APIC error on CPU0: 40(40)
usb 3-5: new high speed USB device using ehci_hcd and address 5
usb 3-5: device not accepting address 5, error -71
usb 3-5: new high speed USB device using ehci_hcd and address 6
usb 3-5: device not accepting address 6, error -71
usb 3-5: new high speed USB device using ehci_hcd and address 7


А вот это реально плохо. Тут даже не доходит но подключения USB устройства в системе, lsusb и usbview его вообще не увидят...
Какой дистрибутив у вас ? Работают ли другие флешки или переносные винчестеры ? Может стоит обновить дистрибутив/ядро ? Похоже здесь иного выхода не остается. Еще неработающий APIC смущает...
Jabber: sunder@jabber.ru
Настоящий Операман должен построить дом, посадить дерево и сделать из лисы чучело !
Спасибо сказали:
Аватара пользователя
ДимOn
Сообщения: 192
ОС: Debian GNU/Linux

Re: USB Flash

Сообщение ДимOn »

Дистрибутив LAR 2007.1 + Контрибы.
Все работало с этим дистрибутивом, до того дня пока я не переустановил его.
Устанавливал как обычно, единственное в этот раз выбрал еще и рабочую среду GNOME.
Спасибо сказали:
Аватара пользователя
Sunder
Сообщения: 630
Статус: Гордый пользователь нелегального софта
ОС: OpenSuSE 10.3 x64, Fedora 7

Re: USB Flash

Сообщение Sunder »

Попробуйте Mandriva 2008, почему бы нет :)
Гном думаю, абсолютно не причем, может ранее стоявший дистрибутив обновлялся (ядро) а свежеустановленный нет, вот и возникла низкоуровневая ошибка ?
Jabber: sunder@jabber.ru
Настоящий Операман должен построить дом, посадить дерево и сделать из лисы чучело !
Спасибо сказали:
Аватара пользователя
Juliette
Сообщения: 5058
Статус: ROSA Lab
ОС: Ubuntu LTS, Mandriva 2011

Re: USB Flash

Сообщение Juliette »

Sunder писал(а):
25.10.2007 00:19
Попробуйте Mandriva 2008, почему бы нет :)
Гном думаю, абсолютно не причем, может ранее стоявший дистрибутив обновлялся (ядро) а свежеустановленный нет, вот и возникла низкоуровневая ошибка ?

Чорт его знает, тут где-то тема проскакивала, чел установил на рабочей Мандриве Гном, и у него слетело пол-КДЕ.
Спасибо сказали:
Аватара пользователя
ДимOn
Сообщения: 192
ОС: Debian GNU/Linux

Re: USB Flash

Сообщение ДимOn »

Дистрибутив стоял тот же и ядро никогда не обновлял.
Спасибо сказали:
Shishka
Сообщения: 140
ОС: Linux XP,Mandrake Linux 10.0

Re: USB Flash

Сообщение Shishka »

Мне почему-то кажется ,что лучше всего попытаться еще раз переустановить систему в режиме восстановления (или обновления), а лучше всего,пеереустановить заново.Меньше головной боли и нервных трат. :rolleyes:
Спасибо сказали:
Аватара пользователя
SinClaus
Сообщения: 1952
Статус: Мучитель Мандривы
ОС: Arch,BSD

Re: USB Flash

Сообщение SinClaus »

В общем, я уже проходил через это дело. Флешку форматировал в Винде?
Причина обычно в том, что Линух не понимает кодов ФС, которые ставит винда.
Я справился очень просто: в Линуксе убил партишн на флешке, создал по новой с типом 6 и сделал mkdosfs /dev/sdX где Х - ваша буква куда обычно монтируется флешика. Естествено все делалось в консоли.
Спасибо сказали:
Аватара пользователя
Juliette
Сообщения: 5058
Статус: ROSA Lab
ОС: Ubuntu LTS, Mandriva 2011

Re: USB Flash

Сообщение Juliette »

ДимOn, таки там в чём проблема? только с одной конкретной флешкой чтоли? или вообще перестал видеть? а то мы тут из-за одной флешки систему переставлять собрались :)
Спасибо сказали:
Аватара пользователя
Sunder
Сообщения: 630
Статус: Гордый пользователь нелегального софта
ОС: OpenSuSE 10.3 x64, Fedora 7

Re: USB Flash

Сообщение Sunder »

SinClaus писал(а):
25.10.2007 15:17
В общем, я уже проходил через это дело. Флешку форматировал в Винде?
Причина обычно в том, что Линух не понимает кодов ФС, которые ставит винда.
Я справился очень просто: в Линуксе убил партишн на флешке, создал по новой с типом 6 и сделал mkdosfs /dev/sdX где Х - ваша буква куда обычно монтируется флешика. Естествено все делалось в консоли.


Судя по dmesg у него до файловой системы вообще дело не доходит, тут не видно USB устройство вообще, то есть ошибка USB стека ядра. А коды ФС вроде Linux отлично понимает. Но все равно ваш метод тоже стоит попробовать.

Лично я видел такую ошибку: загружаемся с LiveCD SLAX, ядро 2.6.16, подключаем IDE/USB винт - ошибка USB стека. Хотя на любой ОС с 2.6.22 все отлично видится и монтируется.
Jabber: sunder@jabber.ru
Настоящий Операман должен построить дом, посадить дерево и сделать из лисы чучело !
Спасибо сказали:
Аватара пользователя
ДимOn
Сообщения: 192
ОС: Debian GNU/Linux

Re: USB Flash

Сообщение ДимOn »

Извеяюсь за созданную мной тему. :blush:

Нашел причину, оказываеться на флешки появился физический дифект, откуда не знаю, может уронил, может в кармане чем-то прижал,
USB-штекер немного начал, балтаться, проверил ее очередной раз в винде, она там щас монтируется как устройство USB 1,
видать по этомулинукс ее не хочет понимать как USB 1.

Прийдется менять флешку. :console:
Спасибо сказали:
Аватара пользователя
Sunder
Сообщения: 630
Статус: Гордый пользователь нелегального софта
ОС: OpenSuSE 10.3 x64, Fedora 7

Re: USB Flash

Сообщение Sunder »

ДимOn писал(а):
26.10.2007 00:40
Извеяюсь за созданную мной тему. :blush:

Нашел причину, оказываеться на флешки появился физический дифект, откуда не знаю, может уронил, может в кармане чем-то прижал,
USB-штекер немного начал, балтаться, проверил ее очередной раз в винде, она там щас монтируется как устройство USB 1,
видать по этомулинукс ее не хочет понимать как USB 1.

Прийдется менять флешку. :console:


Переносной HDD - лучшая флешка :)
Jabber: sunder@jabber.ru
Настоящий Операман должен построить дом, посадить дерево и сделать из лисы чучело !
Спасибо сказали: