androportal / linux-on-aakash

Documentation for porting GNU/Linux on Aakash
14 stars 23 forks source link

internet connection #15

Open PraveenkumarDonga opened 10 years ago

PraveenkumarDonga commented 10 years ago

I installed linux on aakash using your image file mentioned in the FAQ's. But it is not connecting to the wifi router. How to resolve this problem. Do we need to install any drivers? please help me as soon as possible.

srikantpatnaik commented 10 years ago

It is a known issue, in some versions it doesn't work even with right driver. Sometimes a restart into Android environment and back to Linux helps.

PraveenkumarDonga commented 10 years ago

Thanks for your reply sir, so any suggestion to install new packages.I am trying to install tinyOS in that using pendrive, but it's not detecting. I used usb hub to connect keyboard and mouse those are working fine. Did you connect pendrive to aakash in linux platform. Please help me in this sir.

srikantpatnaik commented 10 years ago

Boot from pendrive is not possible. By the way, you cannot directly boot a tinyOS for A13 Allwinner board, you can build a tinyOS filesystem for ARM and use instead of Ubuntu12.10 given in our image, if you're lucky it might work with existing kernel.

PraveenkumarDonga commented 10 years ago

can't we connect pendrive for even file transfer?

srikantpatnaik commented 10 years ago

You can. File transfer is possible. If it is not detecting/mounting automatically, follow the steps:

  1. dmesg

    Look for size of your drive, find the device, typically it should be something like /dev/uba1 or /dev/sdb1

  2. sudo mount /dev/uba1 /mnt
  3. cd /mnt

On Thu, Jul 10, 2014 at 12:19 PM, Praveenkumar Donga < notifications@github.com> wrote:

can't we connect pendrive for even file transfer?

— Reply to this email directly or view it on GitHub https://github.com/androportal/linux-on-aakash/issues/15#issuecomment-48570850 .

PraveenkumarDonga commented 10 years ago

is there any speed limit on hub, I am using one hub to which i connected all keyboard,mouse and pendrive. dmesg command showing that uba1 failed; connect to a high speed usb hub.

srikantpatnaik commented 10 years ago

Are you using a powered hub ? If not, use a powered one, also try connecting pendrive without hub and check whether its working or not.

On Thu, Jul 10, 2014 at 12:55 PM, Praveenkumar Donga < notifications@github.com> wrote:

is there any speed limit on hub, I am using one hub to which i connected all keyboard,mouse and pendrive. dmesg command showing that uba1 failed; connect to a high speed usb hub.

— Reply to this email directly or view it on GitHub https://github.com/androportal/linux-on-aakash/issues/15#issuecomment-48573050 .

PraveenkumarDonga commented 10 years ago

actually touch is not working in my tab, so i am connecting mouse and keyboard.if i connect directly i can't run those commands. i will try with powered hub, right now i don't have it. if any issue i will ask you again. Thank you sir for your help.