Gentoo Archives: gentoo-user

From: saf@archivum.info (saf)
To: gentoo-user@l.g.o
Subject: [gentoo-user] How to activate PC speaker with kernel 2.6.14?
Date: Sun, 22 Jan 2006 15:55:55
Message-Id: 20060122155121.GA15828@archivum.info
1 Hi,
2
3 I have a problem.
4 I can't use my pc speaker, but I know the speaker works because when
5 booting my PC I hear the check "biiiiiip". :-)
6
7 I installed the program beep (emerge beep), but I hear nothing!
8 I don't get errors.
9
10 Does sombebody knows how to activate the pc speaker?
11 Is there a kernel option for it?
12
13 Here a strace output of beep:
14
15 julia saf # id
16 uid=0(root) gid=0(root)
17 groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel),11(floppy),18(audio),20(dialout),26(tape),27(video)
18 julia saf # strace beep
19 execve("/usr/bin/beep", ["beep"], [/* 50 vars */]) = 0
20 uname({sys="Linux", node="julia", ...}) = 0
21 brk(0) = 0x804b000
22 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or
23 directory)
24 open("/etc/ld.so.cache", O_RDONLY) = 3
25 fstat64(3, {st_mode=S_IFREG|0644, st_size=109008, ...}) = 0
26 mmap2(NULL, 109008, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7f0b000
27 close(3) = 0
28 open("/lib/tls/libc.so.6", O_RDONLY) = 3
29 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320Q\1"...,
30 512) = 512
31 fstat64(3, {st_mode=S_IFREG|0755, st_size=1203608, ...}) = 0
32 mmap2(NULL, 1150172, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3,
33 0) = 0xb7df2000
34 mmap2(0xb7f05000, 16384, PROT_READ|PROT_WRITE,
35 MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x112) = 0xb7f05000
36 mmap2(0xb7f09000, 7388, PROT_READ|PROT_WRITE,
37 MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xb7f09000
38 close(3) = 0
39 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
40 0) = 0xb7df1000
41 mprotect(0xb7f05000, 4096, PROT_READ) = 0
42 mprotect(0xb7f3b000, 4096, PROT_READ) = 0
43 set_thread_area({entry_number:-1 -> 6, base_addr:0xb7df1aa0,
44 limit:1048575, seg_32bit:1, contents:0, read_exec_only:0,
45 limit_in_pages:1, seg_not_present:0, useable:1}) = 0
46 munmap(0xb7f0b000, 109008) = 0
47 open("/dev/urandom", O_RDONLY) = 3
48 read(3, "5\241)\21", 4) = 4
49 close(3) = 0
50 brk(0) = 0x804b000
51 brk(0x806c000) = 0x806c000
52 rt_sigaction(SIGINT, {0x8049040, [INT], SA_RESTART}, {SIG_DFL}, 8) = 0
53 open("/dev/console", O_WRONLY) = 3
54 ioctl(3, KIOCSOUND, 0xa97) = 0
55 nanosleep({0, 200000000}, NULL) = 0
56 ioctl(3, KIOCSOUND, 0) = 0
57 close(3) = 0
58 exit_group(0) = ?
59 Process 15082 detached
60
61 --
62 Best regards,
63 Stephan FERRARO
64 NOOFS Core Developper - http://www.noofs.org/
65 GnuPG public key: gpg --keyserver www.keyserver.net --recv-key 94B2664F

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] How to activate PC speaker with kernel 2.6.14? Alexander Skwar <listen@×××××××××××××××.name>
[gentoo-user] Re: How to activate PC speaker with kernel 2.6.14? Michael Mauch <michael.mauch@×××.de>
Re: [gentoo-user] How to activate PC speaker with kernel 2.6.14? Bill Roberts <billbalt@×××××××××××××.com>