Skip to content

Instantly share code, notes, and snippets.

View decuser's full-sized avatar

Will Senn decuser

View GitHub Profile
@decuser
decuser / mktape
Last active January 20, 2022 18:41
#!/usr/bin/env python
# Written by Will Senn. Create a bootable SimH tap file to install the system.
# Originally Based on Hellwig Geisse’s mktape.c and inspired by various Perl scripts
# Argument handling borrowed from Allen Garvin's mk-dist-tape.py
#
# created 20171012.1924
# coverted to python 20220120.1019 in prep for a better generalized version
# generalized by adding argument handling
Issue with sound in FBSD 11.1 on 20" iMac Early 2008 (iMac8,1)
I recently (yesterday) installed FreeBSD 11.1 as the sole OS on my iMac.
I have KDE installed and working.
I tried a youtube video in firefox, and no sounds came from the speakers (which worked fine in Mac OS X)
I tried sudo cat /dev/random /dev/dsp, and no sound
Here are loader.conf, sndstat, and dmesg messages that seem to indicate "it oughta work"
How should I go about finding out if there is a misconfiguration?
#********************************************************************
#** _00-readme-freebsd-11.1-imac.txt
#** This note describes the proces of installing FreeBSD 11.1
#** on an Intel iMac (early 2008)
#** xref _00-readme-freebsd-11.txt
#** last update 20170822.2034
#********************************************************************
---------------------------------------------------------------------
-- System Specifications:
---------------------------------------------------------------------
Note:
ADVENT will compile in FB and run in SJ
PC is not available in XM, but it is in FB
Devices
DL RL01/RL02 Cartridge Disk
DM RK06(13M)/RK07(26M) Cartridge Disk
DU MSCP Disk-Class Handler
RA60(195MB)/RA80/RA81/RA82(594MB) Disk
att rq1 f77v5b.dsk
.IND du1:INSTAL.COM
;
; FORTRAN-77/RT-11 Installation procedure for RX50 diskette distribution
; Version 5.0
;
; This procedure will build the working FORTRAN-77 on SY:
;
* Enter the name of the device holding the distribution files [ddn:] [S]: du1:
;
Episode 3
Full Blown X Windows Environment
Plasma (KDE)
Prereqs
Base System Install on VirtualBox (see the first video)
Overview
Objectives:
Episode 2
Basic X Windows Environment
TWM & Lumina
This video is drawn from the July 31 presentation of FreeBSD Fridays:
FreeBSD InstallFest- Part 2 by rollerangel
Prereqs
Base System Install on VirtualBox (see the first video)
#*********************************************************************
#** Short Version of How to Install FreeBSD 12.1 in VirtualBox 6.1
#*********************************************************************
We will take about 15 minutes to complete the install.
Prepare
Install
Configure
Test
/*********************************************************************
** freebsd-device-driver-development.txt
** last modified 20200729.1151
*********************************************************************/
Download 8.4 dvd 1
aria2c http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/ISO-IMAGES/8.4/FreeBSD-8.4-RELEASE-i386-dvd1.iso
Create a new virtual box instance
freebsd32
@decuser
decuser / Vagrantfile
Created June 19, 2020 09:26 — forked from sdorra/Vagrantfile
SCM-Manager on FreeBSD
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.box = "freebsd/FreeBSD-12.0-STABLE"
# forward SCM-Manager port to host
config.vm.network "forwarded_port", guest: 8080, host: 8080
# add some more memory