Page 5 of 6

Posted: Wed 06 Dec 2006, 19:53
by pakt
zikarus wrote:I cannot run the LiveCD or from USB because my USB driven Logitech keyboard and mouse are not recognized so that I cannot get on during the start-up process when it wants me to choose a language/keyboard layout...

Is there any way around this issue (besides searching for an old cable keyboard of course :-) or any modification that can easily be implemented?
zikarus, I may be able to help you. Is there any way you can run the following command with your USB kbd and mouse plugged in and post the results:

# cat /proc/bus/usb/devices

That may give a clue why your keyboard and mouse are not detected.
Paul

Posted: Thu 07 Dec 2006, 17:20
by zikarus
Dear Paul,

thanks for your help.

I have no other keyboard besides this cordless (argh, I forgot to mention this detail before, didn't I?) here in my office. I have therefore run your command under Backtrack, which seems to have no problem with my keyboard/mouse combo.

Here is the (shortened) output:

T: Bus=03 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 4
B: Alloc= 28/900 us ( 3%), #Int= 2, #Iso= 0
D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=0000 ProdID=0000 Rev= 2.06
S: Manufacturer=Linux 2.6.18-rc5 ohci_hcd
S: Product=OHCI Host Controller
S: SerialNumber=0000:00:02.1
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms

T: Bus=03 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=1.5 MxCh= 0
D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=046d ProdID=c502 Rev=11.40
S: Manufacturer=Logitech
S: Product=USB Receiver
C:* #Ifs= 2 Cfg#= 1 Atr=a0 MxPwr= 50mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=01 Driver=usbhid
E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=10ms
I: If#= 1 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=02 Driver=usbhid
E: Ad=82(I) Atr=03(Int.) MxPS= 8 Ivl=10ms


T: Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 4
B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0
D: Ver= 1.10 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=0000 ProdID=0000 Rev= 2.06
S: Manufacturer=Linux 2.6.18-rc5 ohci_hcd
S: Product=OHCI Host Controller
S: SerialNumber=0000:00:02.0
C:* #Ifs= 1 Cfg#= 1 Atr=e0 MxPwr= 0mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
E: Ad=81(I) Atr=03(Int.) MxPS= 2 Ivl=255ms

... (more host controllers following)

Hope that helps.

BR
zikarus

Btw. I have the same issue with another type of cordless Logitech keyboard/mouse combo at home...

Muppy-006-212 release?

Posted: Thu 07 Dec 2006, 18:45
by puppyfan12
Muppy-006-212.iso
44e1488789d7ab00e7436633af1bd6ee Muppy-006-212.iso

Is this the real thing or a hoax? I haven't been able to find any info about this being released yet.

Is there an official website or something for the muppy distro that lists release and version info?

Posted: Thu 07 Dec 2006, 18:50
by zikarus
No, it does not seem to be a hoax but the real stuff :-)

No homepage as far as I know, but this forum/thread is the right address to stay tuned...

BR
zikarus

Posted: Thu 07 Dec 2006, 19:56
by MU
I uploaded it while I was away to work.

version 006:

http://www.murga-linux.com/puppy/viewtopic.php?t=13510

If I get no reports about serious bugs, I'll delete the older versions next week :)

No, no webpage yet.
Maybe in early 2007.
I'm too busy with work/coding. And maybe women, lets see what happens ;)

Mark

Posted: Thu 07 Dec 2006, 20:01
by pakt
zikarus wrote: T: Bus=03 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 2 Spd=1.5 MxCh= 0
D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=046d ProdID=c502 Rev=11.40
S: Manufacturer=Logitech
S: Product=USB Receiver
C:* #Ifs= 2 Cfg#= 1 Atr=a0 MxPwr= 50mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=01 Driver=usbhid
E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=10ms
I: If#= 1 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=02 Driver=usbhid
E: Ad=82(I) Atr=03(Int.) MxPS= 8 Ivl=10ms
Yes, it is as I suspected. In 2.12 (on which Muppy is based) the script /etc/rc.d/rc.local0 checks for a USB mouse by examining all of the lines returned by "cat /proc/bus/usb/devices" for "mouse|trackball|netscroll|bt mini\-receiver". Your info contains "USB Receiver" which is NOT detected by the script.

