hello all,
i like the sheevaplug. its really cool and fast. but i could need some help using its "apt-get" capabilities.
for testing i installed jaunty (9.04) on a netbook. apt-get works fine for installing packages on the netbook ('apt-get update' doesn't work though).
i log into the netbook AND the sheevaplug with winSCP over SSH as root (user) using a key, all is good.
i can start putty into both devices.
on the netbook: (apt-get working)
[email protected]:~# apt-get install wget
Reading package lists... Done
Building dependency tree
Reading state information... Done
wget is already the newest version.
The following packages were automatically installed and are no longer required:
linux-headers-2.6.28-11 linux-headers-2.6.28-11-generic
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
[email protected]:~#on the sheevaplug: (apt-get not working)
[email protected]:~# apt-get install wget
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package wget
[email protected]:~#i have copied the /etc/apt/sources.list from the netbook to the sheevaplug
and tried lots of instructions regarding /etc/apt/sources.list...all failed.
someone please help.....im desperate....
this is my /etc/network/interfaces on the sheevaplug:
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.255.255.0
auto eth0
# Commented out DHCP setting:
#iface eth0 inet dhcp
iface eth0 inet static
address 192.168.178.17
netmask 255.255.255.0
network 192.168.178.0
broadcast 192.168.178.255
gateway 192.168.178.2i'd be really thankful for any help!!!