Re: Buiding qtmoko kernel - mssing files ...

2011-05-24 Thread dmatthews.org
hi Radek

 I am not sure what you mean by usbdevfs. If you mean usb mass storage, then 
 it's already working (there is icon for usb-mass-storage-on.sh or something 
 like that in devtools menu).

this has not worked for me since v26 - although I missed some versions between 
that and 34. From command line usb-mass-storage-on.sh:-

Seg fault
Error inserting g_file storage 
(/lib/modules/2.6.34-qtmoko/kernel/drivers/usb/gadget/g_file_storage.ko): 
Device or resource busy

Regards

-- 
David Matthews
m...@dmatthews.org

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Buiding qtmoko kernel - mssing files ...

2011-05-23 Thread Radek Polak
On Sunday 22 May 2011 20:23:18 Uri Savoray wrote:

 Following the instructions on the source README file, after issuing the
 make, I get: make: running qbuild default
 Project (/src/libraries/qfso) WARNING: Missing header:
...
 make: *** [all] Aborted

Hmm i didnt know that the new FSO library is getting build, but it's now fixed 
anyway.

Alternatively you can also build from translations branch, but it should not 
be needed now.

Regards

Radek

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


RE: Buiding qtmoko kernel - mssing files ...

2011-05-23 Thread Uri Savoray
Thanks - it is compiling away for the past hour and a half :-)
I want to add usbfs (or usbdevfs?) to the kernel - any clue you can add?
Thanks,
Uri 

-Original Message-
From: community-boun...@lists.openmoko.org 
[mailto:community-boun...@lists.openmoko.org] On Behalf Of Radek Polak
Sent: Monday, May 23, 2011 9:45 AM
To: List for Openmoko community discussion
Subject: Re: Buiding qtmoko kernel - mssing files ...

On Sunday 22 May 2011 20:23:18 Uri Savoray wrote:

 Following the instructions on the source README file, after issuing 
the  make, I get: make: running qbuild default  Project 
(/src/libraries/qfso) WARNING: Missing header:
...
 make: *** [all] Aborted

Hmm i didnt know that the new FSO library is getting build, but it's now fixed 
anyway.

Alternatively you can also build from translations branch, but it should not 
be needed now.

Regards

Radek

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Buiding qtmoko kernel - mssing files ...

2011-05-23 Thread Radek Polak
On Monday 23 May 2011 10:30:57 Uri Savoray wrote:

 Thanks - it is compiling away for the past hour and a half :-)
 I want to add usbfs (or usbdevfs?) to the kernel - any clue you can add?

I am not sure what you mean by usbdevfs. If you mean usb mass storage, then 
it's already working (there is icon for usb-mass-storage-on.sh or something 
like that in devtools menu).

Regards

Radek

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


RE: Buiding qtmoko kernel - mssing files ...

2011-05-23 Thread Uri Savoray
See here: http://www.tombom.co.uk/blog/?p=144
I want to connect the gta02 to a USRP.  

-Original Message-
From: community-boun...@lists.openmoko.org 
[mailto:community-boun...@lists.openmoko.org] On Behalf Of Radek Polak
Sent: Monday, May 23, 2011 11:51 AM
To: List for Openmoko community discussion
Subject: Re: Buiding qtmoko kernel - mssing files ...

On Monday 23 May 2011 10:30:57 Uri Savoray wrote:

 Thanks - it is compiling away for the past hour and a half :-) I want 
 to add usbfs (or usbdevfs?) to the kernel - any clue you can add?

I am not sure what you mean by usbdevfs. If you mean usb mass storage, then 
it's already working (there is icon for usb-mass-storage-on.sh or something 
like that in devtools menu).

Regards

Radek

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Buiding qtmoko kernel - mssing files ...

2011-05-23 Thread Radek Polak
On Monday 23 May 2011 10:51:19 Uri Savoray wrote:

 See here: http://www.tombom.co.uk/blog/?p=144
 I want to connect the gta02 to a USRP.
 

Then you need to rebuild linux kernel with CONFIG_USB_DEVICESFS option 
enabled.

Please note that this option is now deprecated.

For building qtmoko kernel you can use

https://github.com/radekp/linux-2.6/tree/qtmoko-v35-base

build instructions can be found here:

https://github.com/radekp/qtmoko/blob/master/doc/txt/debian_rootfs_howto.txt

(search for CROSS_COMPILE)

and you will need toolchain - how to get it is described here:

https://github.com/radekp/qtmoko/blob/master/README

Regards

Radek

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


RE: Buiding qtmoko kernel - mssing files ...

2011-05-23 Thread Uri Savoray
Thanks! 

-Original Message-
From: community-boun...@lists.openmoko.org 
[mailto:community-boun...@lists.openmoko.org] On Behalf Of Radek Polak
Sent: Monday, May 23, 2011 1:44 PM
To: List for Openmoko community discussion
Subject: Re: Buiding qtmoko kernel - mssing files ...

On Monday 23 May 2011 10:51:19 Uri Savoray wrote:

 See here: http://www.tombom.co.uk/blog/?p=144
 I want to connect the gta02 to a USRP.
 

Then you need to rebuild linux kernel with CONFIG_USB_DEVICESFS option enabled.

Please note that this option is now deprecated.

For building qtmoko kernel you can use

https://github.com/radekp/linux-2.6/tree/qtmoko-v35-base

build instructions can be found here:

https://github.com/radekp/qtmoko/blob/master/doc/txt/debian_rootfs_howto.txt

(search for CROSS_COMPILE)

and you will need toolchain - how to get it is described here:

https://github.com/radekp/qtmoko/blob/master/README

Regards

Radek

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community



___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community