Jump to content

osakasan

Members
  • Posts

    51
  • Joined

  • Last visited

Everything posted by osakasan

  1. I think I updated all that is to update, but still getting the following: [root@localhost osakasans]# rpm -ivh kernel-source-2.6=2.6.11-12mdk.i586.rpm error: open of kernel-source-2.6=2.6.11-12mdk.i586.rpm failed: No such file or directory [root@localhost osakasans]# rpm -ivh kernel-source-2.6-2.6.11-12mdk.i586.rpm Preparing... ########################################### [100%] package kernel-source-2.6-2.6.11-12mdk is already installed [root@localhost osakasans]# cd spca5xx-20050906 [root@localhost spca5xx-20050906]# ls CHANGELOG cutlog.py* drivers/ INSTALL Makefile README README-TV8532 RGB-YUV%2fmodule-setting [root@localhost spca5xx-20050906]# make Building SPCA5XX driver for 2.5/2.6 kernel. Remember: you must have read/write access to your kernel source tree. make -C /lib/modules/`uname -r`/build SUBDIRS=/home/osakasans/spca5xx-20050906 CC=cc modules make: *** /lib/modules/2.6.11-6mdksmp/build: No such file or directory. Stop. make: *** [default] Error 2
  2. Just how do I un-install the Kernel source get the matching one? Just how to I go about installing the following: 1- kernel-source-2.6-2.6.11-12mdk.i586 : The source code for the Linux kernel. (to install) 2- kernel-source-stripped-2.6-2.6.11-12mdk.i586 : The source code of the Linux kernel stripped for post build. (to install)
  3. Did you say, but still getting that same error message: [root@localhost /]# urpmi kernel-source One of the following packages is needed: 1- kernel-source-2.6-2.6.11-12mdk.i586 : The source code for the Linux kernel. (to install) 2- kernel-source-stripped-2.6-2.6.11-12mdk.i586 : The source code of the Linux kernel stripped for post build. (to install) 3- kernel-multimedia-source-2.6.10-3.mm.24mdk.i586 : The source code for the Linux kernel (to install) What is your choice? (1-3) uname -r To satisfy dependencies, the following 2 packages are going to be installed (199 MB): kernel-multimedia-source-2.6.10-3.mm.24mdk.i586 libncurses5-devel-5.4-1.20050108.1mdk.i586 Is this OK? (Y/n) Y ftp://mirror.usu.edu/mirrors/Mandrake/off....24mdk.i586.rpm installing /var/ftp/pub/Mandrakelinux/media/main2/libncurses5-devel-5.4-1.20050108.1mdk.i586.rpm /var/cache/urpmi/rpms/kernel-multimedia-source-2.6.10-3.mm.24mdk.i586.rpm Preparing... ############################################# 1/2: libncurses5-devel ############################################# 2/2: kernel-multimedia-source############################################# [root@localhost /]# uname -r 2.6.11-6mdksmp [root@localhost /]# urpmi kernel-source The package(s) are already installed [root@localhost /]# cd home [root@localhost home]# cd osakasans [root@localhost osakasans]# ls] bash: ls]: command not found [root@localhost osakasans]# ls CJLZ600LE-CUPS-1.0-1.tar.gz Desktop/ README spca5xx-20050906.tar.gz usbvision-0.9.8.2/ COPYING DicOOo-1.5.3.sxw rpm2tar-1.0.0-1.i386.rpm target/ usbvision-0.9.8.2.tar.tar dcraw-7.49-2mdk.x86_64.rpm installer/ spca5xx-20050906/ tmp/ z600cups-1.0-1.gz.sh* [root@localhost osakasans]# cd target [root@localhost target]# ls globals.tcl* lexinstall* license* testpage xlexinstall* z600cups-1.0-1.i386.rpm install* lexinstall.tcl* setup.tcl* usb.tcl* xlexinstall.tcl* z600llpddk-2.0-1.i386.rpm* [root@localhost target]# cd .. [root@localhost osakasans]# cd spca5xx-20050906 [root@localhost spca5xx-20050906]# ls CHANGELOG cutlog.py* drivers/ INSTALL Makefile README README-TV8532 RGB-YUV%2fmodule-setting [root@localhost spca5xx-20050906]# make Building SPCA5XX driver for 2.5/2.6 kernel. Remember: you must have read/write access to your kernel source tree. make -C /lib/modules/`uname -r`/build SUBDIRS=/home/osakasans/spca5xx-20050906 CC=cc modules make: *** /lib/modules/2.6.11-6mdksmp/build: No such file or directory. Stop. make: *** [default] Error 2 [root@localhost spca5xx-20050906]# cd .. [root@localhost osakasans]# cd usbvision-0.9.8.2 [root@localhost usbvision-0.9.8.2]# ls COPYING FAQ readme.2.4.x kernels* readme.2.6.x kernels* src/ xawtv-config-example [root@localhost usbvision-0.9.8.2]# make make: *** No targets specified and no makefile found. Stop. [root@localhost usbvision-0.9.8.2]# cd src [root@localhost src]# ls bt819-new.c i2c-algo-usb.c Makefile saa7113.c usbvision.c usbvision_ioctl.h Do_not_copy_Makefile_to_kernel_tree i2c-algo-usb.h saa7111-new.c saa7113-new.c usbvision.h [root@localhost src]# make make -C /lib/modules/2.6.11-6mdksmp/build SUBDIRS=/home/osakasans/usbvision-0.9.8.2/src modules make: *** /lib/modules/2.6.11-6mdksmp/build: No such file or directory. Stop. make: *** [default] Error 2
  4. Does anyone knows how to fix the following error: [root@localhost usbvision-0.9.8.2]# cd src [root@localhost src]# ls bt819-new.c i2c-algo-usb.c Makefile saa7113.c usbvision.c usbvision_ioctl.h Do_not_copy_Makefile_to_kernel_tree i2c-algo-usb.h saa7111-new.c saa7113-new.c usbvision.h [root@localhost src]# make make -C /lib/modules/2.6.11-6mdksmp/build SUBDIRS=/home/osakasans/usbvision-0.9.8.2/src modules make: *** /lib/modules/2.6.11-6mdksmp/build: No such file or directory. Stop. make: *** [default] Error 2 [root@localhost src]# [moved from Software by spinynorman]
  5. I was trying to use the MAKE command and I ran into the following error: /lib/modules/w.6.11-6mdksmp/build: No such File or Directory : Error 2 What does this mean and how can I correct this. I was trying to create a spca5xx Module and Usbvision Module. [moved from Software by spinynorman]
  6. I am working on a printer problem (DELL) that is not working with Linux just yet. When I try to change the Description or Driver, it ask me for the User ID and Password. I the password that is suppose to work did not. ]Is there anyway I can bypass this so I may be able to get the printer's corrected driver.
  7. Thanks Artic. Try this one. Trying to find the Module name for a Hauppauge WINTV USB.
  8. Where can I find out the Module Name for this deivce so I may be able to load it.
  9. osakasan

    USB Detection

    I am having this same problem. when go to MCC, all of my USB devices are catagorize as "Unknown Devices" Also, all of these devices has no Modules indicated. Just does this mean and how can I correct this.
  10. After I install the Mandriva software and all of its RPM programs, where on the hard drive are these program all resides. I tried to locate them, was unable to find them. If you can tell how do I know what programs are installed so that I may be able to use them.
  11. can anyone tell me how to add 'pvcamchip' into /etc/modprobe.preload
  12. It shows that Mandriva does recognized the camera, but it shows no pictures. I know there are pictures. So what can I do to get them?. I used GPhoto program.
  13. osakasan

    USB Detection

    I am having this same problem. when go to MCC, all of my USB devices are catagorize as "Unknown Devices" Also, all of these devices has no Modules indicated.
  14. I still can't get the DELL A920 printer to work. Tried everything that was given to me. I think it is because to is recognize as UNKNOWN Device, so until it gets recongnized, Mandriva will not see this. This is a USB printer, Any more ideas gang?
  15. All of the Unknown Devices as indicated from MCC is all USB devices. My Webcam, printer, and TV board are all USB devices. I think only the WEBCAM is okay. I could get photos directly from this camera.
  16. So what do you mean module?, What if I can't find the module. My Webcam seem to be working and identified, but yet it listed as a Unknow Device.
  17. What does this mean when it is displayed in MCC? Does this mean it did not find it, therefore is not connected and cn't be use?
  18. My time zone for both Linux and Windows are correct.
  19. I have on one drive Windows and anther drive Linux, both are working very well, but there a problem with the Time. When I adjust the Time in Windows, the Linux Time move hours ahead and I have to re-adjust the time in Linux, which changes the time as well in Windows. Any ideas how to stop this?
  20. I would like to know how come when I install a program I don't get any icon on the Desktop that represents the program (i.e. Acrobat & Realplayer)
  21. It seems like it did find it, but how do I know it did and it is will work?
  22. Just How do I do this?
  23. well I am new to Linux and here. I have recently installed Mandriva LE 2005. I has been working well in Windows up to now. When I swapped to Mandriva I was under the impression that I would be able to use this card with the system. I could not get it to work. By the way this is a USB device. The card I am using is a Hauppauge WINTV USB.
×
×
  • Create New...