Jonmhaney / android-x86

Automatically exported from code.google.com/p/android-x86
0 stars 0 forks source link

No touchscreen/wifi/bluetooth/sound #309

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of the product are you using? On what operating system?
Dell Latitude XT, android 2.2.

Please provide any additional information below.
It is clearly a driver issue, just trying to get a target put together that I 
can compile so that 2.2 will run on the XT, I was requested to post the dmesg 
from android, and the lsusb and lspci outputs from ubuntu. I could not figure 
out how to properly save the dmesg output, but I have attached the ubuntu 
outputs that were requested.
If someone will give me a crash course in saving the dmesg I will post it as 
well.

Original issue reported on code.google.com by bjsala...@gmail.com on 9 May 2011 at 4:17

Attachments:

GoogleCodeExporter commented 8 years ago

touchscreen: modify the target I sent you and change the defconfig file, 
CONFIG_HID_NTRIG=m

wifi: The wl module should be the ticket. If that doesn't work I don't know 
what to tell you.

bluetooth: I don't see a bluetooth device listed in either of those files, 
you'll need to get more details on what it is and where it is.

sound: Check that you have /system/bin/alsa_ctl. That's what got it for me and 
in froyo you have to use the eng build variant to get it. This will be listed 
at the begining of the make process.

Original comment by Kvan...@gmail.com on 10 May 2011 at 12:32

GoogleCodeExporter commented 8 years ago
CONFIG_HID_NTRIG=m was already in the configuration file in the target you sent 
me. I will take a look at the sound a bit later when I have the time.

Original comment by bjsala...@gmail.com on 10 May 2011 at 8:22