google-code-export / rk3066-linux

Automatically exported from code.google.com/p/rk3066-linux
0 stars 0 forks source link

Any kernel modules required to be added to Picuntu 0.4 #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Team,

Please list here, the kernel modules required to be built and added.... in 
Picuntu 0.4

Alok

Original issue reported on code.google.com by AlokSinha2001 on 17 Dec 2012 at 8:17

GoogleCodeExporter commented 9 years ago
In my kernel, i use :

hidraw ( for a RFID reader )
cp210x (for a zwave controler)
uvc (for webcam)
1wire : *W1_MASTER_DS2490 and all *W1_SLAVE*(for temperature sensors, door 
sensors, ...)

Original comment by christop...@gmail.com on 19 Dec 2012 at 12:02

GoogleCodeExporter commented 9 years ago
Excellent - can you pls provide me the kernel modules - pre-built, we can 
include in the distri.

Offtopic: Can you pls give me the shopping link for 1wire/W1master

alok

Original comment by AlokSinha2001 on 19 Dec 2012 at 1:24

GoogleCodeExporter commented 9 years ago
 Sorry Alok, i have compiled them in static, no as modules.

offtopic: the master interface is DS9094R and temp sensors are DS18S20 or 
DS18B20.

you can have sensors for free if you ask for sample to Dallas/MAXIM.

to use it, take a look at  
http://wiki.domogik.org/tiki-index.php?page=Plugin+Onewire&no_bl=y

Kriss_fr

Original comment by christop...@gmail.com on 19 Dec 2012 at 5:55

GoogleCodeExporter commented 9 years ago
Please add:
- UVC for uvc usb webcams (so it will be possible to use stick for security 
monitoring just like RaspberryPi + FullHD webcam)
- support for RK903 chip (this WiFi+BT chip is used in MK808B; in MK808 you 
have RK901 which has just WiFi)

offtopic: DS18B20 is very popular one-wire temperature sensor, how you plan to 
connect it to your stick??
My plan is to connect AtMega (arduino) via simple FTDI (RS232<->USB converter), 
then communicate with low level electronic via virtual serial /dev/ttyX (for 
example you can use Firmata http://firmata.org/).
On my MK808 will be Java (or even Scala/Akka/Play). I did some tests and Oracle 
JDK8 EA for ARM hard float (http://jdk8.java.net/fxarmpreview/) works good :).

Original comment by kermi...@gmail.com on 12 Jan 2013 at 12:32

GoogleCodeExporter commented 9 years ago
- support for RS232<->USB converters (ftdi) to open an easy way to connect 
Arduino and use low leve electronics 

Original comment by kermi...@gmail.com on 12 Jan 2013 at 10:21

GoogleCodeExporter commented 9 years ago
linux usb gadget, like ethernet (g_eth.ko).
That could be awesome if i could connect to my picuntu form my laptop via a usb 
cable.

Original comment by inter1...@gmail.com on 16 Jan 2013 at 1:52

GoogleCodeExporter commented 9 years ago
http://www.slatedroid.com/topic/46881-picuntu-09-rc-22-bug-fix-version-arrives/p
age__view__findpost__p__517938 :
"I found some source for the bcm40183 module 
http://service.i-onik.de/a10_source_1.5/lichee/linux-3.0/modules/wifi/bcm40183/5
.90.125.95.3/ Hope it's useful for the MK808B"

Original comment by kermi...@gmail.com on 21 Jan 2013 at 9:39

GoogleCodeExporter commented 9 years ago
would be cool to have modules for DVB-S/DVB-T USB cards (at least compiled and 
stored separately if not in distro)

Original comment by tsy...@gmail.com on 14 Feb 2013 at 1:44

GoogleCodeExporter commented 9 years ago
To full support MK809 device, please add RTL8188EU driver in kernel.
I try to compile kernel with RTL8188EU support, but no luck..

Original comment by alex.les...@gmail.com on 6 Mar 2013 at 9:29

GoogleCodeExporter commented 9 years ago
My intention is to get out Android and use the devices (MK808) like Linux 
machines I think will be nice to modify cmdline to 
mtdparts=rk30xxnand:0xxxxx(param),xxx@xxx(loader),xxx@xxx(kernel),xxx@xxxx(rootf
s)

rk29xxnand seems does not work I don't have so much time to see the kernel code 
but I think some work will need to be done here....

Actually I put my compiled kernel images to kernel and not in recovery.....

Also with Ethernet Gadget (does not compile at now with error) and nand nice 
gadget here....

Original comment by mferr...@cssiberica.com on 11 Apr 2013 at 4:17

GoogleCodeExporter commented 9 years ago
Some time to check g_ether.ko (Ethernet gadget RNDIS error compiling kernel on  
rndis_bind_config function)

I need to try with replace the drivers/usb/gadget/ether.c (line 249)
from 
- return rndis_bind_config(c, hostaddr);
to 
+ return rndis_bind_config(c, hostaddr, cpu_to_le16(CDC_VENDOR_NUM), 
manufacturer);

Original comment by mferr...@cssiberica.com on 11 Apr 2013 at 10:31

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
g_ether still broken. It has issue with an ethernet frames - first 2 bytes are 
disappear.

Original comment by yuu...@gmail.com on 17 Apr 2013 at 10:27