Posts de Dezembro, 2008

Change MAC address on Debian Systems

18 18UTC Dezembro 18UTC 2008

As of version 0.090, udev has the ability to statically rename ethernet cards based on MAC address. The addresses are configured in /etc/udev/rules.d/z25_persistent-net.rules .  If you want the mappings to change, edit that file.  See <forcedeth mac>.  As of version 0.124-1 the file is called /etc/udev/rules.d/70-persistent-net.rules

VirtualBox 2.1.0 without bridge configuration

18 18UTC Dezembro 18UTC 2008

“Note: Even though TAP is no longer necessary on Linux with the new Host Interface Networking of VirtualBox 2.1, you can still use TAP interfaces for certain advanced setups, since you can connect a VM to any host interface – which could also be a TAP interface.”

Machine -> Settings -> Network
Attached to:
Host Interface
Host Interfaces:
eth0

The start your virtual machine, and configure IP address interface of guest operation system.
Enjoy!

Debian Etch 4 no CCE W92

11 11UTC Dezembro 11UTC 2008

Para testar o Xen resolvi instalar o Debian no CCE W92.
Lá vão algumas dicas para conseguir instalar o bicho:

- C3 function enabled na BIOS
- No carregamento do CD netinst: linux generic.all_generic_ide=1 vga=791 noapic nolapic acpi=off

Em resumo, CCE+Sis é um hardware bom pra fazermos malabarismos.

Fedora 10 on CCE W92

1 01UTC Dezembro 01UTC 2008

Notebook CCE W92 – http://www.cceinfo.com.br/pagina.php?IdPagina=2&Tipo=SPagina&ProdutoId=126&URL=produto-detalhe

CCE W92

CCE W92

To “solve” problems with hardware “sis”:
On Live CD Boot – add “xdriver=vesa” vga=791
After install Fedora 10, log on console.

shell> yum install system-config-display
shell> system-config-display
shell> vi /etc/X11/xorg.conf

Section “Device”
Identifier  “Videocard0″
Driver      “vesa”
EndSection

Section “Screen”
Identifier “Screen0″
Device     “Videocard0″
Monitor    “Monitor0″
DefaultDepth     24
SubSection “Display”
Viewport   0 0
Depth     24
EndSubSection
EndSection

Save file and start gnome!