Jump to content
Compatible Support Forums

Koba

Members
  • Content count

    45
  • Joined

  • Last visited

    Never

Everything posted by Koba

  1. Hi, Could someone please please help me try and get audio working on Ubuntu (or any linux distro for that matter)? I have tried and tried to no avail and I would be really grateful if someone could help me out. I have an onboard soundcard - a Realtek ALC 880 and I have found some drivers for it here: http://www.realtek.com.tw/downloads/dlhd...0Audio%20CODECs I have followed the instructions as best I could. First I installed the kernel sources for my system and then followed the instructions to the letter: *** The source code copy from www.alsa-project.org. ver:R3.1 Linux Source Code for ALC audio codec Installation: This Source Code is from www.alsa-project.org. For driver installation, please follow below steps. Step 1. unzip source code tar xfvj azx-021705.tar.bz2 Step 2. Turn on sound support (soundcore module, default turn on) Step 3. Complied source code a. ./configure b. make c. make install d. ./snddevices Step 4. Edit your /etc/modules.conf or conf.modules depending on the distribution (Please refer to the attached modules.conf) Step 5. reboot your machine Note: 1. The most detail information, can refer the alsa-kernel/Documenttation/ALSA-Configuration.txt in the azx-021705.tar.bz2. 2. Kernel Version must be 2.2.14 or later. 3. All mixer channels are muted by default. You must use a native or OSS mixer program to unmute appropriate channels. 4. If can not compile the source code, try to rename the /usr/src/linux-2.x -> /usr/src/linux. 5. The driver added to support the SPDIF functoin. 6. Suggest use alsamixer to control mixer function. you can find it in the alsa-utils-0.9.4 (www.alsa-project.org). 7. a. You can download the alsa-lib-1.0.8 and alsa-utils-1.0.8 form the www.alsa-project.org, then unzip and install them. b. Used "alsaconf" can autodetect which drive you need to install (step 4). *** When I do ./configure I get this: checking for directory with kernel source... /usr/src/linux checking for kernel version... The file /usr/src/linux/include/linux/version.h does not exist. Please, install the package with full kernel sources for your distribution or use --with-kernel=dir option to specify another directory with kernel sources (default is /usr/src/linux). There is no /include/linux/version.h! What should I do? Thank you, Koba
  2. Koba

    Gentoo Linux?

    Hello everyone Its been a while since I've been on this forum but now I'm back. Thanks to help from people here I have been using Red Hat 9 happily for a few months. Well maybe not so happily... I'm never going back to Windows now but I really hope I can get a better distro. I've found RedHat great when you want to maintain status quo but installing software can be a nightmare. I'm getting a new laptop soon so I am planning to get a new distro. I've found that the configure, make, make install cycle time-consuming, tedious and unreliable (especially if there are dependencies involved). All to often I just give up. And rpms aren't that great either. Sometimes I think back to the Windows "setup.exe" files with longing... I know that with so many distros the make, install cycle is sometimes the only way (there is no way to cater to everyone's needs when there are so many linux choices out there) but surely there is there an easier way? I've become scared of installing software of RedHat because it takes so so long... I want a freely downloadable distro. Of course, I still want make, gcc and the usual tools. I'm looking into Gentoo as Portage seems to help a lot. Does anyone have any experiance of Gentoo? Does anyone have any suggestions? Thanks in advance for your help Koba
  3. Koba

    Gentoo Linux?

    Ok...you guys were right all along. Gentoo is for someone new to linux a VERY difficult distro to install. Of course, with persistence anything is possible. I can see Gentoo is what I will eventually be using (unless I find something better than Portage) but for now I'll leave it as a work in progress. In the meantime I really need a ready-to-run distro so I'm taking your advice and downloading MEPIS. It simply makes no sense to install Gentoo now when in less than a months time I'll have a new laptop/desktop. At least I've learnt a LOT so far from my experiments with Gentoo: -How to use fdisk -How to perform a stage 3 install -How to configure the Grub -How to use the .profile script -A little how X works So now I'm downloading MEPIS. All I need is more CD-R's (linux distros keep swallowing up cds :x. Koba
  4. Koba

    Gentoo Linux?

    Good news! I have got Gentoo working. I was forced to format my windows partition and reinstall XP (it had become syware infested, adware ridden, virus infected useless pile of junk - which is almost good for Microsoft). Microsoft being the open-minded people they are didn't allow me to keep my Gentoo partitions ("too many partitions!" it complained) so I had to reinstall gentoo as well. I reinstalled Gentoo exactly the same way except for leaving the noatime option for the root partition in fstab. So now it works! There are a few things I have noted though: -Message at boot: "missing kernel or user mode driver hw-random" -"You must set /etc/hostname to a valid hostname" These messages haven't stopped me doing anything - they are just annoying. Any ideas how to get rid of them? I have emerged the kde package though I have no idea what to do now. Can anyone point out where I should go to get a desktop environment? Thanks Koba
  5. Koba

    Gentoo Linux?

    Hi Sorry, I didn't make myself clear. The CD-Rom mounted fine and I could see all the folders on it with ls. I then did: export PKGDIR="/mnt/cdrom". That generated no errors. Only when I tried emerge -usepkg kde or emerge -usepkg gnome did I get the above error. There were many error messages at boot so I can't remember what they were exactly. They also flashed past very quickly but I got the impression that it was complaining about read-only files. I think its my hard drive partitions with this problem not the CDRom. Of course, I could be wrong. Koba
  6. Koba

    Gentoo Linux?

    Hoorah! Some progress. I followed the link and tried using fewer arguments to the kernel. At least gentoo loaded (I reached the localhost prompt) even though there were error messages beforehand. I mounted the cdrom but couldn't use any of the package files as I got this error: Quote: OSError=[Error30] Read-only file system '/var/cache/ebd/dep//app-dev/' Looks like I set one of my partitions as read-only. Not quite sure what went wrong there. Any ideas? Anyway, thanks for your help. Maybe next week I'll have something linux to enjoy Koba
  7. Koba

    Gentoo Linux?

    Hi again I spent all day yesterday trying to get it working. First I tried to leave fstab alone as it looked reasonable (forgetting it had all been commented out). Then I didn't bother editing fsdisk - so the compile went all wrong. Then I started for a third time where I made a typo in the grub loader - dh instead of hd. I got round that from within GRUB but I still have the same boot error. Firstly I don't seem to get any error messages before the one stated. I'm afraid I'm not really sure what the real_root option signifies but I set it to hda4 as that corresponds to the partition used in the manual. As for the fstab entry, I have no way of telling what I put. Once I used the default fstab setting and once I used bits from my RedHat fstab. Am I meant to use the reiserfs noatime options? Thanks for your help. I'm starting to get desperate as Windows is driving me mad. I do not know how I managed to use it all those years ago. I'll sign up to the Gentoo forum to see if I can get the problem resolved there. Thanks again! Koba
  8. Koba

    Gentoo Linux?

    Hi Thanks for your help. I've been using my computer a little too much recently so I've got funny little registers floating in my head when I sleep at night and I sometimes mumble things like "The preprocessor directives are ALL wrong!!" while dreaming (only kidding - I'm not that bad yet). Anyway, I woke up this morning remembering what might have gone wrong. In fstab, there wasn't enough space to seperate the fields: i had something like /gentoo/bootext3 with no space between boot and ext3. I was trying to keep everything in the columns given. Do you think this may have been the problem? Do I have to keep everything in those columns? Anyway, in the meantime, I'll try doing what you said in your post above. Thanks Koba
  9. Koba

    Gentoo Linux?

    Hi I'm afraid I can't seem to access the actual /boot/grub/grub.conf file anymore. The shell mentioned in the error message above doesn't seem to do much. Do you have any ideas how I should find grub.conf again? Anyway, I do know what I was trying to set grub.conf to: Quote: default 0 timeout 30 splashimage=(hd0,1)/grub/splash.xpm.gz title = Gentoo root (hd0,1) kernel /kernel-2.4.26-gentoo-r6 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/hda4 vga792 initrd /initrd-2.4.26-gentoo-r6 title = Windows XP root (hd0,0) makeactive chainloader +1 Whether this was the right idea or not, I do not know. I'll play around with the GRUB once it is loaded to try to find out what is going wrong. I used genkernel to compile. Only once I am confident with the easiest install method will I try anything fancy Thanks Koba
  10. Koba

    Gentoo Linux?

    Hi So I had a bloody go at installing Gentoo. Incredibly I almost go to the end of the installation without a hitch. I deleted the boot partition I had from before and made a new one (which was an act of faith seeing I don't have an XP boot disk). Incredibly, I managed to set the GRUB to boot XP ok. If I try to load gentoo from GRUB i get the following: Quote: Mounting root... mount: Mounting /dev/hda3 on /newroot failed: Invalid argument >>Could not mount the specified ROOT, try again >>The root block device is unspecified or not detected >>Please specify a device to boot, or "shell" for a shell... boot():: Here is how I tried to set up the partitions with fdisk: hda1 = Windows XP partition hda2 = Boot partition hda3 = Swap partition hda4 = Root partition Can anyone please help me? Koba
  11. Koba

    Gentoo Linux?

    Quote: If you run into issues with the install, since it is different than most Indeed. I've read the installation documentation MANY times and now I think I have some idea of what I am doing. I've made loads of notes on what to do and shall have a go today. I think if anything will go wrong it is getting the boot loader configured. Everything else I have met in some way or another before. Seeing I'm doing a stage 3 install, I would hope that I don't have to worry too much about setting up KDE/GNOME. We'll see Koba
  12. Koba

    Gentoo Linux?

    Thats settled then. I just HAVE to try Portage. When I understood the concept and saw the software database I was completely sold out on the idea. Thanks guys for pointing out MEPHIS to me though...I will also try it out some time (very soon if I have problems with Gentoo) Thanks! Koba
  13. Koba

    Gentoo Linux?

    Thanks! Just a few thoughts before I decide. -I have synaptic for RH9. Is the MEPIS/Debian apt-get have a more comprehensive repository than what I have seen with RedHat? -Portage compiles from the source which will be available for 99% of the software I use. This sounds good as long as the compiling procedure is almost completely automated (I don't mind waiting if I am confident it will work). -Gentoos list of 7000 + seems pretty comprehensive (even amazing). I search for "pixie", "blender", "bluefish", "anjuta" (the software I have learnt to use) and there are matches for all of them! I'm dumbfounded. If this list means "automated downloading and compiling" then I'm all for it! -Most of the worry with RedHat9 is that you a) haven't fully read the documentation (which takes time) and it won't work on your system c) Having to be tied to your computer to give instructions and look out for errors. The compile time isn't a problem as long as I can think of something else while it is happening. -MEPIS installs divX, realplayer, java etc automatically which is great. -MEPIS has great hardware support which is very helpful. I'm kinda torn between MEPIS and Gentoo now. Could someone point me out to the repository that MEPIS uses so I can check out how extensive it is? Thanks for your replies! Koba
  14. Koba

    dual boot - Win XP and Red Hat 9

    Hi Maybe I can help someone . Here is how I have done it on my system: -15GB WindowsXP © drive formatted to FAT32 for access from linux -25GB for the linux installation. -Other system partitions to their default values. This is EXACTLY how I got my dual boot system (It is pretty straightforward). -Insert WinXP CD and boot. - Start an installing and when you get to formatting options do the following: >Delete existing data partitions. >Create a new partition from the unpartioned space (using ONLY the space what you want WindowsXP partition to take up) >Format the drive as FAT32 (so you can mount the windows drive from linux for access). -Once WinXP is installed insert the RedHat9 CD and reboot. -Install linux in the remaining unpartitioned space. -Configure the boot loader (I use GRUB) Hope this helps. Koba
  15. Koba

    Lindows/Linspire

    Hi Personally, I don't agree with paying for Linux (or any software for that matter). Doesn't mean programmers will be out of a job: gnu.org sets out new business strategies for software companies. I've seen a post somewhere saying Linux is licensed under GPL and BSD is true GNU. I've always thought of GPL being a particular implementation (license) of GNU. I'll have to check the details of the GPL license. What is important to me is: -Can never become proprietry. -Sources will always have to remain open. -Free distribution. I would say using Lindows is going to be better than using Window (especially for the "average" user) but paying for it defeats the spirit of open source software. Everyone is entitled to their opinion and this is mine. Koba
  16. Hello everyone. http://linuxwacom.sourceforge.net/index.php/howto/all See what I mean? An nightmare if there ever was one but I am going to let it defeat me. I can't expect anyone to go through all that so I will break my questions into small steps. I've had a go but it didn't work. I seem to get the general idea of what is happening. Having installed the drivers (or so I thought) I use the program wacdump to see what was happening. The lack of pressure information made me conclude the drivers were still in place. I could not see what I was doing wrong until I tryed rebuilding the drivers. This time I found an error message stating the XFree86 build environment couldn't be found. I have a /usr/src/redhat/BUILD directory but no XFree86 folder in that. In a nutshell I am looking to install a certain /usr/src/redhat/BUILD/XFree86-4.2.0 folder somehow. Can anyone please help me? Koba
  17. Koba

    Driver installation from hell

    Hi Thanks for the reply. I'm not sure you understood what I am asking for: admittedly it is a rather strange request. Seeing the pen tablet is now working, I would like to use it . The mousewheel works fine by rolling it up and down for scrolling. There is no wheel on the pen but one solution (on windows) is to map middle click (mouse wheel click) to one of the pen's buttons. Then using "intellimouse" you can scroll rapidly by mouse wheel clicking and dragging (not rolling). This is a rather perculiar problem so I doubt there is a solution. Koba
  18. Hi I'm interested in getting GeForce 4 MX drivers too. I'm also on redhat 9. This means I'll be watching this post closely to see if I get any ideas (no success so far). Koba
  19. Koba

    Driver installation from hell

    Hoorah! I did it! I realised that the XFree86 were precompiled so I didn't need to compile them myself. So I followed the documentation: compiled the object files, replaced the respective devices in /dev/input, loaded the new modules and then edited XFConf to get the drivers working through the X Windows system. So I've submited a compatibility report for the Graphire 3: It is all working fine. So now I'm continuing my search for gesture recognition for linux and does anyone know how to scroll by clicking-dragging with the mouse wheel in linux? Koba
  20. Koba

    Untitled thread

    Urgh The worst thing about Linux is you spend your life trying to read documentation and afterwards you STILL feel clueless. I'm having problems with getting sound on Skype. After a LONG session till well past midnight, I managed to get Skype for Linux working (www.skype.com) but it is the version with Qt compiled in. When I said working, I meant skype opens but there is no sound. So now I'm trying another course of action (running the Windows version). How do I use Wine? I've installed it with an rpm and it seems to work from the command line. I can open Notepad.exe in the hidden .wine directory from the terminal. How do you proceed to install Windows programs? Again masses of documentation available but no clue as to the next step. Finally, I've found what looks like a neat program http://www.xstroke.org/ but it won't compile. In the README is says "If you would like to compile xstroke, simply edit the Makefile to point to correct locations for X and type make. (Yes, this is a primitive build environment -- something fancy like autoconf will come in a future release). To install, copy xstroke to a directory on your path and copy the default xstrokerc file to ${HOME}/.xstrokerc." What would be the correct location of X and where would I put the path in the makefile? About cedega, I have seen it but right now I would first like to learn how to run wine before trying anything else. Sorry. A lot of questions but also a lot of frustration. Can anyone please help me? Koba P.S> I've just realised this has been posted as a new topic. That wasn't intentional. It was meant to go in the "Linux worries" thread. So it has no title. This isn't my day....
  21. Koba

    Linux worries

    Hi I'm having some general doubts and worries about Linux. The operating system you use is one of the most important things that affect how you use a computer. I have been on Windows till now and it is really hard giving it up (simply out of being so used to it). This is why the Linux world has thrown me into confusion. I have used GNU software for many years now. A problem with open source is partially its own success: development is so much quicker and so much more varied. Having different branches and versions is fine if it is a 2-3MB program (so downloading fresh versions regularly is no problem) but Linux is rather larger. I simply can't afford to spend a weeks at a time downloading gigabytes of operating system on a 56K modem. I'm using RedHat 9 which I understand is the last of the free RedHat series. Fedora Core is the new thing it seems. So here are my questions: -If you get used to one distro, can you easily pick up any other distro without any hassle? Or is it a whole new learning-curve each time? -Does anyone else feel like they are being left behind unless they are up to date on the best distribution? How often do people upgrade their distribution? -How easy is it to transfer downloaded applications across distributions (eg transfering rpms across using a CD)? -Have I chosen the right distro? Does it even matter? These questions have been really bothering me so can anyone help me put these doubts to rest? Koba
  22. Koba

    Linux worries

    Hi Thanks for clearing those doubts. I'm currently learning C which is keeping me firmly in the Linux domain (what is the point of using Cygwin when you've got Linux??). Using gcc and make etc all the time means I am mainly using bash which is good for when I decide to change distro. Aren't there other shell emulators and how do they differ? For developing software or anything technical, there is no beating Linux. Linux has ALL the tools I need which is simply incredible. Thing is that Windows is still the easy option if I get too frustrated. No doubt Linux is daunting. I need to recompile the kernel to get my Wacom drivers working, learn to use Wine for my games and other Windows programs, get Linux Skype working (which has a major Qt dependency) and so on. I bought a couple of games a few weeks ago and I think that was what was pulling me back onto Windows. It's going to be a long road ahead. I think I am going to be around this forum A LOT. Thanks, Koba
  23. Koba

    Using the terminal

    Hi I don't have much experience using the command line, I was born too late for that. I've briefly used DOS prompt and Cygwin. I stumbled my way round the Terminal in my first few days using Red Hat. Since then I have looked up tutorials and understand the operation of scripts and how to use them as well as many commands that can be used in the shell. What is most important for me is accessing files fast. I can do this using the cd, dir and ls commands. The problem is I don't know how to open a non-ASCII file from the terminal. Is there any way to make the Terminal open a file with its default viewer/editor? I know you could do this in XP but the point is I don't want to use XP anymore. Any other terminal tips (other than use of the middle-mouse button) would be appreciated. I also would like to know how the change the focus policy (mentioned here:http://linuxcommand.org/lts0010.php#xterm in GNOME. Thanks Koba
  24. Koba

    Using the terminal

    Yup. Blender does everything (though sometimes in a round about way). You will need python installed though: http://bane.servebeer.com/programming/blender/#3DS Nice to see you are interested. Koba P.S> Did you see this yet?: http://www.elysiun.com/forum/viewtopic.php?t=26673 :x Actually there is so much good work being done with Blender it may be unfair to single this one out. Problem is it is so damn good.
  25. Koba

    Using the terminal

    Hi Blender is a neat program . It is a modelling, texturing, animating and rendering application. I think as far as GNU software goes, Blender has the biggest challenge as it is trying to compete with extremely expensive software (3ds max: $3,495.00, Maya® Unlimited 6:$6,999.00 and houdini is quite a bit over the $10,000 mark). It does so extremely well though. It is the only one which has a game engine, for example. If you are interested check out the gallery http://www.blender3d.org/cms/Images.151.0.html. For current work by the community (check out the amazing tank thread) go to http://www.elysiun.com/forum/viewforum.php?f=4. CG is a hobby for me which I can persue because of Blender. Anyway, I'm sure you probably don't have the time to learn Blender but at least look into it as it is the best piece of free software ever. Anyway, thanks for the help. Now I can use Blender from the Terminal! Koba
×