maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Jolla1 & TOH (https://talk.maemo.org/forumdisplay.php?f=56)
-   -   Jolla device in a boot loop (https://talk.maemo.org/showthread.php?t=92119)

nieldk 2013-12-30 22:27

Re: Jolla device in a boot loop
 
Just noticed
You seem to be missing modules usbcore and rndis_host. Might be the issue with USB0 net (assuming you are using a newer Ubuntu)

nieldk 2013-12-30 22:28

Re: Jolla device in a boot loop
 
Quote:

Originally Posted by juiceme (Post 1402290)
Just one note, with linux you need to use "sudo fastboot <command>" as unlike with adb, fastboot doesn't have usb write access as user :)

right :) Thanks for pointing that out

ZioBilly 2013-12-30 22:43

Re: Jolla device in a boot loop
 
how do i put the img file in the root?
i don't know what "from where you downloaded" means :/

nieldk 2013-12-30 22:50

Re: Jolla device in a boot loop
 
ok, do like this

Code:

sudo su
wget https://github.com/djselbeck/jollare...net-initrd.img
fastboot -i 0x2931 boot boot-telnet-initrd.img

(You might need to install wget and fastboot by
apt-get install wget
apt-get install fastboot)

and tell us if that produces an error :)

ZioBilly 2013-12-30 22:56

Re: Jolla device in a boot loop
 
ehm..
FAILED (remote: access denied. need privilege!)

i'm getting mad with this :/
however thanks for your awesome help so far =)

nieldk 2013-12-30 22:59

Re: Jolla device in a boot loop
 
could you try to load those two modules i mentioned a few posts back. Then, see if usb0 interface will com alive

ZioBilly 2013-12-30 23:01

Re: Jolla device in a boot loop
 
with apt-get install usbcore and then rndis_host ?
If so it says unable to locate package

nieldk 2013-12-30 23:05

Re: Jolla device in a boot loop
 
sudo modprobe usbcore
sudo modprobe rndis_host

afraid it might be that the new recovery partition got damaged, which does only leave a return to jolla care :(

ZioBilly 2013-12-30 23:08

Re: Jolla device in a boot loop
 
after i write
sudo modprobe usbcore
sudo modprobe rndis_host
it doesn't display anything
and then sudo ifconfig -a doesn't show usb0

it eved said unable to locate package fastboot with apt-get install fastboot

for tonight i give up, thanks for your help =)

djselbeck 2013-12-30 23:53

Re: Jolla device in a boot loop
 
Just a quick note,

there are some linux distributions which doesn't name USB net devices with usb prefix. Some name them wlp...s... something for example. You should definitely check if there is a new interface. Also you could have a look in dmesg after you boot recovery mode.

Another thing is that usbcore often is compiled into kernel and not as an module which means it doesn't show up in lsmod ;)


All times are GMT. The time now is 19:37.

vBulletin® Version 3.8.8