Size: 7093
Comment:
|
← Revision 51 as of 2008-06-26 09:53:15 ⇥
Size: 8191
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
DynebolicFaq : [http://dynebolic.org/ dyne:bolic homepage] | DynebolicFaq : [[http://dynebolic.org/|dyne:bolic homepage]] |
Line 3: | Line 4: |
==== Why can't I boot dyne:bolic 1.2 on my laptop? ==== |
=== Why can't I boot dyne:bolic 1.2 on my laptop? === |
Line 8: | Line 7: |
Oh and by the way read the [http://www.ibiblio.org/mdw/HOWTO/BootPrompt-HOWTO.html BootPrompt-HOWTO] which is a very good reference for Linux boot options. | Oh and by the way read the[[http://www.ibiblio.org/mdw/HOWTO/BootPrompt-HOWTO.html|BootPrompt-HOWTO]]which is a very good reference for Linux boot options. ---- === How can I change the booting resolution? === You only have to type the following on dyne:bolics' boot prompt: {{{Linux vga=}}}'''ZZZ''' ...where '''ZZZ''' is a decimal number according to the following color scheme: ||Colors ||640x480 ||800x600 ||1024x768 ||1152x864 ||1280x1024 ||1600x1200 || ||15 bits || 0x310 || 0x313 || 0x316 || 0x162 || 0x319 || 0x31D || ||16 bits || 0x311 || 0x314 || 0x317 || 0x163 || 0x31A || 0x31E || ||decimal || 785 || 788 || 791 || ? || 794 || 798 || ||24 bits || 0x312 || 0x315 || 0x318 || ? || 0x31B || 0x31F || ||decimal || 786 || 789 || 792 || ? || 795 || 799 || ||32 bits || ? || ? || ? || 0x164 || ? || ? || ---- === How can I use dyne:bolic with a video projector? I want to use it in multimedia training... === If dyne:bolic hardware recognition fails with the projector connected to the PC, a workaround may help (it still needs to be tested further): First boot Knoppix or Kanotix with the PC where dyne:bolic and the projector are installed. Once you reach the GUI and the projector is working (you may have to downscale the resolution to 1024x768), save /etc/X11/XF86config-4 to a device (such as a memory stick). Boot dyne:bolic as usual, and once you reach the GUI copy XF86config-4 to /etc/XF86config susbstituting the existent one. Restart the GUI, using the menu option "EXIT / Restarting X-Server" - and you should have working both the GUI and the projector. If Knoppix or Kanotix have recognized a higher resolution than what your projector is capable, then downscale the resolution or modify the saved XF86config, erasing the resolutions not fitting. ---- === I've got an on-board soundcard and a PCI one, but cannot make the PCI one function. What's wrong? === Disable your on-board soundcard through the BIOS setup. |
Line 10: | Line 26: |
==== How can I change the booting resolution? ==== You only have to type the following on dyne:bolics' boot prompt: {{{Linux vga=}}}'''zzz''' ...where '''zzz''' is a decimal number corresponding to the following colour scheme: ||Colours||640x480||800x600||1024x768||1152x864||1280x1024||1600x1200|| ||15 bits|| 0x310 || 0x313 || 0x316 || 0x162 || 0x319 || 0x31D || ||16 bits|| 0x311 || 0x314 || 0x317 || 0x163 || 0x31A || 0x31E || ||decimal|| 785 || 788 || 791 || ? || 794 || 798 || ||24 bits|| 0x312 || 0x315 || 0x318 || ? || 0x31B || 0x31F || ||decimal|| 786 || 789 || 792 || ? || 795 || 799 || ||32 bits|| ? || ? || ? || 0x164 || ? || ? || ==== How can I use dyne:bolic with a beamer? I want to use it in multimedia training... ==== If dyne:bolic hardware recognition fails with the beamer connected to your PC, there may help a workaround I found out for myself (it still needs to be tested further): Boot first Knoppix or Kanotix with the PC where dyne:bolic is installed and the beamer connected to. Once you reach the GUI and the beamer is working (may be you have to downscale the resolution to 1024x768), save /etc/X11/XF86config-4 to a memory stick (or another device you will reach afterwards). Now you can boot dyne:bolic as usual. Once you reach the GUI of dyne:bolic, copy XF86config-4 to /etc/XF86config (of course, you have to substitute the existing XF86config). Now you can restart the GUI, using the menu option "EXIT / restarting X-Server" - and you should have working both GUI and beamer. (If Knoppix or Kanotix has recognized a higher solution than your beamer is capable, then you have to downscale again to the resolution or try to modify the saved XF86config, erasing the solutions that are not fitting - this is what worked fine in may case). Unfortunately you have to repeat that workaround (i.e. copying the saved XF86config-4 to /etc/XF86config) after each reboot as the nesting method is still not saving the XF86config. ==== I've got an on-board soundcard and a PCI one, but cannot make it (PCI) work. What's wrong? ==== Maybe you have to disable your on-board soundcard. You can do this through the BIOS setup. Another trick got mentioned on the mailing list, by jaromil: |
Another trick mentioned on the mailing list by jaromil: |
Line 39: | Line 32: |
{{{ls /dev/sound/dsp*}}} | {{{ls /dev/snd/dsp*}}} |
Line 41: | Line 34: |
which basically prints out all files starting by 'dsp' in the {{{/dev/sound}}} directory.So you can easily change it with: | which basically prints out all files starting by 'dsp' in the {{{/dev/sound}}} directory. First of all remove the old symlink with |
Line 43: | Line 36: |
{{{ln -sf /dev/sound/dspN /dev/dsp}}} | {{{rm /dev/dsp}}} |
Line 45: | Line 38: |
where N is the number of the soundcard you want, normally the onboard is the first.This way you will change the default soundcard pointed by the /dev/dsp device in dyne:bolic. | and create a new symlink with: |
Line 47: | Line 40: |
About the volume: it starts to a default value on the first soundcard, all other soundcards are muted. most simple soundcards can be setted using the 'audio levels mixer' from the menu, but multichannel soundcards need {{{alsamixer}}} (command from the XTERM) to change volumes on their channels. | {{{ln -sf /dev/snd/dspN /dev/dsp}}} |
Line 49: | Line 42: |
==== How can I use my usb webcam on dyne:bolic? ==== | where N is the number of the soundcard you want, usually the onboard is the first.This way you will change the default soundcard pointed by the /dev/dsp device in dyne:bolic. |
Line 51: | Line 44: |
You have to activate the camera loading its kernel module, depending on the webcam you've got: *for '''logitech/dexxa''' quickcams the module is ''mod_quickcam'' and is installed by typing, at terminal: |
Consider that the volume gets set to a default value on the first soundcard and all other soundcards are muted. Most simple soundcards can be set using the 'audio levels mixer' from the menu, but multichannel soundcards need {{{alsamixer}}} (command from the XTERM) to change volumes on their channels. ---- === How can I use my USB webcam on dyne:bolic? === You have to activate the camera loading its kernel module, depending on the webcam you have: * for '''logitech/dexxa''' quickcams the module is ''mod_quickcam'' and is inserted by typing at the terminal: |
Line 56: | Line 51: |
*for '''philips''' webcams the module is ''pwc'': |
* for '''philips''' webcams the module is ''pwc'': |
Line 60: | Line 53: |
*for other webcams, please refer to the [http://www.linux-usb.org linux-usb] site (!! not very clear at the moment : anybody knows a good website for easy webcaming on linux??? !!). |
* for other webcams, please refer to the [[http://www.linux-usb.org|linux-usb]] or the [[http://mxhaard.free.fr/spca5xx.html|Gspca/Spca5xx,Spca5xx-LE,Zr364xx Webcams]] site. |
Line 70: | Line 61: |
==== How can I enable my "Alt"-Key as Meta-Key in xemacs? ==== |
---- === How can I enable my "Alt"-Key as Meta-Key in xemacs? === |
Line 76: | Line 66: |
==== How can I change the rate and delay of autorepeat of my keyboard when typing? ==== |
---- === How can I change the rate and delay of autorepeat of my keyboard when typing? === |
Line 83: | Line 72: |
The first value after "rate" is the time in milliseconds before autorepeat starts and the second value is the number of repeats per second. ==== Jackd will not start Dyne:bolic 1.4.1 ==== I tried to start jack from the menu and it came up with a error message like this: >ALSA lib pcm.c:1962:(snd_pcm_open_noupdate) Unknown PCM /dev/dsp >jackd: pcm.c:690: snd_pcm_nonblock: Assertion `pcm' failed. >23:44:09.273 JACK was stopped successfully. >23:44:11.471 Could not connect to JACK server as client. |
The first value after "rate" is the time in milliseconds before autorepeat starts and the second value is the number of repeats per second. This is set at boot time in the file /home/.xinitrc, so if you do Docking http://lab.dyne.org/Docking, you can change it there. ---- === Jackd will not start. What can I do ? (dyne:bolic 1.4.1) === If a message such as the following pops up: ''ALSA lib pcm.c:1962:(snd_pcm_open_noupdate) Unknown PCM /dev/dsp jackd: pcm.c:690: snd_pcm_nonblock: Assertion `pcm' failed. 23:44:09.273 JACK was stopped successfully. 23:44:11.471 Could not connect to JACK server as client.'' |
Line 96: | Line 80: |
#jackd -dalsa -dhw:0 | {{{#jackd -dalsa -dhw:0}}} |
Line 99: | Line 83: |
---- === How do I find out which soundcard is detected? (dyne:bolic 1.4.1) === Start an xterm; write: |
|
Line 100: | Line 87: |
==== How do I find out which soundcard is detected by dyne:bolic 1.4.1 ==== Start an xterm; write: $ aplay -l <enter> |
{{{$ aplay -l <enter>}}} |
Line 106: | Line 91: |
$ cat /proc/asound/cards <enter> | {{{$ cat /proc/asound/cards <enter>}}} |
Line 108: | Line 93: |
Both should tell which soundcard is located by dyne:bolic. | Both should tell which soundcard is found. ---- === My soundcard is correctly detected but I get no sound when playing something... (dyne:bolic 1.4.1) === start fx xmms and let it play a song. This xterm command will do that: |
Line 110: | Line 98: |
==== My soundcard is correctly detected but I get no sound when playing something; dyne:bolic 1.4.1 ==== start fx xmms and let it play a song. This xterm command will do that: #xmms somesong.mp3 & |
{{{#xmms somesong.mp3 &}}} |
Line 119: | Line 102: |
# cat /dev/urandom > /dev/dsp | {{{# cat /dev/urandom > /dev/dsp}}} |
Line 121: | Line 104: |
# cat /dev/urandom > /dev/sound/dsp | {{{# cat /dev/urandom > /dev/sound/dsp}}} |
Line 124: | Line 108: |
In the xterm then write: {{{#alsamixer <enter>}}} here you can with the left/right arrow on the keyboard choose different output possibilities. With uparrow turn up one after the other each output until you get which output the card is using. When the correct one is found - turn down the others. (for me the correct one was <DAC>) | |
Line 125: | Line 110: |
In the xterm then write: #alsamixer <enter> here you can with the left/right arrow on the keyboard choose different output possibilities. with uparrow turn up one after the other each output until you get which output the card is using. When the correct one is found - turn down the others. (for me the correct one was <DAC> |
Some users find that turning off the Headphone Jack Sense in alsamixer will solve this problem. Just use the left/right arrow to select the Headphone Jack Sense item, then press the m key to turn it on/off. ---- === How can I manually configure my soundcard? (dyne:bolic 1.4.1) === Start an xterm - write: |
Line 132: | Line 115: |
==== How can I manually configure my soundcard on dyne:bolic 1.4.1 ==== | {{{alsaconf}}} |
Line 134: | Line 117: |
Start an xterm write 'alcaconf' and go through the questions asked. |
and go through the questions asked. ---- === How can I autostart commands everytime I restart my dyne:bolic system? (dyne:bolic 1.4.1) === Make a nest and start using it. http://lab.dyne.org/Nesting |
Line 137: | Line 122: |
Then, add the commands (one per line) to the file | |
Line 138: | Line 124: |
{{{/home/GNUstep/Library/WindowMaker/autostart}}} | |
Line 139: | Line 126: |
If using commands that will take long to execute, add a space and a & after the command, for example | |
Line 140: | Line 128: |
{{{exampleprog &}}} You can test if it works by restarting WindowMaker from the right-click [dyne:bolic] menu under the option "EXIT". To autostart X11-programs, don't use this method, but instead WindowMaker's session management facility. This can be found in the right-click [dyne:bolic] menu under APPEARANCE/Save Session |
|
Line 141: | Line 134: |
DynebolicFaq : [http://dynebolic.org/ dyne:bolic homepage] | === I remastered a 2.4.2 CD with dynesdk mkiso, but it fails to boot saying it can't find Linux === Assuming you have followed the instructions at http://dev.dynebolic.org/trac.cgi/wiki/DyneSdk, you need to edit the file /dyne/sdk/cdrom/isolinux/isolinux.cfg and change the line ''kernel /dyne/linux'' to ''kernel /dyne/2618ck1d.krn'' (or whatever the kernel is called) and run dynesdk mkiso again. ---- DynebolicFaq : [[http://dynebolic.org/|dyne:bolic homepage]] |
DynebolicFaq : dyne:bolic homepage
Why can't I boot dyne:bolic 1.2 on my laptop?
Probably this has to do with the APIC extension of the new 2.4.22 kernel. Please type Linux noapic at boot prompt, that should fix it (until it gets done!); Otherwise try typing Linux acpi=off or Linux ide0=ata66 ide1=ata66 (which fixes booting on some Toshiba with Transmeta CPU). Or try a combination of these (it shouldn't hurt!). Or you can try and change the resolution dyne:bolic boots with; just read the following FAQ...
Oh and by the way read theBootPrompt-HOWTOwhich is a very good reference for Linux boot options.
How can I change the booting resolution?
You only have to type the following on dyne:bolics' boot prompt: Linux vga=ZZZ ...where ZZZ is a decimal number according to the following color scheme:
Colors |
640x480 |
800x600 |
1024x768 |
1152x864 |
1280x1024 |
1600x1200 |
15 bits |
0x310 |
0x313 |
0x316 |
0x162 |
0x319 |
0x31D |
16 bits |
0x311 |
0x314 |
0x317 |
0x163 |
0x31A |
0x31E |
decimal |
785 |
788 |
791 |
? |
794 |
798 |
24 bits |
0x312 |
0x315 |
0x318 |
? |
0x31B |
0x31F |
decimal |
786 |
789 |
792 |
? |
795 |
799 |
32 bits |
? |
? |
? |
0x164 |
? |
? |
How can I use dyne:bolic with a video projector? I want to use it in multimedia training...
If dyne:bolic hardware recognition fails with the projector connected to the PC, a workaround may help (it still needs to be tested further): First boot Knoppix or Kanotix with the PC where dyne:bolic and the projector are installed. Once you reach the GUI and the projector is working (you may have to downscale the resolution to 1024x768), save /etc/X11/XF86config-4 to a device (such as a memory stick). Boot dyne:bolic as usual, and once you reach the GUI copy XF86config-4 to /etc/XF86config susbstituting the existent one. Restart the GUI, using the menu option "EXIT / Restarting X-Server" - and you should have working both the GUI and the projector. If Knoppix or Kanotix have recognized a higher resolution than what your projector is capable, then downscale the resolution or modify the saved XF86config, erasing the resolutions not fitting.
I've got an on-board soundcard and a PCI one, but cannot make the PCI one function. What's wrong?
Disable your on-board soundcard through the BIOS setup.
Another trick mentioned on the mailing list by jaromil:
The /dev/dsp device configured by default in dyne:bolic sound applications is a symbolic link (see 'man ln') to the real soundcard, and as such it can be linked to a different soundcard.
A list of the soundcard devices is given by the command:
ls /dev/snd/dsp*
which basically prints out all files starting by 'dsp' in the /dev/sound directory. First of all remove the old symlink with
rm /dev/dsp
and create a new symlink with:
ln -sf /dev/snd/dspN /dev/dsp
where N is the number of the soundcard you want, usually the onboard is the first.This way you will change the default soundcard pointed by the /dev/dsp device in dyne:bolic.
Consider that the volume gets set to a default value on the first soundcard and all other soundcards are muted. Most simple soundcards can be set using the 'audio levels mixer' from the menu, but multichannel soundcards need alsamixer (command from the XTERM) to change volumes on their channels.
How can I use my USB webcam on dyne:bolic?
You have to activate the camera loading its kernel module, depending on the webcam you have:
for logitech/dexxa quickcams the module is mod_quickcam and is inserted by typing at the terminal: modprobe mod_quickcam
for philips webcams the module is pwc: modprobe pwc
for other webcams, please refer to the linux-usb or the Gspca/Spca5xx,Spca5xx-LE,Zr364xx Webcams site.
Please note that hasciicam and freej do not support philips webcams.
Once the module is loaded, you will get a device called /dev/v4l/video0
For convenience, you could also make a link to it:
ln -sf /dev/v4l/video0 /dev/video
How can I enable my "Alt"-Key as Meta-Key in xemacs?
Open an xterm and type the following command:
xmodmap -e "clear mod4"
How can I change the rate and delay of autorepeat of my keyboard when typing?
Open an xterm and use xset. For example:
xset r rate 400 11
The first value after "rate" is the time in milliseconds before autorepeat starts and the second value is the number of repeats per second. This is set at boot time in the file /home/.xinitrc, so if you do Docking http://lab.dyne.org/Docking, you can change it there.
Jackd will not start. What can I do ? (dyne:bolic 1.4.1)
If a message such as the following pops up: ALSA lib pcm.c:1962:(snd_pcm_open_noupdate) Unknown PCM /dev/dsp jackd: pcm.c:690: snd_pcm_nonblock: Assertion `pcm' failed. 23:44:09.273 JACK was stopped successfully. 23:44:11.471 Could not connect to JACK server as client.
This could be remedied by opening a xterm (rightclick/xterm) and then write:
#jackd -dalsa -dhw:0
Then jackd will probably start and you can work with ardour and other jack enabled programs.
How do I find out which soundcard is detected? (dyne:bolic 1.4.1)
Start an xterm; write:
$ aplay -l <enter>
or
$ cat /proc/asound/cards <enter>
Both should tell which soundcard is found.
My soundcard is correctly detected but I get no sound when playing something... (dyne:bolic 1.4.1)
start fx xmms and let it play a song. This xterm command will do that:
#xmms somesong.mp3 &
or type one of the following lines:
# cat /dev/urandom > /dev/dsp
# cat /dev/urandom > /dev/sound/dsp
(will produce noice)
In the xterm then write: #alsamixer <enter> here you can with the left/right arrow on the keyboard choose different output possibilities. With uparrow turn up one after the other each output until you get which output the card is using. When the correct one is found - turn down the others. (for me the correct one was <DAC>)
Some users find that turning off the Headphone Jack Sense in alsamixer will solve this problem. Just use the left/right arrow to select the Headphone Jack Sense item, then press the m key to turn it on/off.
How can I manually configure my soundcard? (dyne:bolic 1.4.1)
Start an xterm - write:
alsaconf
and go through the questions asked.
How can I autostart commands everytime I restart my dyne:bolic system? (dyne:bolic 1.4.1)
Make a nest and start using it. http://lab.dyne.org/Nesting
Then, add the commands (one per line) to the file
/home/GNUstep/Library/WindowMaker/autostart
If using commands that will take long to execute, add a space and a & after the command, for example
exampleprog &
You can test if it works by restarting WindowMaker from the right-click [dyne:bolic] menu under the option "EXIT".
To autostart X11-programs, don't use this method, but instead WindowMaker's session management facility. This can be found in the right-click [dyne:bolic] menu under APPEARANCE/Save Session
I remastered a 2.4.2 CD with dynesdk mkiso, but it fails to boot saying it can't find Linux
Assuming you have followed the instructions at http://dev.dynebolic.org/trac.cgi/wiki/DyneSdk, you need to edit the file /dyne/sdk/cdrom/isolinux/isolinux.cfg and change the line kernel /dyne/linux to kernel /dyne/2618ck1d.krn (or whatever the kernel is called) and run dynesdk mkiso again.
DynebolicFaq : dyne:bolic homepage
Created on 22-04-2004 by Tommy Drum for the community; please update, correct and contribute!