Tran Posted January 21, 2004 Author Share Posted January 21, 2004 Er... I don't have a sound card, it's on board... I'm not screwed right? EDIT: I'm running on kernel 2.6.1. KEYBOARD: Yeah, in rc.conf it's setup as US (yes it's uncommented) but the keyboard is still acting internationally to me every boot up. Link to comment Share on other sites More sharing options...
MrStaticVoid Posted January 21, 2004 Share Posted January 21, 2004 Not US but us. No you are not screwed, what "sound chip" do you have? Link to comment Share on other sites More sharing options...
Tran Posted January 21, 2004 Author Share Posted January 21, 2004 This is how it looks like now: # Use KEYMAP to specify the default console keymap. There is a complete tree # of keymaps in /usr/share/keymaps to choose from. This setting is used by the # /etc/init.d/keymaps script. KEYMAP="us" # Should we first load the 'windowkeys' console keymap? Most x86 users will # say "yes" here. Note that non-x86 users should leave it as "no". SET_WINDOWKEYS="no" Link to comment Share on other sites More sharing options...
MrStaticVoid Posted January 21, 2004 Share Posted January 21, 2004 Run "rc-status boot" and tell me if keymaps is started. Link to comment Share on other sites More sharing options...
Tran Posted January 21, 2004 Author Share Posted January 21, 2004 Strange, doesn't appear to show up. Keymaps doesn't start but the other stuff do. Link to comment Share on other sites More sharing options...
MrStaticVoid Posted January 21, 2004 Share Posted January 21, 2004 So run "rc-update add keymaps boot" and everything should work. Now what sound chip do you have? Link to comment Share on other sites More sharing options...
Tran Posted January 21, 2004 Author Share Posted January 21, 2004 I'm copying this directly from the ALSA Mixer: Yamaha YMF753, Silicon Laboratory Si3036/8 rev 7. EDIT: Terminal says "keymaps already installed in runlevel boot; skipping" Link to comment Share on other sites More sharing options...
MrStaticVoid Posted January 21, 2004 Share Posted January 21, 2004 So you already have ALSA working...how did you get the modules loaded? Do you know which module you are using? If not, post the output of lsmod. Link to comment Share on other sites More sharing options...
Tran Posted January 21, 2004 Author Share Posted January 21, 2004 I think 2.6.1 already came with ALSA built in. I emerged alsa-lib/tools/utils/oss. How do I get the ouput of lsmod. Again, sorry, big newb here. Link to comment Share on other sites More sharing options...
MrStaticVoid Posted January 22, 2004 Share Posted January 22, 2004 Just run lsmod in the console, that will show what modules are currently loaded into your kernel. Then I can see what module you are using for your sound and I can tell you what you need to do to get your volume reloaded at startup. Link to comment Share on other sites More sharing options...
Tran Posted January 22, 2004 Author Share Posted January 22, 2004 No modules appear to be loaded when I type "lsmod". I'm not very surprised though because I didn't make modules while compiling the kernel. Module Size Used by Link to comment Share on other sites More sharing options...
Recommended Posts