Bertoldic

Differences between revisions 17 and 18
Revision 17 as of 2006-06-02 07:24:10
Size: 2313
Editor: adsl-ull-243-147
Comment:
Revision 18 as of 2006-10-01 07:50:31
Size: 740
Editor: adsl-146-176
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
= Rosegarden = = Dhcp problem on Edgy =
Line 11: Line 11:
Finally Rosegarden starts and sounds properly!
Here below what I have done:
If you receive the message : "Message too long" when trying to obtain an ip via dhclient follow this procedure:
Line 14: Line 13:
== Step 1 Installation ==
1.$ apt-get install rosegarden4

2. $ apt-get install timidity



If you experience trouble check if jackd is installed otherwise:

3. $apt-get install jackd


== Step 2 Post installation ==

1. Open rosegarden and under the menu settings I have choosen configure rosegarden4 and then I've choose sequencer and then in the tab "startup" or something similar I have thick on start Jack on startup.

2. Close and restart rosegarden4


== Step 3 Use ==
1. $ sudo modprobe snd-seq-midi

2. $ timidity -iA

3. $ rosegarden4





= CAPTIVE-NTFS WORKING (old documentation) =

Requisites:
1.Linux kernel headers for your current linux version if you don't know yours type (uname -a)
2.Module-assistant
3.Gcc 3.4
4.Lufs-source
5.Captive-static from http://www.kruyt.org/?sub_item=46

Actions:
1.Run module-assistant with root privilegies
2.choose PREPARE
3.select lufs from the list
4.build and install it


If you get an error doing /usr/share/lufs/prepmod , like kill_proc_info not found, follow these steps to fix the source code. This is a workaround: kill_proc_info is not exported in 2.6.10 kernels.

Originally Posted by Hairy_Palms[[BR]]
ive found a workaround for this, the problem is that from the 2.6.10 kernal onwards it doesnt declare kill_proc_info ive made it work on my machine by doing this[[BR]]
1. install captive[[BR]]
2. run /usr/share/lufs/prepmod[[BR]]
3. open /usr/share/lufs/prepmod/2.6/inode.c[[BR]]
4. look for a line that says "kill_proc_info(SIGUSR1, &info, GET_INFO(sb)->server_pid);" and change it to say
kill_proc(SIGUSR1, &info, GET_INFO(sb)->server_pid);[[BR]]
now if u run prepmod you can mount and read/write ntfs partitions
1.sudo ifconfig eth0 mtu 1500
2.sudo nano /etc/dhcp3/dhclient.conf
3.In the above file remove the "interface-mtu" parameter

This page is always under construction!

I my name is Claudio Bertoldi I've written the section about Asus 2500K in the HardwareSupportMachinesLaptopsAsus wiki for helping newbies using kubuntu to set their laptop Asus A2K. Here I add some more news for my devices.

Dhcp problem on Edgy

If you receive the message : "Message too long" when trying to obtain an ip via dhclient follow this procedure:

1.sudo ifconfig eth0 mtu 1500 2.sudo nano /etc/dhcp3/dhclient.conf 3.In the above file remove the "interface-mtu" parameter


CategoryHomepage

Bertoldic (last edited 2012-01-21 09:58:14 by vpn-3091)