OpenBSD | archaic mirrors
You need an VERY old version mirror? ftp://mirror.jmu.edu/pub/OpenBSD/ ftp://ftp.nluug.nl/pub/OpenBSD/
You need an VERY old version mirror? ftp://mirror.jmu.edu/pub/OpenBSD/ ftp://ftp.nluug.nl/pub/OpenBSD/
Your W7 guest can ping even canonical addresses but browsers and updates don’t work? Switch from NATed to bridged mode.
You have two builtin sound devices: digital and analog. Digital is listed first. You’ve to change the order, cs. firefox and chrome play to the first device only. Try the following: Go to /etc/default/grub and add snd-hda-intel.index=1,0 to the GRUB_CMDLINE_LINUX_DEFAULT line.
/etc/conf.d/keymaps keymap=”de-latin1-nodeadkeys” windowkeys=”YES” extended_keymaps=”backspace keypad euro2″ dumpkeys_charset=”” fix_euro=”YES”
echo ‘exec startfluxbox’ > ~/.xinitrc echo “$(which tty) | grep ‘tty6’ > /dev/null && exec startx” >> ~/.bashrc Select terminal 6 for login. It will run X with fluxbox after login succeeded.
Go to xorg.conf.d directory. Add the following files: 30-keyboard.conf Section “InputClass” Identifier “keyboard-all” Driver “evdev” Option “XkbLayout” “de” Option “XkbModel” “pc105” # Option “XkbRules” “xorg” Option “XkbOptions” “nodeadkeys” Option “XkbVariant” “,qwertz” MatchIsKeyboard “on” EndSection 40-monitor.conf Section “Monitor” Identifier “DP” Option “PreferredMode” “2560×1440” # Option “Primary” “true” EndSection Section “Monitor” Identifier “DP2” Option “PreferredMode” “2560×1440” Option […]
K3B does not detect any optical drives? —> udevd not running?