On Tuesday 30 September 2003 10:58, elmer magsino wrote: > how do i enable it in my kernel?
what distribution do you use? if you use redhat, mandrake, suse or some other RPM based distribution, install the kernel-source RPM. this will install the kernel source in /usr/src (on redhat and mandrake, probably the same for suse). go to where the kernel source was installed. usually /usr/src/linux is a link to where the real kernel source was installed. if it is, just cd /usr/src/linux. if it's not, cd to wherever the real kernel source was installed. configure the kernel. i like "make menuconfig", but you might like "make xconfig" more (if you use X). go to the filesystems section and enable NTFS. you might also want to enable NTFS Write support. but note that it says "dangerous"! i wouldn't do that. if you need to share data between winxp and linux, you could try some of those windows apps that can read linux filesystems. or you could set aside a vfat partition and put shared data there. you could also try Roderick Tapang's suggestion: http://linux-ntfs.sourceforge.net/ > > my sound card was detected but when a sample > > signal is sent, i cant hear anything and the terminal > > "hangs up", so what i do is to press Ctrl-C to terminate. > > sometimes, it displays "Segmentation failed." what > > will i do? what kind of sound card do you have. what driver does it use? is it an old sound card that you have to give an IO address and IRQ for? what does dmesg say about your sound card? tiger -- Gerald Timothy Quimpo gquimpo*hotmail.com tiger*sni*ph http://bopolissimus.sni.ph Public Key: "gpg --keyserver pgp.mit.edu --recv-keys 672F4C78" This is a court of law, young man, not a court of justice. Oliver Wendell Holmes. -- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
