Jump to content
Compatible Support Forums

vampares`

Members
  • Content count

    2
  • Joined

  • Last visited

    Never

Community Reputation

0 Neutral

About vampares`

  • Rank
    stranger
  1. vampares`

    usb

    it depends on your kernel and supporting software. you need modules: usbcore uhci ehci usb_storage (which need to have support for your reader/flash devices) and support for the files system the device is formated in -- (cameras and such are usually dos or vfat or some ms hash) you should be able to see the device when these modules are loaded or builtin and the device is attached, as /dev/sda if this special device did not previously exist otherwise /dev/sdb or what have you. you would mount it (if you didn't make a desktop link): mount -t vfat /dev/sda* /yourdirectory *****note: the usbfs may need to be mounted, this usually mounts a boottime kernels 2.6.9 and 2.6.10 have a new ub device that is autodetected much better and r/w's faster and more reliably. 2.6.9 is a whack job though stick with 2.6.10.
  2. vampares`

    K3B Problem

    ln -s /usr/lib/opengl/xorg-x11/include/* /usr/include/GL ln -s /usr/lib/opengl/xorg-x11/lib/* /usr/lib you can link the whole /usr/X11R6/lib in /usr/lib since its going that way anyhow, if im not mistaken. sounds like you have a burning misconfiguration though check your buning in accordance to iso1990 standards and your hardware is not overburdened. switch cdrecord to cd-rwtools or vise vera if nothing else.
×