RE: Familiar on 5450 - Kernel upgrade

From: <erik.chakravarty_at_accenture.com>
Date: Thu, 27 May 2004 17:27:16 +0200

Hi all,

Thanks for all your help I managed to get my iPAQ 5450 up and running
with PPP over serial working. So when I'd got my iPAQ networking routed
through my laptop and proxy server, I ran ipkg update and ipkg upgrade.

This apparently broke my system. :(

This is the output from the bootloader "boot" instruction:

------------------------------------------------------------------------

--
boot> boot                              
booting jffs2...                        
booting boot/zImage from partition >root<
Scanning all of flash for your JFFS2 convenience. Est Time: 6-12
seconds!
build_list: max = 01FBFFBC              
.....
dir entries = 00000CBD
frag entries = 00003FF3
+4 increments = 00000000
+file_offset increments = 0000AEC8
find_inode failed for name=zImage-2.4.19-rmk6-pxa1-hh36.8
Failed to resolve inode file structure
loaded file of size = 0x00000000 at location 0xA0008000
kernel partition base A0008000
kernel_magic=20746573
kernel_region_words[9]=3D74696E
Unrecognized kernel image
boot>
------------------------------------------------------------------------
--
Anyone know how to fix / regress?
The other problem is that when trying to load any modules, I always get
errors from the snd-5400 module. The message is that it contains
unresolved symbols. Especially annoying is when I have tried to install
and load the stowaway keyboard module - ipkg seems to download and
install it fine but when I try to insmod / modprobe it, I get an error
saying the file could not be located.
Any help with any of these issues would be much appreciated.
Cheers
Erik
-----Original Message-----
From: h5400-port-bounces_at_handhelds.org
[mailto:h5400-port-bounces_at_handhelds.org] On Behalf Of Stefano Salvi
Sent: 22 May 2004 16:41
To: h5400-port_at_handhelds.org
Subject: Re: [H5400-port] Familiar on 5450 - Kernel upgrade
At 13.15 22/05/2004 +0200, you wrote:
>I saw notes on using ipkg to install a new kernel (36.9?) which
>apparently eliminates this bug - however I have no way getting a direct
>connection to the Internet from my iPAQ (no expansion packs, and I have
>no WLAN or Bluetooth devices yet at home...). I have also tried to set 
>up USB networking from my Debian laptop but this just made my iPAQ 
>hang...
Did you try using PPP over the serial line. From Debian is very simple.
You only need a script to run from root like the following:
-----------------------------------------------------------------------
  #!/bin/bash
# Creates  PPP connection
# WARNING 'iPAQ must not be logged on serial line (must be at login:) #
(The following command must be on a single line from '/' to '&')
/usr/sbin/pppd /dev/ttyS0 115200 192.168.0.1:192.168.0.2 ms-dns 
195.130.224.18 nodetach local noauth nocrtscts lock user ppp connect 
"/usr/sbin/chat -v -t3 ogin--ogin: ppp" &
# Setup for NetFilter
#
# Empties main table
iptables -F
# Empties 'nat' table
iptables -t nat -F
# Sets up "forwarding"
iptables -t nat -A POSTROUTING -s 192.168.0.2 -j SNAT --to 10.0.155.155
# Accepts packets to route iptables -A FORWARD -s 192.168.0.2 -j ACCEPT
# Turns forwarding on
echo 1 > /proc/sys/net/ipv4/ip_forward
-----------------------------------------------------------------------
This creates a PPP connection to your iPAQ and allows it to share your 
Internet connection.
You can log into you iPAQ from the Debian (Linux box) with the command:
ssh -l root 192.168.0.2 and, if you configure porperly the iPAQ
resolv.conf file, access the 
Internet from it.
         Stefano Salvi _______________________________________________
H5400-port mailing list
H5400-port_at_handhelds.org
https://www.handhelds.org/mailman/listinfo/h5400-port
This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information.  If you have received it in error, please notify the sender immediately and delete the original.  Any other use of the email by you is prohibited.
Received on Thu May 27 2004 - 20:58:37 EDT

This archive was generated by hypermail 2.2.0 : Mon Jul 25 2005 - 17:20:10 EDT