Reply
Thread Tools
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#41
Originally Posted by wre View Post
[ 519.505538] usb 3-1: new high-speed USB device number 3 using xhci_hcd
[ 519.522277] usb 3-1: unable to get BOS descriptor
[ 519.523258] usb 3-1: New USB device found, idVendor=0421, idProduct=0106
[ 519.523266] usb 3-1: New USB device strings: Mfr=34, Product=38, SerialNumber=0
[ 519.523269] usb 3-1: Product: Nokia USB ROM
[ 519.523272] usb 3-1: Manufacturer: Nokia
[ 522.527100] usb 3-1: USB disconnect, device number 3
[ 524.118394] usb 3-1: new high-speed USB device number 4 using xhci_hcd
[ 524.142457] usb 3-1: New USB device found, idVendor=0421, idProduct=0105
[ 524.142465] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[ 524.142469] usb 3-1: Product: N9 (Update mode)
[ 524.142472] usb 3-1: Manufacturer: Nokia
[ 524.142475] usb 3-1: SerialNumber: 357923040690689
[ 524.173885] NET: Registered protocol family 35
[ 524.194783] usbcore: registered new interface driver cdc_phonet
[ 524.855252] usb 3-1: USB disconnect, device number 4
This means that your Linux found the N9 correctly and pushed the kernel to the device. However I see no usb partition exports, which is a bit strange.

You did let the USB cable stay in place after pushing the kernel in, not disconnecting?
 

The Following 2 Users Say Thank You to juiceme For This Useful Post:
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#42
Originally Posted by wre View Post
Originally Posted by juiceme View Post
One other thing you might want to try BTW.
Instead of the rescue kernel&initramfs, you can downlload the latest ubiboot kernel which contains the integrated maintanance mode.

Now, see if this gives you a better filesystem export.
ubuntu@ubuntu:~$ sudo flasher -k /home/ubuntu/Downloads/zImage_2.6.32.54-ubiboot-02_301013 -l -b
flasher 3.12.1 (Oct 5 2011) Harmattan
WARNING: This tool is intended for professional use only. Using it may result
in permanently damaging your device or losing the warranty.

Suitable USB interface (bootloader/phonet) not found, waiting...
USB device found at bus 003, device address 004.
Device identifier: 357923040690689 (SN: N/A)
Found device RM-696, hardware revision 1603
NOLO version 2.3.6
Version of 'sw-release': DFL61_HARMATTAN_40.2012.21-3_PR_005
Sending kernel image (11672 kB)...
100% (11672 of 11672 kB, avg. 40250 kB/s)
Success

Also came up with some details on my phone in green writing

Yes, the green lettering is important, it will tell you if the partition exporting and IP initialization has gone OK.
If all went well it should say something like this:
Welcome to N9 Ubiboot ver. 0.3.6
(Boot loader is based on MOSLO ver. 0.0.13.1)
Partitons exported successifully via USB
Configured 192.168.0.15 on USB
Starting DHCP server, offering 192.168.0.100
Starting TELNET server


Now, check that the green text is pretty much like this on the device.
If, instead of Partitons exported successifully via USB it says something like Unable to load the USB modules! or similar, then that is the reason you did not see the export.

Also, if it says the bits about IP address, DHCP and telnet, then you can try to telnet into the device and do the fix that way;
just check that you can get in, open a new console and give command "telnet 192.168.0.15"
If the command succeeds, you have logged into the device and can fix the malf from inside.
 

The Following 2 Users Say Thank You to juiceme For This Useful Post:
Posts: 36 | Thanked: 24 times | Joined on Oct 2014
#43
Yup left cable in.
 
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#44
Originally Posted by wre View Post
Yup left cable in.
Allright, could you try the ubiboot kernel again, and check what the green text say on the device?
 

The Following 2 Users Say Thank You to juiceme For This Useful Post:
Posts: 36 | Thanked: 24 times | Joined on Oct 2014
#45
Yup it says exactly

Welcome to N9 Ubiboot ver. 0.3.6
(Boot loader is based on MOSLO ver. 0.0.13.1)
Partitons exported successifully via USB
Configured 192.168.0.15 on USB
Starting DHCP server, offering 192.168.0.100
Starting TELNET server
 

The Following 2 Users Say Thank You to wre For This Useful Post:
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#46
Originally Posted by wre View Post
Yup it says exactly

