Author Topic: Cacko FAQ and Bugz Database are available  (Read 45672 times)

mrente07

  • Newbie
  • *
  • Posts: 14
    • View Profile
    • http://
Cacko FAQ and Bugz Database are available
« Reply #15 on: February 08, 2005, 02:22:59 pm »
Quote
Does running "sudo modprobe usb-storage" do anything for you?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=66021\"][{POST_SNAPBACK}][/a][/div]
I tried this running and controlled with "lsmod" the modules were loaded. Now I got following messages after inserting the USB stick:
... hub.c: USB new device connect on bus1/1, assigned device number 3
... WARNING: USB Mass Storage data integrity not assured
... USB Mass Storage device found at 3
... /etc/hotplug/usb.agent: Setup for USB product ea0/2168/200

But I got no connection. Then I reflash my zaurus with V1.22 and tried again but without any improvements. Tomorrow I will check the hardware with the cacko V1.21 (to see, if there are no defects). Simultaneous I will compare the system messages and loaded modules (of V1.21) with the information of V1.22. Thanks till then ...
[span style=\'font-size:8pt;line-height:100%\']
C860, Cacko ROM V1.22A
SD Pretec 128MB
CF Sandisk UltraII 1GB
CFU1 Ratoc USB Adapter
billionton CF 10Base Ethernet
[/span]

mrente07

  • Newbie
  • *
  • Posts: 14
    • View Profile
    • http://
Cacko FAQ and Bugz Database are available
« Reply #16 on: February 09, 2005, 02:21:31 pm »
Quote
Tomorrow I will check the hardware with the cacko V1.21 (to see, if there are no defects). Simultaneous I will compare the system messages and loaded modules (of V1.21) with the information of V1.22. Thanks till then ...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=66151\"][{POST_SNAPBACK}][/a][/div]
Now I have done my checks. With cacko V1.21 the CFU USB card and the memory sticks work fine. With V1.22 I haven't got any connections. Then I compared the loaded modules and found out, that "sd_mod" isn't loaded as default. I used "modprobe" to load "sd_mod" and "usb-storage". After it I saw the connection signal of the memory sticks but I have no mount entry.

So I believe something is missing (maybe at "usb.distmap") to load all necessary modules and to create the mount. At my linux PC I have no file named "usb.distmap" (it is SuSE 9.2).  Have anybody an idea, which entries in which file(s) are necessary to use  my USB sticks (like vend/prod 0xea0/0x2168)?

Thanks a lot for any helps ...
[span style=\'font-size:8pt;line-height:100%\']
C860, Cacko ROM V1.22A
SD Pretec 128MB
CF Sandisk UltraII 1GB
CFU1 Ratoc USB Adapter
billionton CF 10Base Ethernet
[/span]

mrente07

  • Newbie
  • *
  • Posts: 14
    • View Profile
    • http://
Cacko FAQ and Bugz Database are available
« Reply #17 on: February 10, 2005, 11:48:59 am »
Okay, after a long search I found the entry for my USB memory which has to add into "usb.distmap". After adding I got no automatical connection, despite reboot.

I have to enter following commands to get a connection:
1.  modprobe sd_mod  (only once, but again after reboot)
2.  modprove usb-storage  (only once, but again after reboot)
3.  mount -f auto /dev/sda1 /mnt/usb ("/mnt/usb" should be exists)

Then I can work with the USB memory so long the zaurus is ON. After this I have to umount and to mount again. I hope this could help to give me any hint how I can realise a "plug + play" connection. Regards
[span style=\'font-size:8pt;line-height:100%\']
C860, Cacko ROM V1.22A
SD Pretec 128MB
CF Sandisk UltraII 1GB
CFU1 Ratoc USB Adapter
billionton CF 10Base Ethernet
[/span]

maslovsky

  • Hero Member
  • *****
  • Posts: 1426
    • View Profile
    • http://my-zaurus.narod.ru
Cacko FAQ and Bugz Database are available
« Reply #18 on: February 12, 2005, 05:54:51 pm »
You need to double-check that you've entered entries for your USB device properly. All the above modules should be loaded automaticaly and sctipts should be invoked, which mount the storage.

What are the messages in syslog when you connect your USB stick with the updated  config?

mrente07

  • Newbie
  • *
  • Posts: 14
    • View Profile
    • http://
Cacko FAQ and Bugz Database are available
« Reply #19 on: February 13, 2005, 04:44:15 am »
Quote
What are the messages in syslog when you connect your USB stick with the updated  config?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=66767\"][{POST_SNAPBACK}][/a][/div]
The message are the same:
... hub.c: USB new device connect on bus1/1, assigned device number 4
... usb.c: USB device 4 (vend/prod 0xea0/0x2168) is not claimed by any active driver
... /etc/hotplug/usb/.agent: Setup for USB product ea0/2168/200

It is a USB product: Trascend JetFlash 2.0 256M. Therefore I added the following line in usb.distmap (I think the position could be whatever):
usb-storage          0x000f 0x0ea0   0x2168   0x0200       0x0200      0x00         0x00            0x00            0x08            0x06           0x50            0x00000000
I had compared the entry with the USB information when I connected the USB memory on a PC. But I believe the entry data doesn't match with USB data what the zaurus got. I checked it also by rebooting the zaurus.

How can I see the detailed USB information at zaurus? Is it possible to activate the changed usb.distmap data without reboot? Thanks ...
[span style=\'font-size:8pt;line-height:100%\']
C860, Cacko ROM V1.22A
SD Pretec 128MB
CF Sandisk UltraII 1GB
CFU1 Ratoc USB Adapter
billionton CF 10Base Ethernet
[/span]

maslovsky

  • Hero Member
  • *****
  • Posts: 1426
    • View Profile
    • http://my-zaurus.narod.ru
Cacko FAQ and Bugz Database are available
« Reply #20 on: February 13, 2005, 08:25:12 am »
Try adding that line into /etc/hotplug/usb.handmap or usb.usermap files. No need to reboot, just unplug your stick. Let me know if it helps. If it doesn't read further

--------------------------------------

The long story is that I found out that usb.distmap file is not actualy used, but instead /lib/modules/.../modules.usbmap is used instead. The problem is that file is generated by depmod and I don't know how to make it support new USB vendor/devices classes. Depmode seems to get that info from kernel modules, so probably updated kerne modules are needed... That's what I could find so far.

Note that as I understand the issue you have isn't strictly Zaurus related, but a generic problem for USB devices support onrelatively old kernel (2.4.18). You may do some searches on your own regarding linux USB hotplug.

mrente07

  • Newbie
  • *
  • Posts: 14
    • View Profile
    • http://
Cacko FAQ and Bugz Database are available
« Reply #21 on: February 13, 2005, 01:04:23 pm »
Quote
Try adding that line into /etc/hotplug/usb.handmap or usb.usermap files.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=66833\"][{POST_SNAPBACK}][/a][/div]
Good news. I move the entry in usb.handmap and it works. Thanks a lot for your help.
So the conclusion of attaching USB sticks is (could be something for the FAQ page):
1. Get your USB product info by PC with usbview (under linux)
2. Enter your this data in usb.handmap in /etc/hotplug
Have a nice day ...  
[span style=\'font-size:8pt;line-height:100%\']
C860, Cacko ROM V1.22A
SD Pretec 128MB
CF Sandisk UltraII 1GB
CFU1 Ratoc USB Adapter
billionton CF 10Base Ethernet
[/span]

maslovsky

  • Hero Member
  • *****
  • Posts: 1426
    • View Profile
    • http://my-zaurus.narod.ru
Cacko FAQ and Bugz Database are available
« Reply #22 on: February 13, 2005, 02:24:44 pm »
Quote
Quote
Try adding that line into /etc/hotplug/usb.handmap or usb.usermap files.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=66833\"][{POST_SNAPBACK}][/a][/div]
Good news. I move the entry in usb.handmap and it works. Thanks a lot for your help.
So the conclusion of attaching USB sticks is (could be something for the FAQ page):
1. Get your USB product info by PC with usbview (under linux)
2. Enter your this data in usb.handmap in /etc/hotplug
Have a nice day ...  
[div align=\"right\"][a href=\"index.php?act=findpost&pid=66873\"][{POST_SNAPBACK}][/a][/div]

Great!  Will be a useful entry for the FAQ.

maslovsky

  • Hero Member
  • *****
  • Posts: 1426
    • View Profile
    • http://my-zaurus.narod.ru
Cacko FAQ and Bugz Database are available
« Reply #23 on: March 02, 2005, 12:07:44 pm »
Thanks a lot to stupkid for setting it up and configuring. Also thanks to Laze for maintaining DNS redirections for us

Here is it:

http://cacko.biz/cacko/bugs/

The user interface is currently under construction - we'll be updating titles, logos, etc. in the nesrest time.

ev1l

  • Hero Member
  • *****
  • Posts: 608
    • View Profile
    • http://bbshuffle.blogspot.com/
Cacko FAQ and Bugz Database are available
« Reply #24 on: March 09, 2005, 11:09:53 pm »
it might be an idea to put the FAQ, bugbreporting, and general info in the main cacko threads. you'd be able tomun-pin the respective dedicated threads to unclutter the forum display.
other idea: publish a list of known bugs
great job so far on Cacko.

maslovsky

  • Hero Member
  • *****
  • Posts: 1426
    • View Profile
    • http://my-zaurus.narod.ru
Cacko FAQ and Bugz Database are available
« Reply #25 on: March 09, 2005, 11:20:20 pm »
Quote
it might be an idea to put the FAQ, bugbreporting, and general info in the main cacko threads. you'd be able tomun-pin the respective dedicated threads to unclutter the forum display.
other idea: publish a list of known bugs
great job so far on Cacko.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=69968\"][{POST_SNAPBACK}][/a][/div]

Good ideas!  I was also thinking on how not to use up half of the screen with pinned Cacko topics

ev1l

  • Hero Member
  • *****
  • Posts: 608
    • View Profile
    • http://bbshuffle.blogspot.com/
Cacko FAQ and Bugz Database are available
« Reply #26 on: March 14, 2005, 10:44:58 am »
So, what about actually moving the info

maslovsky

  • Hero Member
  • *****
  • Posts: 1426
    • View Profile
    • http://my-zaurus.narod.ru
Cacko FAQ and Bugz Database are available
« Reply #27 on: March 14, 2005, 12:42:17 pm »
Quote
So, what about actually moving the info
[div align=\"right\"][a href=\"index.php?act=findpost&pid=70605\"][{POST_SNAPBACK}][/a][/div]

OK, merged two topics

ev1l

  • Hero Member
  • *****
  • Posts: 608
    • View Profile
    • http://bbshuffle.blogspot.com/
Cacko FAQ and Bugz Database are available
« Reply #28 on: March 14, 2005, 02:04:49 pm »
Quote
OK, merged two topics
[div align=\"right\"][a href=\"index.php?act=findpost&pid=70631\"][{POST_SNAPBACK}][/a][/div]
IMHO, you could dump all the info in the main Cacko thread once 1.23 is out.
You might also want to copy the bugtracker info to the first post  

maslovsky

  • Hero Member
  • *****
  • Posts: 1426
    • View Profile
    • http://my-zaurus.narod.ru
Cacko FAQ and Bugz Database are available
« Reply #29 on: March 15, 2005, 05:54:47 am »
Quote
Quote
OK, merged two topics
[div align=\"right\"][a href=\"index.php?act=findpost&pid=70631\"][{POST_SNAPBACK}][/a][/div]
IMHO, you could dump all the info in the main Cacko thread once 1.23 is out.
You might also want to copy the bugtracker info to the first post  
[div align=\"right\"][a href=\"index.php?act=findpost&pid=70640\"][{POST_SNAPBACK}][/a][/div]

Yes, I know optimisations are endless