Skip to content

Instantly share code, notes, and snippets.

View decuser's full-sized avatar

Will Senn decuser

View GitHub Profile
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
#********************************************************************
#** _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:
---------------------------------------------------------------------
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?
@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