I have suggested to Barry that the test be made on "Cls=03(HID ) Sub=01 Prot=02" which, as far as I have been able to determine, is a more reliable way to detect a USB mouse.

If you would like to test this, edit /etc/rc.d/rc.local0 and change line 191 from
[ ! "`cat /proc/bus/usb/devices 2>/dev/null | grep -i --extended-regexp "mouse|trackball|netscroll|bt mini\-receiver"`" = "" ] && USBMOUSEDEV="input/mice"
to
[ ! "`cat /proc/bus/usb/devices 2>/dev/null | grep -i "Cls=03(HID ) Sub=01 Prot=02"`" = "" ] && USBMOUSEDEV="input/mice"
Don't forget to reboot after modifying the file or Puppy won't save the change to pup_save.3fs. After rebooting, your mouse (and keyboard) should be detected.

Hope it works :)
Paul

Posted: Thu 07 Dec 2006, 20:18
by zikarus
Hey that is good news!
Will try that out tomorrow at work.
Thx Paul

Posted: Fri 08 Dec 2006, 05:14
by jared
Mark,

Thanks!

I have installed muppy and I have not been happier or more productive with an OS since I left Mac OS 10.4.

http://s124.photobucket.com/albums/p24/ ... esktop.jpg

Jared

Posted: Fri 08 Dec 2006, 13:41
by zikarus
pakt wrote: Yes, it is as I suspected. In 2.12 (on which Muppy is based) the script /etc/rc.d/rc.local0 checks for a USB mouse by examining all of the lines returned by "cat /proc/bus/usb/devices" for "mouse|trackball|netscroll|bt mini\-receiver". Your info contains "USB Receiver" which is NOT detected by the script.

I have suggested to Barry that the test be made on "Cls=03(HID ) Sub=01 Prot=02" which, as far as I have been able to determine, is a more reliable way to detect a USB mouse.

If you would like to test this, edit /etc/rc.d/rc.local0 and change line 191 from
[ ! "`cat /proc/bus/usb/devices 2>/dev/null | grep -i --extended-regexp "mouse|trackball|netscroll|bt mini\-receiver"`" = "" ] && USBMOUSEDEV="input/mice"
to
[ ! "`cat /proc/bus/usb/devices 2>/dev/null | grep -i "Cls=03(HID ) Sub=01 Prot=02"`" = "" ] && USBMOUSEDEV="input/mice"
Don't forget to reboot after modifying the file or Puppy won't save the change to pup_save.3fs. After rebooting, your mouse (and keyboard) should be detected.

Hope it works :)
Paul

It does Paul :-) - thx a lot!!!!

BR
zikarus

Posted: Fri 08 Dec 2006, 18:54
by pakt
zikarus, glad you got it working :)

Paul

muppy website

Posted: Fri 08 Dec 2006, 21:48
by puppyfan12
MU wrote: No, no webpage yet.
Maybe in early 2007.
I'm too busy with work/coding. And maybe women, lets see what happens ;)

Mark
Mark I want to thank you for making muppy and for all the posts and information you've contributed to this forum.

I came across puppy/muppy looking for linux distros designed to run on old hardware. I have been using dsl, puppy and muppy for a couple days on a spare machine that I'm giving away to someone running for town council who's never used a computer before. The speed is acceptible on the old hardware (it's only an amd k6-2 266, 128mb ram and 512mb ide hdd).

I setup muppy dual boot on my XP machine and it's darn fast on this machine. (amd 3000+, 1gb ram, geforce4 ti 4200, wd raptor 36gb 10,000rpm sata drive)

I'm so impressed with how fast it runs I'm going to move all my firefox and thunderbird email from windows XP into muppy and use it as my primary OS.

I'd be happy to setup a muppy website for you as my contribution back to you and the open source community.

I can setup a CMS and give you admin permissions to upload files and add whatever muppy related information you want.