Jump to content

arthur

Members
  • Posts

    420
  • Joined

  • Last visited

Everything posted by arthur

  1. would it enable me to do other stuff while compiling...other stuff (like kernels) or can I do that now with normal mandrake kernels? not so long ago I was part of this so-called multi-tasking OS which I knew would crash when I ran too many apps. Its probably unwise to run so many experiments on my *only* computer, but I have no other option...if anyone's willing to donate a "test" system it's welcome.
  2. well...do you have a backup partition? it's always fun to try compiling those drivers! For less risk...try a 10.0 LiveCD to see if it's detected, or any LiveCD with 2.6. :D
  3. thanks, but I already solved it (I'm still on 9.2 but on kernel 2.6) there's a SMALL requirement I missed, it was having EVDEV loaded as a module before X server starts. So other users please take note...modprobe evdev first! put it in modprobe.preload so that X won't crash.
  4. If you use more than 1Gb RAM, you MIGHT need to use another kernel...but I don't know, I don't have that much :( kernel 2.4 reportedly has a problem with ACPI. I'm using 2.6.3-mdk kernel now, on a P4-M laptop with speedstep (not centrino) with few problems. My battery status is ok...so I've removed my 2.4.22 kernel. I don't use apm anymore, 2.6 works well with acpi. B) suspend/resume also works, but I'm still tweaking it to make it faster. B) B)
  5. Here's part of my default 2.4.22-10mdk config file # CPU Frequency scaling # CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ_TABLE=y CONFIG_CPU_FREQ_PROC_INTF=y # CPUFreq governors # CONFIG_CPU_FREQ_GOV_USERSPACE=y CONFIG_CPU_FREQ_24_API=y # CPUFreq processor drivers # CONFIG_X86_POWERNOW_K6=m CONFIG_X86_POWERNOW_K7=m CONFIG_X86_LONGHAUL=m CONFIG_X86_SPEEDSTEP_ICH=m CONFIG_X86_SPEEDSTEP_CENTRINO=m CONFIG_X86_P4_CLOCKMOD=m How does your config file look like? Try browsing around your /lib/modules/linux/ subfolders, there should be a file called "speedstep_centrino.ko.gz". also try adding "speedstep_centrino" at /etc/modprobe.preload. If the module loading fails then you should be able to see it in dmesg.
  6. In my experience Knoppix is fantastic on hardware...it's based on Debian... try googling first, there could even be a .deb package for that card already.
  7. I'd better upgrade to MDK 10.0 then...I was about to switch to Knoppix/Debian you know... :o And no, as I said even cranking up alsamixer, Kmix and aumix and my speakers only give me very faint music...I gotta stick my ears to the speaker to hear anything. :unsure: I could cascade some amps but that's a bit extreme... But if it's only in an old version of MDK then it doesn't warrant a FAQ. But new FAQs must be made for new versions...like compiling a 2.6 kernel is now a *bit* different from compiling a 2.4 kernel. Please don't see me as a demanding member...just offering some suggestions...
  8. why, oh why, does Mandrake set the sound so low on default? :( I can't crank my sound up from a whisper, even with Kmix and aumix settings maxed out! In knoppix the volume is fine... Since this might be the reason many people have trouble with sound on mandrake, I suggest to the FAQ team to provide a "how to crank up sound in Mandrake"... if you guys have the time :D I'll be very grateful :woops: thanks
  9. I have a Twinhead laptop with a synaptics touchpad. When I installed 9.2 it worked right away, even the tap-to-click. Now when I upgraded to kernel 2.6.3, the tap-to-click function disappeared. I can still boot to the 2.4 kernel, and it works there... Now please don't tell me to install the synaptics touchpad driver, since it only crashes my X server, and I've spent two days trying. I still want to use 2.6 because of the improved ACPI support, but if it's more laptop-friendly then why is it worse off than 2.4 on the synaptics touchpad? I'm going to try a kernel patch... :( I know, this post isn't really going anywhere...but I'd like to hear people's experiences with the synaptics touchpad, and how laptop-friendly is Mandrake 10.0?
  10. mini-DVD-Rs are getting quite cheap here. It was around S$5 last time I looked, which translates to about US$3-4. But I heard from someone that the price has dropped since then. Of course, I'm just a poor college student... :(
  11. yeah, I had that thought to use the mdk config file too. Actually, I want to install swsusp2, which is an improvement to swsusp which is [probably] already in the Mandrake kernel. But using vanilla would give me more freedom to decide which goes into my kernel :D I meant I could add bootsplash myself - not supermount - I don't need it. I might as well install Gentoo, but I haven't got THAT much time on my hands. Thanks for the info.
  12. Okay, people say that distro kernels are heavily patched. I want to use some patches, but they require vanilla kernel sources. Question is, aside from supermount and the bootsplash (which I can add myself) what functionality is added into the kernel by Mandrakesoft? I don't need supermount, but some important Mandrake features might suddenly disappear (no, supermount is not one of them) :unsure: Well, maybe there's just one way to find out... :o
  13. those mini- DVD-Rs are 1.9 gigs, but same size as mini-CDs... of course few people have dvd drives, and bootable ones at that... not to mention dvd burners will burn a hole in your pocket. just wishful thinking...
  14. arthur

    Icons moving around

    Yes, but when I mount another drive it moves again - but, as I said, it's not really a problem...I can just right click>align everytime. But this might drive an obsessed themer crazy. :o :D
  15. arthur

    Icons moving around

    yup, mine shift around a little too. Strange behaviour of KDE... it's not really a problem though. :huh:
  16. one more thing, mount is "mount", not "Mount" - Linux is case-sensitive! as Ixthusdan said, note the spaces too! :D
  17. Problem solved! now I have another problem depmod still reports errors, but that is just probably due to my kernel configuration. well, I can solve this by myself I think... thanks
  18. bvc, isn't Mandrake's default devfs instead of udev? So I always put "devfs=mount" in lilo, and I have no idea how udev works. Of course if I find a HOWTO I'd happily use udev, since I've read that devfs is about to be obsoleted. :o
  19. Just imagine, your brakes do a Windows 98 on you? blue screen of death, for real. I think I'd rather walk, or take a bike. I just saw a Boeing F-15 cockpit flight simulator on a recent corporate exhibit...running win2k. Now, planes too? This is not good... I'm studying to be an aerospace engineer...I'd better do something about it!
  20. It seems I can't make an initrd image (should be initrd-2.6.3-3.img) because I lack a file called modules.dep in /lib/modules/2.6.3-3mdkcustom/. Do I need it? Since the manpages and modules.txt were very uninformative, I tried doing "make dep" but it said, "you don't need to do it now". :unsure: huh? So now I have a bzImage but no initrd image. I'll keep trying...at least I now had the sense to backup .config, which I spent HOURS on. :wacko: nb. By the way, I had to wreck my normal kernel's modules trying, and had to reinstall is there a way to reinstall without formatting the /usr partition?
  21. mine is opposite - IE is very slow while Konqueror is very fast. Galeon too. :unsure: not to mention the crashes with Windows...
  22. I'll try it...but I gotta go to school now. :( thanks
  23. Okay, I was compiling the 2.6 kernel from source but somewhere my initrd image couldn't be generated, or corrupted. I suspect I configured it wrong somewhere...is there a conflict between udev and devfs? if so which should I use and how do I go about it? But back to my original question, how do I "uninstall" the bad installation? Are there too many files to delete manually? If so I could just reinstall...since I got /usr and /home on separate partitions anyway. Given enough time and effort I could search the 'net for all the answers, but what is this forum for anyway? Thanks in advance!
  24. Sorry but I really am short of time, why don't you take a look in http://www.MandrakeUsers.org/index.php?sho...indpost&p=91756 To the mods: this question keeps popping up, better make this a FAQ
  25. typing 'dmesg' will show if your external HD is seen. Since it's USB I guess it would be /dev/sda and your partitions would be /dev/sda1 and /dev/sda2 and so on. First step is making a folder in /mnt/ and calling it "whatever" :D As root, when you type "mount -t vfat /dev/sda1 /mnt/whatever" the drive should be accessible by root. (vfat is the type, since your drive is FAT32) Of course, what I just explained is quite time-consuming, plus the fact that only root can do it. If you edit your /etc/fstab file you can use it as normal user. My particular entry looks like this, with my usb thumbdrive: /dev/sda /mnt/usbkey vfat user,iocharset=iso8859-1,codepage=850,noauto,suid,umask=0 0 0 Note that I created a folder called "usbkey" in /mnt/. So when I type "mount /dev/sda" the drive icon pops up in the KDE desktop. "user" means normal users can mount it. the iocharset and codepage are typical standards used for the data, so don't change it unless you know you're using something else. umask sets who is allowed to read/write/execute files on your HD. Noauto is an override to something :unsure: and suid is to set the UID :D
×
×
  • Create New...