Active Topics

 


Reply
Thread Tools
Posts: 20 | Thanked: 1 time | Joined on Jul 2012 @ Jakarta Pusat, Indonesia
#401
Originally Posted by blitzlee06 View Post
you need KP50 for that. your using the default kernel thats why it wont work.
im already install KP50 and problem for hostmode solve, thanks.
but after im install KP50, why my touchscreen less responsive?
__________________
Demon

Last edited by DemonBreaker; 2012-07-06 at 11:28.
 
the_envy's Avatar
Posts: 59 | Thanked: 16 times | Joined on Jan 2012
#402
Hello community

I have a problem getting my USB camera working, it connects and enumerates fine and I`m able to see it in

Code:
/dev/video2
However I cannot get image from it, in terminal i input:

Code:
mplayer tv:// -tv driver=v4l2:device=/dev/video2:width=176:height=144
Mplayer opens in new window, and it shows only green screen. When I close it this message appears in terminal:

Code:
v4l2: ioctl streamon failed: Cannot allocate memory
I tried to change height and width to 32/28 and got new error:

Code:
v4l2: ioctl streamon failed: No space left on device
Can anyone help me out here? pleeease
__________________
twitter.com/metalgearquotes
 

The Following User Says Thank You to the_envy For This Useful Post:
Posts: 119 | Thanked: 24 times | Joined on Jun 2012
#403
hello everybody.. i want to ask why i cant open my flashdisk 1gb on my device its says that unable to connect no file system available. right now im using kp50 and fw pr 1.3.1 without cssu, here i attach my message kernel. please help me thanks a lot
Attached Files
File Type: txt hostmode.txt (15.3 KB, 91 views)

Last edited by viento23; 2012-12-14 at 04:05. Reason: adding
 

The Following User Says Thank You to viento23 For This Useful Post:
Posts: 119 | Thanked: 24 times | Joined on Jun 2012
#404
Originally Posted by viento23 View Post
hello everybody.. i want to ask why i cant open my flashdisk 1gb on my device its says that unable to connect no file system available. right now im using kp50 and fw pr 1.3.1 without cssu, here i attach my message kernel. please help me thanks a lot
hi.. can someone help me please.. this is my new message kernel today thx..
Attached Files
File Type: txt hostmode.txt (15.2 KB, 110 views)

Last edited by viento23; 2012-12-15 at 03:20.
 
Posts: 11 | Thanked: 13 times | Joined on Feb 2012
#405
Hi viento23,

dmesg looks fine

short solution would be to upgrade to cssu ^^
long way would be to try to use mount in x-term


greetings from germany
Hoga
 

The Following User Says Thank You to Hoga For This Useful Post:
Posts: 119 | Thanked: 24 times | Joined on Jun 2012
#406
Originally Posted by Hoga View Post
Hi viento23,

dmesg looks fine

short solution would be to upgrade to cssu ^^
long way would be to try to use mount in x-term


greetings from germany
Hoga
dear hoga, thx for your help.. now im happy..
hmm.. would you tell me the long step from xterm?
but if you agree thx

viento23
 

The Following User Says Thank You to viento23 For This Useful Post:
Posts: 64 | Thanked: 109 times | Joined on Mar 2010
#407
Hey guys, I'm referring to discussion about USB RJ45 adapters

I recently bought USB 2.0 10/100Mbps RJ45 LAN Ethernet Network Adapter Dongle from DX, primarily for Mac, but today I've just made it work on N900.



First, I had problem with drivers supplied on CD. Dmesg reported error WARNING: "__bad_udelay" (same story as on page 22 in this thread)

I'll update this post later, but if your USB RJ45 dongle has id: 0x0fe6 and model: 0x9700, you can use my module for kernel power version 2.6.28.10-power51 (AT YOUR OWN RISK!!!)

Come back later, for the whole story.
Attached Files
File Type: zip dm9601.zip (70.1 KB, 107 views)

Last edited by mauron85; 2013-03-09 at 15:09.
 

The Following User Says Thank You to mauron85 For This Useful Post:
Estel's Avatar
Posts: 5,028 | Thanked: 8,613 times | Joined on Mar 2011
#408
Hm, interesting. Wasn't dm9601already included in kernel power for some time? It required some tweaking before compiling, to actually make it work? Maybe it would be worthwhile to update version present in KP, if changes are not breaking compatibility with other dongles?

/Estel
__________________
N900's aluminum backcover / body replacement
-
N900's HDMI-Out
-
Camera cover MOD
-
Measure battery's real capacity on-device
-
TrueCrypt 7.1 | ereswap | bnf
-
Hardware's mods research is costly. To support my work, please consider donating. Thank You!
 
Posts: 64 | Thanked: 109 times | Joined on Mar 2010
#409
Estel, I was planning to post whole story. But whole story short, I've just added new id and model to existing KP dm9601 module. No other modifications. What was confusing me first, was supplied driver on CD, that was RS9600 resp. SR9700. First one will compile, but you'll end with __bad_udelay error. The clue to figure out how to make dongle work out, was another PC with Linux Mint. The dongle worked there out of the box and lsmod reported well known dm9601 module was in use. So I downloaded KP51 sources added new id and module (lsmod will tell you this). I compiled just the module and voilla it worked.

Here is the patch :-)

Code:
9601.c ../../kernel-power-2.6.28/drivers/net/usb/dm9601.c 
593,596d592
< 	 USB_DEVICE(0x0fe6, 0x9700),	/* Supereal SR9600 */
< 	 .driver_info = (unsigned long)&dm9601_info,
< 	 },
< 	{
I don't know if pali still maintains KP. But if possible please add this to official KP.

Last edited by mauron85; 2013-03-09 at 17:56.
 

The Following User Says Thank You to mauron85 For This Useful Post:
Mr Wolf's Avatar
Posts: 84 | Thanked: 22 times | Joined on Nov 2011 @ Italy
#410
Originally Posted by mauron85 View Post
Hey guys, I'm referring to discussion about USB RJ45 adapters

I recently bought USB 2.0 10/100Mbps RJ45 LAN Ethernet Network Adapter Dongle from DX, primarily for Mac, but today I've just made it work on N900.



First, I had problem with drivers supplied on CD. Dmesg reported error WARNING: "__bad_udelay" (same story as on page 22 in this thread)

I'll update this post later, but if your USB RJ45 dongle has id: 0x0fe6 and model: 0x9700, you can use my module for kernel power version 2.6.28.10-power51 (AT YOUR OWN RISK!!!)

Come back later, for the whole story.
Hi! What do you use it for? To connect N900 to a wired network?
__________________
I'm Winston Wolf, I solve problems
 
Reply

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


 
Forum Jump


All times are GMT. The time now is 19:48.