Jump to content

Pani

Members
  • Posts

    13
  • Joined

  • Last visited

Pani's Achievements

New Here

New Here (1/7)

0

Reputation

  1. I installed alsa-driver-1.0.9rc4a.tar.bz2 and everything is OK.
  2. I can't do that,because the MCC checks software dependences and informs me that it will uninstall more applications.
  3. I have alsa-1.0.6 installed on my system.However my modem can't work with it and I need to change it with alsa-1.0.9. I have installed it,but with "alsactl --version" I get alsa-1.0.6 What should I do?
  4. The problem was that I hadn't installed kernel-source.
  5. That was the solution.Thanks a lot.
  6. I have a Mandrake 10.1 DVD.Is there any way to install kernel source during Mandrake installation? I have been told that it's a secret option.
  7. I have written a char device driver and with the makefile; ifneq ($(KERNELRELEASE),) obj-m := lunix2k5.o else KERNELDIR ?=/lib/modules/$(shell uname -r)/build PWD := $(shell pwd) default: $(MAKE) -C $(KERNELDIR) M=$(PWD) modules endif I could see it working in both Suse 9.2 and FC3. However when I use make in Mandrake 10.1 I get the following; make -C /lib/modules/2.6.8.1-10mdk M=/home/pani/lunix modules make[1]: Entering directory `/lib/modules/2.6.8.1-10mdk' make[1]: *** No rule to make target `modules'. Stop. make[1]: Leaving directory `/lib/modules/2.6.8.1-10mdk' make: *** [default] Error 2 What should I change?
  8. I used chmod a+x sth.pl and it worked. Thanks for help guys!!!
  9. When I use the command ./sth.pl I get the message permission denied. You may find my question very easy,but I am using Linux for only one week.
  10. I enabled ACPI and it worked! Thanks.
  11. Thanks for help guys,but nothing worked. I think that I will use perl sth.pl and it will be OK.
  12. I use !#/usr/bin/perl on top of my scripts. However when I type sth.pl,I get the message unknown command. What can I do? [moved from Software by spinynorman]
  13. Hi! I am new to linux and I have just installed Mandrake 10.1 . Everything works fine,but I have a problem with shutdown. When I try to shutdown,the computer stops when "Power down" appears on the screen. To shutdown,I have to press the power button then. Have I done sth wrong during installation?
×
×
  • Create New...