Welcome to N9 Ubiboot ver. 0.3.6
(Boot loader is based on MOSLO ver. 0.0.13.1)
Partitons exported successifully via USB
Configured 192.168.0.15 on USB
Starting DHCP server, offering 192.168.0.100
Starting TELNET server
Okay, then the N9 end of the things goes OK, and the problem is in the PC end of things.
You are'nt by any chance running a virtual instance of Linux? In that case you need to give the virtual machine access to your USB port for mounting the N9 volumes...

Anyway, what you can do now is fix the things from a maintanance console.
  • open a telnet connection to your N9; "telnet 192.168.0.15"
  • mount your rootfs to the device; "mount /dev/mmcblk0p2 /mnt/2"
  • check that you have /var/malf there; "ls -l /mnt/2/var/malf"
  • if you do, remove it; "rm /mnt/2/var/malf"
  • sync the filesystems; "sync"
  • umount your root partition; "umount /mnt/2"
  • log off the device "exit"

After that you can remove the USB cable and power off your device.
 

The Following 2 Users Say Thank You to juiceme For This Useful Post:
Posts: 36 | Thanked: 24 times | Joined on Oct 2014
#47
Trying 192.168.0.15...
telnet: Unable to connect to remote host: Connection timed out

Will try again..
 

The Following User Says Thank You to wre For This Useful Post:
Posts: 36 | Thanked: 24 times | Joined on Oct 2014
#48
ubuntu@ubuntu:~$ sudo dpkg --install /home/ubuntu/Downloads/flasher_3.12.1_amd64.deb
(Reading database ... 169560 files and directories currently installed.)
Preparing to unpack .../flasher_3.12.1_amd64.deb ...
Unpacking flasher (3.12.1) over (3.12.1) ...
Setting up flasher (3.12.1) ...
ubuntu@ubuntu:~$ sudo flasher -k /home/ubuntu/Downloads/zImage_2.6.32.54-ubiboot-02_301013 -l -b
flasher 3.12.1 (Oct 5 2011) Harmattan
WARNING: This tool is intended for professional use only. Using it may result
in permanently damaging your device or losing the warranty.

Suitable USB interface (bootloader/phonet) not found, waiting...
USB device found at bus 003, device address 007.
Device identifier: 357923040690689 (SN: N/A)
Found device RM-696, hardware revision 1603
NOLO version 2.3.6
Version of 'sw-release': DFL61_HARMATTAN_40.2012.21-3_PR_005
Sending kernel image (11672 kB)...
100% (11672 of 11672 kB, avg. 40250 kB/s)
Success
ubuntu@ubuntu:~$ telnet 192.168.0.15
Trying 192.168.0.15...
telnet: Unable to connect to remote host: Connection timed out
 

The Following User Says Thank You to wre For This Useful Post:
Posts: 1,288 | Thanked: 4,316 times | Joined on Oct 2014
#49
Originally Posted by wre View Post
[ 519.505538] usb 3-1: new high-speed USB device number 3 using xhci_hcd
[ 519.522277] usb 3-1: unable to get BOS descriptor
[ 519.523258] usb 3-1: New USB device found, idVendor=0421, idProduct=0106
[ 519.523266] usb 3-1: New USB device strings: Mfr=34, Product=38, SerialNumber=0
[ 519.523269] usb 3-1: Product: Nokia USB ROM
[ 519.523272] usb 3-1: Manufacturer: Nokia
[ 522.527100] usb 3-1: USB disconnect, device number 3
[ 524.118394] usb 3-1: new high-speed USB device number 4 using xhci_hcd
[ 524.142457] usb 3-1: New USB device found, idVendor=0421, idProduct=0105
[ 524.142465] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=5
[ 524.142469] usb 3-1: Product: N9 (Update mode)
[ 524.142472] usb 3-1: Manufacturer: Nokia
[ 524.142475] usb 3-1: SerialNumber: 357923040690689
[ 524.173885] NET: Registered protocol family 35
[ 524.194783] usbcore: registered new interface driver cdc_phonet

[ 524.855252] usb 3-1: USB disconnect, device number 4
Important notice here are the lines in red, these indicates that the device registered correctly and Networking should be working,
But, The line in green indicates that the USB disconnected again.

I would check the cable (assuming USB connectors on PC is working) Did you use original Nokia Cable ?
 

The Following 2 Users Say Thank You to nieldk For This Useful Post:
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#50
Okay, please chdck your IP configuration; "ifconfig -a"
There should be an entry about usb0
 

The Following 2 Users Say Thank You to juiceme For This Useful Post:
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 10:02.