Linux

Archive for the ‘Hardware’

USB devices not mounting in Lucid? Here’s a fix.

If you are pestered by the bug that doesn;t let you mount USB devices in Ubuntu Lucid Lynx, the issue is caused by the floppy module. Disable it with sudo modprobe -r floppy and reboot. [...]


Change your MAC address in Linux

If you wish to change your MAC address in Linux, all you have to do is bring the interface down then use the hw ether switch: ifconfig eth0 downifconfig eth0 hw ether 02:01:02:03:04:08ifconfig eth0 up [...]


Find out what RAM type you have in Linux

To check what RAM memory type yo have installed (and also see other useful information about your system), do a sudo dmidecode Depending on the version of dmidecode you have installed and the hardware configuration you h[...]


Squeeze out information about your hardware

There are a lot of ways to find out information about your hardware in Linux. From the simplest free or lspci to a more detailed information like the one the follows.Open up a console and type sudo dmidecode | more You&#[...]