User Tools

Site Tools


linux:devuan_install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:devuan_install [2026/04/05 02:44] azmanlinux:devuan_install [2026/04/05 02:49] (current) – removed azman
Line 1: Line 1:
-====== Devuan Installation ====== 
- 
-My Devuan installation notes. 
- 
-====== Using Wine on Devuan ====== 
- 
-Setup Wine (as root): 
-  * enable multiarch  
-  * install wine and winetricks <code># apt install wine wine32 winetricks</code> 
-Configure Wine (as user): 
-  * if required, remove previous settings <code>$ rm -rf $HOME/.wine</code> 
-  * config for win32 <code>$ WINEARCH=win32 winecfg</code> 
-  * setup nice fonts <code>$ winetricks corefonts</code> 
- 
-//Note: Install ''fuseiso'' to enable mounting ISO as user// 
- 
-===== Game: Red Alert 2 ===== 
- 
-Setup Installer ISO: 
-  * create link to ISO as CDROM device <code>$ ln -sf /path/to/install.iso $HOME/.wine/dosdevices/d::</code> 
-  * mount ISO <code>$ fuseiso mount  /path/to/install.iso $HOME/.wine/drive_d</code> 
-  * create link to mount path as CDROM drive <code>$ ln -sf $HOME/.wine/drive_d $HOME/.wine/dosdevices/d:</code> 
- 
-Run installer 
-  * <code>$ wine D:\\Setup.exe</code> 
- 
-Fixes: 
-  * menu does not show (solution available at [[https://appdb.winehq.org/objectManager.php?sClass=version&iId=252|WineHQ]]) 
-    * download ddraw.dll from https://github.com/CnCNet/ts-ddraw/releases 
-    * place in RA2 install path 
-    * run winecfg add that to library (as window native, instead of builtin) 
- 
-===== Application: LTSpice ===== 
- 
-  * download windows version from ltspice website and run <code>$ wine /download/path/LTspiceXVII.exe</code> 
- 
-====== Devuan on Raspberry Pi ====== 
- 
-Check out [[http://arm-files.devuan.org/|here]]. 
- 
-===== RasPi400 ===== 
- 
-Using ''rpi-devuan-chimaera-5.10.110-ext4-2022-04-16.zip'' 
- 
-  * boots ok (default hostname=bcm2711) 
-  * login (root:toor) 
-  * setup <code># run-setup</code> 
-  * change hostname (edit /etc/hostname and /etc/hosts) 
-  * reboot 
-  * remove default user <code># userdel -r devuan</code> 
-  * most development stuffs i want are preinstalled! yay! 
-  * install vim <code># apt install vim</code> 
-  * remove nano <code># apt remove nano</code> 
-    * also <code># rm .nanorc</code> 
-  * install xorg stuffs <code># apt install xorg libx11-dev libxft-dev libxinerama-dev</code> 
-  * install suckless stuffs <code># apt install stterm suckless-tools</code> 
-  * create user and login as that user 
-  * get my1shell and my1ubuild <code> 
-# git clone https://codeberg.org/azman/my1shell 
-# git clone https://codeberg.org/azman/my1ubuild 
-</code> 
-  * install ''dwm'' from source 
-  * install browser & font <code># apt install surf fonts-liberation2</code> 
- 
-//work in progress... 2 issues: {surf cannot validate cert}{reboot hangs}// 
- 
-//**Note:** Will simply use Raspberry Pi OS for now... // 
  
linux/devuan_install.1775357086.txt.gz · Last modified: by azman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki