Reply
Thread Tools
Posts: 75 | Thanked: 43 times | Joined on Aug 2007 @ UK
#201
Originally Posted by mehdi.gl View Post
When I connect a mouse it lights but no cursor
When I connect a keyboard it's as it is not connected
When I connect a flash drive it's as it is not connected
I think for mice you need extmou http://talk.maemo.org/showthread.php?t=66141
I think for keyboards you need extkdb http://talk.maemo.org/showthread.php?t=65577
For the flash drive I think you will need to post the log
 
Posts: 1,424 | Thanked: 2,623 times | Joined on Jan 2011 @ Touring
#202
Originally Posted by mehdi.gl View Post
Please help me !!
Do you get anything in kernel messages?
You might just have a bad cable.
 
woody14619's Avatar
Posts: 1,455 | Thanked: 3,309 times | Joined on Dec 2009 @ Rochester, NY
#203
Originally Posted by bentech4u View Post

Code:
mount -t ntfs /dev/sda1 /media/ntfs -o uid=29999,gid=29999,utf8,dmask=027,fmask=137
Did you try using the flag rw?
Code:
mount -t ntfs /dev/sda1 /media/ntfs -o uid=29999,gid=29999,utf8,dmask=027,fmask=137,rw
The kernel module in power kernel should be able to write, but it's not the default since it's still experimental. If you're not specifying rw in the flags it's probably defaulting to ro. If the fs module truly is the read-only one as someone suggested here, using rw will fail to mount, and dmesg should show a kernel message to that affect.

If this is something you can use vfat on (a storage drive, etc) then you should really use that instead. NTFS is great and all, but it's proprietary and thus not well documented or supported in open source code. There are simple command-line drive format tools out there that can format very large drives with vfat without an issue.
 

The Following User Says Thank You to woody14619 For This Useful Post:
Posts: 12 | Thanked: 1 time | Joined on Apr 2011 @ Tunisia
#204
Originally Posted by woody14619 View Post
Did you try using the flag rw?
Code:
mount -t ntfs /dev/sda1 /media/ntfs -o uid=29999,gid=29999,utf8,dmask=027,fmask=137,rw
The kernel module in power kernel should be able to write, but it's not the default since it's still experimental. If you're not specifying rw in the flags it's probably defaulting to ro. If the fs module truly is the read-only one as someone suggested here, using rw will fail to mount, and dmesg should show a kernel message to that affect.

If this is something you can use vfat on (a storage drive, etc) then you should really use that instead. NTFS is great and all, but it's proprietary and thus not well documented or supported in open source code. There are simple command-line drive format tools out there that can format very large drives with vfat without an issue.

Result:
mount:mounting /dev/sda1 on media/ntfs failed : No such file or directory
 
Posts: 12 | Thanked: 1 time | Joined on Apr 2011 @ Tunisia
#205
Originally Posted by biketool View Post
Do you get anything in kernel messages?
You might just have a bad cable.
I don't have error messages
My cable is working because if I connect a mouse I see the red light of the mouse as it is connected on the pc !!
 
Posts: 12 | Thanked: 1 time | Joined on Apr 2011 @ Tunisia
#206
Originally Posted by yorkey View Post
I think for mice you need extmou http://talk.maemo.org/showthread.php?t=66141
I think for keyboards you need extkdb http://talk.maemo.org/showthread.php?t=65577
For the flash drive I think you will need to post the log

extkb and extmou are installed but usb host mode for mouse and keyboard is not working
Where can I find the log ??

Last edited by mehdi.gl; 2011-04-13 at 09:56.
 
Posts: 12 | Thanked: 1 time | Joined on Apr 2011 @ Tunisia
#207
Originally Posted by yorkey View Post
Why would a mouse have a filesystem? You cant store files on your mouse!

MIce and keyboards do not need mounting.

I don't know !!
This is why I'm posting here
I'm not using mount but I have the message

"Unable to connect, no file system available"
Please help me
 
Posts: 12 | Thanked: 1 time | Joined on Apr 2011 @ Tunisia
#208
After multiple attempts I wrote


mount /dev/sda1 /media/my_flash

and it worked

I don't know why the mount of the gui h-e-n does not work

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

But the problem is persisting for mice and keyboards

Last edited by mehdi.gl; 2011-04-20 at 14:32.
 
Posts: 7 | Thanked: 0 times | Joined on Sep 2010
#209
Awesome software and good people...Dude your post made my day...
U guys Rock!!!!!


Originally Posted by MohammadAG View Post
If you mount under /media, it should.
Code:
mkdir -p /media/ntfs
mount /dev/sda1 /media/ntfs
 
Posts: 12 | Thanked: 1 time | Joined on Apr 2011 @ Tunisia
#210
Problem is persisting for mice and keyboards
Please Help Me
Where can I find the log to recognize the problem ??
__________________
Choose Freedom, Choose OpenSource

Last edited by mehdi.gl; 2011-04-20 at 14:32.
 
Reply

Tags
awesome!, bada rox, h-e-n hostmode, more noise


 
Forum Jump


All times are GMT. The time now is 00:43.