0 Members and 1 Guest are viewing this topic.
Well it's the 32-bit ISO on the disc, so kinda confused. If that's where the missing RAM is going then that's alright. Just hope it hasn't grown legs and walked. Lol.
radeon.modeset=0
*-memory description: System Memory physical id: 14 slot: System board or motherboard size: 2GiB capacity: 2GiB
Ignoring unknown interface eth0=eth0Hardware list; Code: [Select]sudo lshw -C network*-network DISABLEDdescription: Ethernet Interfaceproduct: RTL-8139/8139C/8139C*vendor: Realtek Semiconductor CO., Ltd.physical id: 2bus info: pci0000 : 02 : 02 : 0logical name: eth0version: 10serial: 00:16:76:00:13:b5size: 100MB/swidth: 32 bitsclock: 33 MHzcapabilities: pm bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt autonegotiatio n configuration: autonegotiatio n=on broadcast=yes driver=8139too driverversion=0.9.20 duplex=full latency=64 maxlatency=64 link=yes mingnt=32 multicast=yes port=MII speed=100MB/sresources: irq:21 ioport:1000(size256) memory:a00000000-a00000ff
sudo lshw -C network
sudo nano /etc/network/interfaces
sudo nano /etc/resolv.conf
auto loiface lo inet loopback
auto loiface lo inet loopback# Added by BkSauto eth0iface eth0 inet staticaddress 192.168.0.8netmask 255.255.255.0gateway 192.168.0.1
# Added by BkSnameserver 192.168.0.1
sudo ifup eth0
mkdir ~/webmincd ~/webminwget http://sourceforge.net/projects/webadmin/files/webmin/1.580/webmin_1.580_all.debsudo dpkg -i webmin_1.580_all.deb
sudo apt-get install webmin