* [comm] USB 2.0
@ 2004-12-22 9:38 Шишков Евгений
2004-12-22 10:04 ` Igor V.Marenkov aka some_x
2004-12-22 10:05 ` [Comm] " Vitaly Ostanin
0 siblings, 2 replies; 10+ messages in thread
From: Шишков Евгений @ 2004-12-22 9:38 UTC (permalink / raw)
To: community
Всем привет.
Подключил внешний жесткий диск. А он качает 600Kb/sec, что есть USB1.1
Подскажите plz где мозги подкрутить, чтоб работало как 2.0
Под мастдайкой этот винт качает 15..18Mb
--
С уважением,
Шишков Евгений (evgen@tulanews.ru)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [comm] USB 2.0
2004-12-22 9:38 [comm] USB 2.0 Шишков Евгений
@ 2004-12-22 10:04 ` Igor V.Marenkov aka some_x
2004-12-22 10:05 ` [Comm] " Vitaly Ostanin
1 sibling, 0 replies; 10+ messages in thread
From: Igor V.Marenkov aka some_x @ 2004-12-22 10:04 UTC (permalink / raw)
To: community
Шишков Евгений wrote:
> Всем привет.
>
> Подключил внешний жесткий диск. А он качает 600Kb/sec, что есть USB1.1
> Подскажите plz где мозги подкрутить, чтоб работало как 2.0
> Под мастдайкой этот винт качает 15..18Mb
В /etc/modules.conf стррока
alias usb-interface ehci-hcd
имеется?
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Comm] Re: USB 2.0
2004-12-22 9:38 [comm] USB 2.0 Шишков Евгений
2004-12-22 10:04 ` Igor V.Marenkov aka some_x
@ 2004-12-22 10:05 ` Vitaly Ostanin
2004-12-22 11:10 ` Шишков Евгений
2004-12-23 11:34 ` Igor V.Marenkov aka some_x
1 sibling, 2 replies; 10+ messages in thread
From: Vitaly Ostanin @ 2004-12-22 10:05 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 471 bytes --]
Шишков Евгений пишет:
> Всем привет.
>
> Подключил внешний жесткий диск. А он качает 600Kb/sec, что есть USB1.1
> Подскажите plz где мозги подкрутить, чтоб работало как 2.0
> Под мастдайкой этот винт качает 15..18Mb
Возможно, не настроен usb контроллер. Покажите вывод lsmod и
/etc/modules.conf
У меня для ядра 2.6 и чипсета i845:
alias usb-interface uhci-hcd
alias usb-interface1 ehci-hcd
<skipped/>
--
Regards, Vyt
mailto: vyt@vzljot.ru
JID: vyt@vzljot.ru
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] Re: USB 2.0
2004-12-22 10:05 ` [Comm] " Vitaly Ostanin
@ 2004-12-22 11:10 ` Шишков Евгений
2004-12-22 11:21 ` Vitaly Ostanin
2004-12-23 11:34 ` Igor V.Marenkov aka some_x
1 sibling, 1 reply; 10+ messages in thread
From: Шишков Евгений @ 2004-12-22 11:10 UTC (permalink / raw)
To: community
Vitaly Ostanin пишет:
> Шишков Евгений пишет:
>
>> Всем привет.
>>
>> Подключил внешний жесткий диск. А он качает 600Kb/sec, что есть USB1.1
>> Подскажите plz где мозги подкрутить, чтоб работало как 2.0
>> Под мастдайкой этот винт качает 15..18Mb
>
>
> Возможно, не настроен usb контроллер. Покажите вывод lsmod и
> /etc/modules.conf
>
> У меня для ядра 2.6 и чипсета i845:
>
> alias usb-interface uhci-hcd
> alias usb-interface1 ehci-hcd
lsmod:
Module Size Used by Tainted: P
sg 31644 0 (autoclean)
floppy 50968 0 (autoclean)
vfat 9708 0 (autoclean)
fat 32088 0 (autoclean) [vfat]
ntfs 78572 0 (autoclean)
usb-storage 141088 0
sr_mod 15152 2 (autoclean)
cdrom 28000 0 (autoclean) [sr_mod]
binfmt_misc 6016 1
vmnet 21768 3
vmmon 37300 0 (unused)
parport_pc 32712 1 (autoclean)
lp 6720 0 (autoclean)
parport 24544 1 (autoclean) [parport_pc lp]
usb-uhci 24236 0 (unused)
usbcore 61248 1 [usb-storage usb-uhci]
modules.conf:
# Local configuration goes here.
# To inspect package defined part, see also /etc/modutils.d/
alias eth0 8139too
pre-install pcmcia_core CARDMGR_OPTS=-f /etc/rc.d/init.d/pcmcia start
probeall scsi_hostadapter ata_piix ide-scsi
options ide-cd ignore="hda"
alias usb-interface uhci-hcd
alias usb-interface1 ehci-hcd
alias scsi_hostadapter ata_piix
Ядро 2.4.26-std-smp-alt8
--
С уважением,
Шишков Евгений (evgen@tulanews.ru)
^ permalink raw reply [flat|nested] 10+ messages in thread
* [Comm] Re: USB 2.0
2004-12-22 11:10 ` Шишков Евгений
@ 2004-12-22 11:21 ` Vitaly Ostanin
2004-12-22 11:43 ` Шишков Евгений
0 siblings, 1 reply; 10+ messages in thread
From: Vitaly Ostanin @ 2004-12-22 11:21 UTC (permalink / raw)
To: community
[-- Attachment #1: Type: text/plain, Size: 1971 bytes --]
Шишков Евгений пишет:
> Vitaly Ostanin пишет:
>
>>Шишков Евгений пишет:
>>
>>
>>>Всем привет.
>>>
>>>Подключил внешний жесткий диск. А он качает 600Kb/sec, что есть USB1.1
>>>Подскажите plz где мозги подкрутить, чтоб работало как 2.0
>>>Под мастдайкой этот винт качает 15..18Mb
>>
>>
>>Возможно, не настроен usb контроллер. Покажите вывод lsmod и
>>/etc/modules.conf
>>
>>У меня для ядра 2.6 и чипсета i845:
>>
>>alias usb-interface uhci-hcd
>>alias usb-interface1 ehci-hcd
>
> lsmod:
> Module Size Used by Tainted: P
> sg 31644 0 (autoclean)
> floppy 50968 0 (autoclean)
> vfat 9708 0 (autoclean)
> fat 32088 0 (autoclean) [vfat]
> ntfs 78572 0 (autoclean)
> usb-storage 141088 0
> sr_mod 15152 2 (autoclean)
> cdrom 28000 0 (autoclean) [sr_mod]
> binfmt_misc 6016 1
> vmnet 21768 3
> vmmon 37300 0 (unused)
> parport_pc 32712 1 (autoclean)
> lp 6720 0 (autoclean)
> parport 24544 1 (autoclean) [parport_pc lp]
> usb-uhci 24236 0 (unused)
> usbcore 61248 1 [usb-storage usb-uhci]
Странно, ehci-hcd не загрузился. А если руками сказать
modprobe ehci-hdc
?
И вывод dmesg посмотреть.
> modules.conf:
> # Local configuration goes here.
> # To inspect package defined part, see also /etc/modutils.d/
>
> alias eth0 8139too
> pre-install pcmcia_core CARDMGR_OPTS=-f /etc/rc.d/init.d/pcmcia start
> probeall scsi_hostadapter ata_piix ide-scsi
> options ide-cd ignore="hda"
> alias usb-interface uhci-hcd
Если ничего не путаю, здесь ^^ должно быть usb-uhci.
> alias usb-interface1 ehci-hcd
> alias scsi_hostadapter ata_piix
>
> Ядро 2.4.26-std-smp-alt8
А мать какая?
<skipped/>
--
Regards, Vyt
mailto: vyt@vzljot.ru
JID: vyt@vzljot.ru
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] Re: USB 2.0
2004-12-22 11:21 ` Vitaly Ostanin
@ 2004-12-22 11:43 ` Шишков Евгений
2004-12-23 6:14 ` Шишков Евгений
0 siblings, 1 reply; 10+ messages in thread
From: Шишков Евгений @ 2004-12-22 11:43 UTC (permalink / raw)
To: community
Vitaly Ostanin пишет:
>>>> Подключил внешний жесткий диск. А он качает 600Kb/sec, что есть USB1.1
>>>> Подскажите plz где мозги подкрутить, чтоб работало как 2.0
>>>> Под мастдайкой этот винт качает 15..18Mb
Мать 865PE чипсет.
Поправил modules.conf (я деуствительно в нём накосячил, даже винт не
монтировался):
alias usb-interface usb-uhci
alias usb-interface1 ehci-hcd
lsmod:
usb-storage 141088 1
usb-uhci 24236 0 (unused)
usbcore 61248 1 [usb-storage usb-uhci]
scsi_mod 100584 6 [sg usb-storage sr_mod ide-scsi
ata_piix libata sd_mod]
Скорость 600K
--
С уважением,
Шишков Евгений (evgen@tulanews.ru)
ЗАО "СГ "Спасские ворота" ф-л в г.Тула
тел. (0872) 32-56-90
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] Re: USB 2.0
2004-12-22 11:43 ` Шишков Евгений
@ 2004-12-23 6:14 ` Шишков Евгений
2004-12-23 10:30 ` Michael Shigorin
0 siblings, 1 reply; 10+ messages in thread
From: Шишков Евгений @ 2004-12-23 6:14 UTC (permalink / raw)
To: community
Шишков Евгений пишет:
>>>>> Подключил внешний жесткий диск. А он качает 600Kb/sec, что есть USB1.1
>>>>> Подскажите plz где мозги подкрутить, чтоб работало как 2.0
>>>>> Под мастдайкой этот винт качает 15..18Mb
>
>
> Мать 865PE чипсет.
> Поправил modules.conf (я деуствительно в нём накосячил, даже винт не
> монтировался):
>
> alias usb-interface usb-uhci
> alias usb-interface1 ehci-hcd
>
> lsmod:
> usb-storage 141088 1
> usb-uhci 24236 0 (unused)
> usbcore 61248 1 [usb-storage usb-uhci]
> scsi_mod 100584 6 [sg usb-storage sr_mod ide-scsi
> ata_piix libata sd_mod]
>
> Скорость 600K
Господа, что можно ещё подкрутить, чтоб на 2.0 завести?
Так ведь и не работает.
--
С уважением,
Шишков Евгений (evgen@tulanews.ru)
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [Comm] Re: USB 2.0
2004-12-22 10:05 ` [Comm] " Vitaly Ostanin
2004-12-22 11:10 ` Шишков Евгений
@ 2004-12-23 11:34 ` Igor V.Marenkov aka some_x
2004-12-23 13:19 ` Vitaly Ostanin
1 sibling, 1 reply; 10+ messages in thread
From: Igor V.Marenkov aka some_x @ 2004-12-23 11:34 UTC (permalink / raw)
To: community
Vitaly Ostanin wrote:
>
> alias usb-interface uhci-hcd
> alias usb-interface1 ehci-hcd
>
Может я чего не понимаю, но помоему сия запись избыточно, разве строки
alias usb-interface ehci-hcd не достаточно, для нормальной жизни(у меня
работает).
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2004-12-23 13:19 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-22 9:38 [comm] USB 2.0 Шишков Евгений
2004-12-22 10:04 ` Igor V.Marenkov aka some_x
2004-12-22 10:05 ` [Comm] " Vitaly Ostanin
2004-12-22 11:10 ` Шишков Евгений
2004-12-22 11:21 ` Vitaly Ostanin
2004-12-22 11:43 ` Шишков Евгений
2004-12-23 6:14 ` Шишков Евгений
2004-12-23 10:30 ` Michael Shigorin
2004-12-23 11:34 ` Igor V.Marenkov aka some_x
2004-12-23 13:19 ` Vitaly Ostanin
ALT Linux Community general discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
public-inbox-index community
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.community
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git