|
|
2007-01-23
, 06:52
|
|
Posts: 72 |
Thanked: 8 times |
Joined on Jan 2007
|
#2
|
|
|
2007-01-23
, 11:55
|
|
Posts: 2,102 |
Thanked: 1,309 times |
Joined on Sep 2006
|
#3
|
|
|
2007-01-23
, 12:49
|
|
Posts: 72 |
Thanked: 8 times |
Joined on Jan 2007
|
#4
|
I also thought that there was a log window in the package manager app (though may be wrong), does this show anything?
osso-application-installer 4.42, UI version 2 E: Failed to fetch http://catalogue.tableteer.nokia.com/certified/dists/bora/Release.gpg Could not connect to 127.0.0.1:8118 (127.0.0.1). - connect (111 Co$
|
|
2007-01-27
, 01:15
|
|
Posts: 72 |
Thanked: 8 times |
Joined on Jan 2007
|
#5
|
<entry name="ipv4_address" mtime="1169495695" type="string">
<stringvalue>0.0.0.0</stringvalue>
</entry>
<entry name="ipv4_netmask" mtime="1169495695" type="string">
<stringvalue>0.0.0.0</stringvalue>
</entry>
<entry name="ipv4_gateway" mtime="1169495695" type="string">
<stringvalue>0.0.0.0</stringvalue>
</entry>
<entry name="ipv4_autodns" mtime="1169495695" type="bool" value="true">
</entry>
<entry name="ipv4_dns1" mtime="1169495695" type="string">
<stringvalue>0.0.0.0</stringvalue>
</entry>
<entry name="ipv4_dns2" mtime="1169495695" type="string">
<stringvalue>0.0.0.0</stringvalue>
</entry>
<entry name="proxy_http" mtime="1169495695" type="string">
<stringvalue>127.0.0.1</stringvalue>
</entry>
<entry name="proxy_http_port" mtime="1169495695" type="int" value="8118">
</entry>
<entry name="proxy_https" mtime="1169495695" type="string">
<stringvalue>127.0.0.1</stringvalue>
</entry>
<entry name="proxy_https_port" mtime="1169495695" type="int" value="8118">
</entry>
<entry name="proxy_ftp" mtime="1169495695" type="string">
<stringvalue></stringvalue>
</entry>
<entry name="proxy_ftp_port" mtime="1169495695" type="int" value="0">
</entry>
<entry name="proxy_rtsp" mtime="1169495695" type="string">
<stringvalue></stringvalue>
</entry>
<entry name="proxy_rtsp_port" mtime="1169495695" type="int" value="0">
</entry>
<entry name="omit_proxy" mtime="1169495695" type="list" ltype="string">
</entry>
<entry name="autoconf_url" mtime="1169495695" type="string">
<stringvalue></stringvalue>
</entry>
Was working on USB Networking. The instructions I found included a script by Michael Mlivoncic which loaded a module from /mnt/initfs/lib/modules/current. The problem was that current was a symbolic link to /lib/modules/2.6.18-omap1, which didn't exist. /mnt/initfs/lib/modules/2.6.18-omap1, however, DID exist.
I'm not going to try to justify what I did, but I deleted current and attempted to remake it using
I removed the /etc/init.d/usbnet script even though it was never set to run automatically, but it still reboot loops in production mode.
Can I replace the current link without reflashing? If not, will it be the same as it was when I bought it after a reflash, does Nokia include extra "proprietary" stuff that isn't available in the maemo.org download?
I'd much rather NOT have to go through all of the setup process over again (installed a LOT of stuff) but I realize I may not have a choice.
Last edited by bobpaul; 2007-01-27 at 01:16. Reason: Solved