Reply
Thread Tools
Guest | Posts: n/a | Thanked: 0 times | Joined on
#51
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)
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#52
Originally Posted by juiceme View Post
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
 
Posts: 46 | Thanked: 11 times | Joined on Jun 2013
#53
how do i put the img file in the root?
i don't know what "from where you downloaded" means :/
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#54
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
 
Posts: 46 | Thanked: 11 times | Joined on Jun 2013
#55
ehm..
FAILED (remote: access denied. need privilege!)

i'm getting mad with this :/
however thanks for your awesome help so far =)
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#56
could you try to load those two modules i mentioned a few posts back. Then, see if usb0 interface will com alive
 
Posts: 46 | Thanked: 11 times | Joined on Jun 2013
#57
with apt-get install usbcore and then rndis_host ?
If so it says unable to locate package
 
Guest | Posts: n/a | Thanked: 0 times | Joined on
#58
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
 
Posts: 46 | Thanked: 11 times | Joined on Jun 2013
#59
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 =)

Last edited by ZioBilly; 2013-12-30 at 23:46.
 
Posts: 113 | Thanked: 303 times | Joined on Dec 2013 @ Germany
#60
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
 

The Following User Says Thank You to djselbeck For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 12:09.