From: "Sergei Epiphanov" <serpiph@mail.ru> To: mandrake-russian@linuxteam.iplabs.ru Subject: Re: [mdk-re] Re[2]: [mdk-re] Re[2]: [mdk-re] USB ÎÅ ÒÁÂÏÔÁÅÔ Date: Wed Dec 27 00:02:01 2000 Message-ID: <E14B1Fs-0009yD-00@f3.mail.ru> (raw) In-Reply-To: <522841565.20001226182045@mail.ru> -----Original Message----- From: Lenya Khachaturov <lenyak@mail.ru> To: Viacheslav Kaloshin <mandrake-russian@linuxteam.iplabs.ru> Date: Tue, 26 Dec 2000 18:20:45 +0300 Subject: [mdk-re] Re[2]: [mdk-re] Re[2]: [mdk-re] USB не работает у меня сейчас Red Hat 7.0 Вот что у нее: /etc/modules.conf: ... alias usb-controller usb-uhci ... /etc/rc.d/init.d/rc.sysinit ... usb=0 if ! grep -iq "nousb" /proc/cmdline 2>/dev/null && ! grep -q "usb" /proc/devices 2>/dev/null ; then alias=`egrep -s "^alias[[:space:]]+usb-controller[[:space:]]+" /etc/modules.conf | awk '{ print $3 }'` if [ -n "$alias" -a "$alias" != "off" ] ; then action "Initialize USB controller ($alias): " modprobe $alias [ $? -eq 0 ] && usb=1 fi fi if [ $usb = "1" ]; then sleep 5 action "Mounting USB filesystem: " mount -t usbdev usbdevfs /proc/bus/usb mouseoutput=`cat /proc/bus/usb/devices|grep -E "^I.*Cls=03.*Prot=02"` kbdoutput=`cat /proc/bus/usb/devices|grep -E "^I.*Cls=03.*Prot=01"` if [ -n "$kbdoutput" ] || [ -n "$mouseoutput" ]; then action "Init USB HID interfaces: " modprobe hid 2> /dev/null fi if [ -n "$kbdoutput" ]; then action "Init USB keyb: " modprobe keybdev fi if [ -n "$mouseoutput" ]; then action "Init USB keyb: " modprobe mousedev fi fi ... У меня это аботает нормально при обычных ядрах Ip Labs и RedHat 7.0, а также при сборке USB в качестве модулей. Сергей.
next prev parent reply other threads:[~2000-12-27 0:02 UTC|newest] Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top 2000-12-25 18:39 [mdk-re] USB не работает Lenya Khachaturov 2000-12-25 18:54 ` Viacheslav Kaloshin 2000-12-25 20:01 ` [mdk-re] Re[2]: " Lenya Khachaturov 2000-12-26 13:19 ` Viacheslav Kaloshin 2000-12-26 15:03 ` [mdk-re] Re[2]: [mdk-re] USB ÎÅ ÒÁÂÏÔÁÅÔ AB 2000-12-26 21:43 ` [mdk-re] Re[2]: [mdk-re] Re[2]: [mdk-re] USB не работает Lenya Khachaturov 2000-12-26 22:08 ` [mdk-re] Re[2]: [mdk-re] Re[2]: [mdk-re] USB ÎÅ ÒÁÂÏÔÁÅÔ AB 2000-12-27 0:02 ` Sergei Epiphanov [this message] 2000-12-27 12:31 ` AB 2000-12-27 19:15 ` [mdk-re] Re[2]: [mdk-re] Re[2]: [mdk-re] Re[2]: [mdk-re] USB не работает Lenya Khachaturov 2000-12-27 19:27 ` [mdk-re] Re[3]: " Lenya Khachaturov 2000-12-27 23:12 ` [mdk-re] Re[3]: [mdk-re] Re[2]: [mdk-re] Re[2]: [mdk-re] USB ÎÅ ÒÁÂÏÔÁÅÔ AB 2000-12-28 12:15 ` [mdk-re] Re[2]: [mdk-re] Re[3]: [mdk-re] Re[2]: [mdk-re] Re[2]: [mdk-re] USB не работает Lenya Khachaturov 2000-12-28 15:08 ` [mdk-re] USB ÎÅ ÒÁÂÏÔÁÅÔ Sergei Aranovsky 2000-12-27 19:30 ` [mdk-re] Re: [mdk-re] Re[2]: [mdk-re] Re[2]: [mdk-re] Re[2]: [mdk-re] USB не работает Alexander Bokovoy 2000-12-27 19:43 ` [mdk-re] " Lenya Khachaturov 2000-12-27 23:38 ` [mdk-re] Re[2]: [mdk-re] Re[2]: [mdk-re] Re[2]: [mdk-re] USB ÎÅ ÒÁÂÏÔÁÅÔ Sergei Epiphanov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=E14B1Fs-0009yD-00@f3.mail.ru \ --to=serpiph@mail.ru \ --cc=mandrake-russian@linuxteam.iplabs.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
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