On 4/07/24 12:10, Tomoaki AOKI wrote:
[...]
If you start X from command line with startx and the cause was as above,
you should see the panic on loading the module.
For simplicity, I'm just using startx. However, the panic is a bit more
subtle than a panic from a simple kldload. I'm currently
Steven Friedrich writes:
> Installed devices:
> pcm0: on hdaa0 (1p:1v/1r:1v)
> [...]
> pcm1: on hdaa0 (1p:1v/1r:1v)
> [...]
> pcm2: on hdaa1 (1p:1v/0r:0v) default
> [...]
add
hw.snd.default_unit=2
to /etc/sysctl.conf and reboot.
DES
--
Dag-Erling Smørgrav - d...@freebsd.org
I already have that sir:
cat /etc/sysctl.conf.local
net.local.stream.recvspace=65536
net.local.stream.sendspace=65536
# net.inet.ip.fw.verbose_limit=5
hw.snd.default_unit=2
hw.snd.verbose=2
Also, I have written a testSound shell script:
cat testSound
#!/bin/sh
echo "Begin `uname -s` `basename -
Here's a run of my testSound shell script:
testSound
Begin FreeBSD testSound on Envy
FreeBSD Audio Driver
Installed devices:
pcm0: on hdaa0 (1p:1v/1r:1v)
snddev flags=0x2e2
[pcm0:play:dsp0.p0]: spd 48000, fmt 0x00200010
I wrote:
> I need your help in setting up the brightness control on
> HP 15-b0xx laptop via sysctl.
I was infored that this ability has been discountinued in
favour of the backlight utility, so I gave up and wrote the
following devd rule:
notify 10
{ match "system""ACPI" ;
Now that I have enabled[1] the Fn-brighness controls on my
HP 15-0bxx, the next step is to enable the Fn-volume
controls. Unlike brightness, I do not see anything in
/var/run/devd.pipe when pressing pressing those keys, and
there no is acpi_sound driver, and acpi_hp provides no sound
events or con
Hello Anton,
Anton Shepelev wrote:
> I wrote:
>
> > I need your help in setting up the brightness control on
> > HP 15-b0xx laptop via sysctl.
>
> I was infored that this ability has been discountinued in
> favour of the backlight utility, so I gave up and wrote the
> following devd rule:
>
> [.
Christos Margiolis wrote:
> [...] "bind +" [...] "bind -" [...]
I meant to write "bright".
Christos
Kevin Oberman:
> This is what I used. I have it in /etc/devd/thinkpad.conf.
>
> notify 100 {
> match "system" "ACPI";
> match "subsystem" "IBM";
> match "notify" "0x10";
> action "/usr/bin/backlight +";
> };
>
> no
July 4, 2024 7:49 PM, "Jonathan Chen" wrote:
> On 4/07/24 12:10, Tomoaki AOKI wrote:
> [...]
>
>> If you start X from command line with startx and the cause was as above,
>> you should see the panic on loading the module.
>
> For simplicity, I'm just using startx. However, the panic is a bit mo
10 matches
Mail list logo