|
2011-03-12
, 22:38
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#172
|
The Following 2 Users Say Thank You to peterleinchen For This Useful Post: | ||
|
2011-03-16
, 14:49
|
Posts: 102 |
Thanked: 140 times |
Joined on Sep 2010
@ Israel
|
#173
|
OK, apparently the problem of not being able to mount CD-ROMs is due to the modules cdrom.ko, sr_mod.ko and sg.ko being missing from the kernel-power-modules package. I'll try to compile them from source and ask titan to include them in the official package.
|
2011-03-19
, 09:41
|
Posts: 15 |
Thanked: 0 times |
Joined on Feb 2011
|
#174
|
|
2011-03-19
, 12:52
|
Posts: 8 |
Thanked: 1 time |
Joined on Oct 2010
@ Brazil
|
#175
|
Regarding that earlier post I made - confirmed this is due to missing modules. These modules are included in the original h-e-n hostmode kernel (that's how there are a few videos out there showing the N900 play DVD's etc) but they are not included in kernel-power.
The bad news: You cannot transfer the modules from the old hostmode kernel to kernel-power because of symbol differences.
If you try compiling them against kernel-power-headers you will be able to get cdrom.ko and sg.ko to load but not sr_mod.ko, which means that it's as good as nothing.
Only solutions to that problem:
1. Revert back to the original hostmode kernel (and lose all the other unrelated improvements that kernel-power features).
2. Recompile kernel-power and add support for necessary modules (such as CD-ROM). I've written a very thorough guide on how to do that.
3. Since I've already done method 2, I now have a kernel image based on kernel-power 46 with support for CD-ROM drives and DVB dongles. I may upload it and post a download link once I've tested it and am more-or-less confident there are no problems or regressions. If you want it earlier, please send me a PM.
|
2011-03-19
, 21:02
|
|
Posts: 2,222 |
Thanked: 12,651 times |
Joined on Mar 2010
@ SOL 3
|
#176
|
Regarding that earlier post I made - confirmed this is due to missing modules. These modules are included in the original h-e-n hostmode kernel (that's how there are a few videos out there showing the N900 play DVD's etc) but they are not included in kernel-power.
|
2011-03-21
, 10:42
|
Posts: 102 |
Thanked: 140 times |
Joined on Sep 2010
@ Israel
|
#177
|
Guy,
a) I'm using the kernel-power 46-wl1 that has the bleeding-edge WLAN driver for packet injections. It's important remember the source code is shared;
b) I live in Brazil and the digital tv standard here is ISDB not DVB.
There would be some way to add this drive in a kernel-power 46-wl1?
The Following User Says Thank You to NiQ For This Useful Post: | ||
|
2011-03-21
, 19:44
|
Posts: 8 |
Thanked: 1 time |
Joined on Oct 2010
@ Brazil
|
#178
|
Sure, my custom kernel does not actually include any source changes, only configuration changes (i.e. include the drivers that were missing). It should be possible to recompile kernel-power-wl1 and add these drivers to the configuration as well.
About TV/DVB/ISDB - I have to admit that I've yet to succeed in watching TV through the N900. The driver loads but still doesn't really work with the DVB dongle that I have and there's also the issue of userspace software which may have to be patched and/or recompiled from source. Anyway, the whole watching TV issue is still in its infancy and should not be considered as working by anyone. Adding the kernel drivers for DVB is just a first step in the right direction, therefore I think that your concern is a bit premature. CD/DVD drive / CD writing support is confirmed working, though.
On the second hand, you do have a point here - ISDB support is very new in Linux and AFAIK preliminary support was added to the Linux kernel in version 2.6.32 - which is newer than the version used by N900 (2.6.28). If we want this to happen, we may have to upgrade the N900 to a newer kernel - which is a big project.
Would really like to see that happening. I'm gonna send cheve my custom kernel for testing today and if he reports no problems I'll send you the binary (no need for sources as the only changes are configuration).
|
2011-03-21
, 23:31
|
Guest |
Posts: n/a |
Thanked: 0 times |
Joined on
|
#179
|
|
2011-03-22
, 00:37
|
|
Posts: 5,339 |
Thanked: 4,133 times |
Joined on Jan 2010
@ Israel
|
#180
|
Tags |
awesome!, bada rox, h-e-n hostmode, more noise |
Thread Tools | |
|
1) modprobe -a ntfs
2) Started h-e-n (my hdd doesn't have external power cable)
3) mount -t ntfs /dev/sda1 /media/ntfs -o uid=29999,gid=29999,utf8,dmask=027,fmask=137
and the following error appeared