Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2016 09:41:22 +0100
From:      Jens <mailinglists@927589452.de>
To:        freebsd-questions@freebsd.org
Cc:        No Spam <mailinglists@927589452.de>
Subject:   Sound Problems [Noob Question]
Message-ID:  <20161108084122.GB1197@bsd.lan>

next in thread | raw e-mail | index | archive | help

--/04w6evG8XlLl3ft
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline

Hi Guys,

the solution to my problem is probably easy but i can't find it.

The only sound i get from my 

\code
# uname -a

FreeBSD bsd.lan 11.0-RELEASE-p1 FreeBSD
11.0-RELEASE-p1 #0 r306420: Thu Sep 29 01:43:23 UTC 2016
root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC  amd64
\endcode

other then some garbled static or a feedback loop when i begin closing
my notebook ( a ASUS F751M ).

I tested the speaker system itself by booting a live linux and it worked
out of the box, but i would like to stick with FreeBSD.

I included my /etc/rc.conf and my /boot/loader.conf .

If you have any ideas what i can try or which configs you need, i will
try to answer ASAP.

Greets
J

--/04w6evG8XlLl3ft
Content-Type: text/plain; charset=utf-8
Content-Disposition: attachment; filename="rc.conf"

hostname="bsd.lan"
keymap="de.acc"
wlans_run0="wlan1"
wlans_ath0="wlan0"
ifconfig_wlan0="WPA DHCP"
ifconfig_wlan0_ipv6="inet6 accept_rtadv"
ifconfig_Wlan1="WPA DHCP"
ifconfig_wlan1_ipv6="inet6 accept_rtadv"

local_unbound_enable="YES"
sshd_enable="YES"
moused_enable="YES"


# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="AUTO"
zfs_enable="YES"
dbus_enable=YES
#gdm_enable=YES
moused_enable="YES"

# powerd: hiadaptive speed while on AC power, adaptive while on battery power
powerd_enable="YES"
powerd_flags="-a hiadaptive -b adaptive"

# Enable BlueTooth
hcsecd_enable="YES"
sdpd_enable="YES"

# Synchronize system time
ntpd_enable="YES"
# Let ntpd make time jumps larger than 1000sec
ntpd_flags="-g"

pf_enable="YES"

#slim_enable="NO"
devfs_system_ruleset=localrules
autofs_enable=yes
devfs_speaker_ruleset="speaker"

webcamd_enable=YES

pulseaudio_enable="YES"
#oss_enable="YES"


--/04w6evG8XlLl3ft
Content-Type: text/plain; charset=utf-8
Content-Disposition: attachment; filename="loader.conf"

geli_ada0p4_keyfile0_load="YES"
geli_ada0p4_keyfile0_type="ada0p4:geli_keyfile0"
geli_ada0p4_keyfile0_name="/boot/encryption.key"
aesni_load="YES"
geom_eli_load="YES"
geom_eli_passphrase_prompt="YES"
vfs.root.mountfrom="zfs:zroot/ROOT/default"
kern.geom.label.gptid.enable="0"
zpool_cache_load="YES"
zpool_cache_type="/boot/zfs/zpool.cache"
zpool_cache_name="/boot/zfs/zpool.cache"
zfs_load="YES"
# Use new graphical console driver
kern.vty=vt

# Devil worship in loader logo
loader_logo="beastie"

# Boot-time kernel tuning
kern.ipc.shmseg=1024
kern.ipc.shmmni=1024
kern.maxproc=10000

# Load MMC/SD card-reader support
mmc_load="YES"
mmcsd_load="YES"
sdhci_load="YES"

# Access ATAPI devices through the CAM subsystem
atapicam_load="YES"

# Filesystems in Userspace
fuse_load="YES"

# Intel Core thermal sensors
coretemp_load="YES"

# AMD K8, K10, K11 thermal sensors
#amdtemp_load="YES"

# In-memory filesystems
tmpfs_load="YES"

# Asynchronous I/O
#aio_load="YES"

# Handle Unicode on removable media
libiconv_load="YES"
libmchain_load="YES"
cd9660_iconv_load="YES"
msdosfs_iconv_load="YES"
#snd_hda_load="YES"
#snd_driver_load="YES"
#if_ath_load="YES"
vmm_load="YES"
cuse4bsd_load=YES
cuse_load=YES
hw.x2apic_enable=0
#bluez
ubtbcmfw_load=yes
ng_ubt_load=yes

linux_v4l2wrapper_load="YES"

--/04w6evG8XlLl3ft--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20161108084122.GB1197>