Jump to content

dexter11

Members
  • Posts

    1559
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by dexter11

  1. The usb-storage module should be loaded when the device is connected and turned on as well as sd_mod IIRC. It's not in your lsmod output. Try manually loading the modules with:

     

    # modprobe sd_mod

    # modprobe usb-stroage

     

    Then with the device connected and powered on, run:

     

    # fdisk -l

     

    and see if you get any sdx entry.

    # modprobe sd_mod

    # modprobe usb-storage

    # fdisk -l

     

    Disk /dev/hda: 30.7 GB, 30736613376 bytes

    255 heads, 63 sectors/track, 3736 cylinders

    Units = cylinders of 16065 * 512 = 8225280 bytes

     

    Device Boot Start End Blocks Id System

    /dev/hda1 * 1 2412 19374358+ c W95 FAT32 (LBA)

    /dev/hda2 2413 3020 4883760 83 Linux

    /dev/hda3 3021 3713 5566522+ 83 Linux

    /dev/hda4 3714 3736 184747+ 82 Linux swap

  2. Open a console and type this command as root

    tail -f /var/log/messages

     

    And see if there are any changes when the camera is plugged in and out.

    When plugged in:

    # tail -f /var/log/messages

    Jul 13 20:33:13 localhost kernel: Shorewall:net2all:DROP:IN=ppp0 OUT= MAC= SRC=81.1.69.227 DST=80.98.183.139 LEN=60 TOS=0x00 PREC=0x00 TTL=50 ID=63625 DF PROTO=TCP SPT=47819 DPT=11311 WINDOW=32768 RES=0x00 SYN URGP=0

    Jul 13 20:33:13 localhost kernel: Shorewall:net2all:DROP:IN=ppp0 OUT= MAC= SRC=200.86.220.107 DST=80.98.183.139 LEN=48 TOS=0x00 PREC=0x00 TTL=112 ID=54959 DF PROTO=TCP SPT=62080 DPT=11311 WINDOW=65535 RES=0x00 SYN URGP=0

    Jul 13 20:33:16 localhost kernel: Shorewall:net2all:DROP:IN=ppp0 OUT= MAC= SRC=81.1.69.227 DST=80.98.183.139 LEN=44 TOS=0x00 PREC=0x00 TTL=50 ID=63850 DF PROTO=TCP SPT=47819 DPT=11311 WINDOW=32768 RES=0x00 SYN URGP=0

    Jul 13 20:33:19 localhost kernel: Shorewall:net2all:DROP:IN=ppp0 OUT= MAC= SRC=81.1.69.227 DST=80.98.183.139 LEN=44 TOS=0x00 PREC=0x00 TTL=50 ID=64088 DF PROTO=TCP SPT=47819 DPT=11311 WINDOW=32768 RES=0x00 SYN URGP=0

    Jul 13 20:33:22 localhost kernel: Shorewall:net2all:DROP:IN=ppp0 OUT= MAC= SRC=81.1.69.227 DST=80.98.183.139 LEN=44 TOS=0x00 PREC=0x00 TTL=50 ID=64290 DF PROTO=TCP SPT=47819 DPT=11311 WINDOW=32768 RES=0x00 SYN URGP=0

    Jul 13 20:33:28 localhost kernel: Shorewall:net2all:DROP:IN=ppp0 OUT= MAC= SRC=81.1.69.227 DST=80.98.183.139 LEN=44 TOS=0x00 PREC=0x00 TTL=50 ID=64776 DF PROTO=TCP SPT=47819 DPT=11311 WINDOW=32768 RES=0x00 SYN URGP=0

    Jul 13 20:34:35 localhost su(pam_unix)[16706]: session opened for user root by (uid=501)

    Jul 13 20:35:08 localhost kernel: Shorewall:net2all:DROP:IN=ppp0 OUT= MAC= SRC=84.249.3.9 DST=80.98.183.139 LEN=52 TOS=0x00 PREC=0x00 TTL=114 ID=580 DF PROTO=TCP SPT=2349 DPT=11311 WINDOW=65535 RES=0x00 SYN URGP=0

    Jul 13 20:35:11 localhost kernel: Shorewall:net2all:DROP:IN=ppp0 OUT= MAC= SRC=84.249.3.9 DST=80.98.183.139 LEN=52 TOS=0x00 PREC=0x00 TTL=114 ID=817 DF PROTO=TCP SPT=2349 DPT=11311 WINDOW=65535 RES=0x00 SYN URGP=0

    Jul 13 20:35:17 localhost kernel: Shorewall:net2all:DROP:IN=ppp0 OUT= MAC= SRC=84.249.3.9 DST=80.98.183.139 LEN=52 TOS=0x00 PREC=0x00 TTL=114 ID=1288 DF PROTO=TCP SPT=2349 DPT=11311 WINDOW=65535 RES=0x00 SYN URGP=0

    Jul 13 20:37:21 localhost kernel: Shorewall:net2all:DROP:IN=ppp0 OUT= MAC= SRC=70.85.177.186 DST=80.98.183.139 LEN=499 TOS=0x00 PREC=0x00 TTL=48 ID=0 DF PROTO=UDP SPT=42258 DPT=1027 LEN=479

    Also, with the camera connected and turned on, post the output of:

     

    # fdisk -l

    # fdisk -l

     

    Disk /dev/hda: 30.7 GB, 30736613376 bytes

    255 heads, 63 sectors/track, 3736 cylinders

    Units = cylinders of 16065 * 512 = 8225280 bytes

     

    Device Boot Start End Blocks Id System

    /dev/hda1 * 1 2412 19374358+ c W95 FAT32 (LBA)

    /dev/hda2 2413 3020 4883760 83 Linux

    /dev/hda3 3021 3713 5566522+ 83 Linux

    /dev/hda4 3714 3736 184747+ 82 Linux swap

     

    lsmod when the camera is plugged in and is switched on:

     

    # lsmod

    Module Size Used by

    sg 34268 0

    scsi_mod 115784 1 sg

    nls_iso8859-1 3744 1

    isofs 31704 2

    n_hdlc 7972 1

    ppp_synctty 7872 1

    ppp_async 9088 0

    crc-ccitt 1664 1 ppp_async

    ppp_generic 24692 6 ppp_synctty,ppp_async

    slhc 6176 1 ppp_generic

    md5 3648 1

    ipv6 232320 37

    snd-seq-dummy 2596 0

    snd-seq-oss 31584 0

    snd-seq-midi-event 6208 1 snd-seq-oss

    snd-seq 47472 5 snd-seq-dummy,snd-seq-oss,snd-seq-midi-event

    snd-pcm-oss 49056 0

    snd-mixer-oss 17248 1 snd-pcm-oss

    snd-via82xx 23040 0

    snd-ac97-codec 75256 1 snd-via82xx

    snd-pcm 80776 3 snd-pcm-oss,snd-via82xx,snd-ac97-codec

    snd-timer 20388 2 snd-seq,snd-pcm

    snd-page-alloc 7588 2 snd-via82xx,snd-pcm

    gameport 3328 1 snd-via82xx

    snd-mpu401-uart 5920 1 snd-via82xx

    snd-rawmidi 19648 1 snd-mpu401-uart

    snd-seq-device 6796 4 snd-seq-dummy,snd-seq-oss,snd-seq,snd-rawmidi

    snd 46980 11 snd-seq-oss,snd-seq,snd-pcm-oss,snd-mixer-oss,snd-via82xx,snd-ac97-codec,snd-pcm,snd-timer,snd-mpu401-uart,snd-rawmidi,snd-seq-device

    soundcore 7104 1 snd

    ipt_TOS 1888 12

    ipt_REJECT 5600 4

    ipt_pkttype 1248 4

    ipt_LOG 6208 7

    ipt_state 1376 15

    ipt_multiport 2144 0

    ipt_conntrack 1984 0

    iptable_mangle 2080 1

    ip_nat_irc 1568 0

    ip_nat_tftp 1280 0

    ip_nat_ftp 2272 0

    iptable_nat 19068 3 ip_nat_irc,ip_nat_tftp,ip_nat_ftp

    ip_conntrack_irc 70384 1 ip_nat_irc

    ip_conntrack_tftp 3056 1 ip_nat_tftp

    ip_conntrack_ftp 71344 1 ip_nat_ftp

    ip_conntrack 37400 9 ipt_state,ipt_conntrack,ip_nat_irc,ip_nat_tftp,ip_nat_ftp,iptable_nat,ip_conntra

    ck_irc,ip_conntrack_tftp,ip_conntrack_ftp

    iptable_filter 2144 1

    ip_tables 18176 10 ipt_TOS,ipt_REJECT,ipt_pkttype,ipt_LOG,ipt_state,ipt_multiport,ipt_conntrack,ipt

    able_mangle,iptable_nat,iptable_filter

    af_packet 16232 4

    floppy 54736 0

    via-rhine 19364 0

    mii 4224 1 via-rhine

    ide-cd 36772 2

    loop 13544 0

    nls_iso8859-2 4288 2

    nls_cp437 5376 1

    vfat 11200 1

    fat 35964 1 vfat

    via-agp 7424 1

    nvidia 3916668 12

    agpgart 28264 2 via-agp,nvidia

    usblp 10784 0

    ehci-hcd 28648 0

    uhci-hcd 28944 0

    usbcore 106008 4 usblp,ehci-hcd,uhci-hcd

    reiserfs 261012 2

     

    Seems to me that the camera is not detected at all.

  3. Well even the companys that do make games for linux, the installers are bull, you often have to jump through hoops to get them installed and most people just can't be bothered (neverwinter nights is a good example)

     

    There should be cd installers, is there a reason why we can't pop in the cd and let it install? Is this a linux problem or the game companys?

    The companys'. Loki installer can work fine if they want.
    Cedega is a problem, people are scared to pay for something that might not work with the game they want to play. They should definetly have some sort of trial, so people can test if there game works then they would see it was worth buying. Linux has great chance on the gaming scene, with nvidia and ati working hard on their linux support. I think linux gaming will improve, but at a very slow rate, i'm talking years here.
    Cedega should be the last choice what people use when everything else fails. Although it's may not easy but it's possible to write platform independent games like UT2k4, Doom3 etc. There are even ready libraries like SDL, ogg etc. They just have to use it.
    Another thing is that Linux seems to be a moving target as far as development is concerned. Gcc, libraries, all the stuff seems to be improving at a steady rate. Compare this to Windows where nothing seems to move at all.
    The permenent development does not mean that the new libraries are incompatible to the old ones. And if they are then you only have to install the old libs. They can be included in the install CDs. They are open source software.
    Also, the thing that makes Linux so secure (user permission, user habits, etc) makes it damn hard to install software, especially games. Just think, most games require you to have Adminstrator privileges in order to install and to play. You also see that very few Windows users login as a less than Administrator account. Heck, they don't even know there is a limited user account in the first place. In Linux, we are trained to "DO NOT LOGIN AS ROOT" from the beginning. Unfortunately, that makes it difficult to install software.

    Insatll to the home dir then. Or maybe the installer could ask it:

    Do you want to use this software alone [ ]

    Do you want this software be available to everyone using this computer (You will need root permissions) [ ].

    Anyway it could be an easy workaround.

     

    IMO the biggest problem is the small market.

    And IMO two things I know of can change this:

    1. PS3 as Jet2k5 wrote. Nothing really need to be said.

    2. MAC switching to Intel. Some games already running on it, like World of warcraft, maybe there's a lot more I don't know. And it's a UNIX variant OS.

    When big game software companies start to use platform independent libs we're already made the biggest step.

  4. My problem is that I can't type colon in dosbox. It's a known bug of dosbox with non english keyboard layouts. They recommend to change keybord layout while using dosbox. So how can I change the layout only where and when I use dosbox. I've tried the "loadkeys" command and it worked only on the Ctrl+Alt+Fx terminals but didn't change mrxvt's layout.

     

    dosbox 0.63

    Mandriva 2005

     

     

    [moved from Software by spinynorman]

  5. It is usually started by udev.

    How about the services harddrake, haldaemon, and hotplug? Are they running?

    Yes, all three.
    Open a console and type this command as root

    tail -f /var/log/messages

     

    And see if there are any changes when the camera is plugged in and out.

    I will try it on next tuesday. Thank you for helping me.
  6. Hmm.. I see that usb-storage is missing from the list. If that is the case, no wonder it doesn't create /dev/sda

     

    Is udev service running?

    udev starts at boot. The list was taken when the camera was not plugged in, just to show that necessary things start at boot. Should usb-storage be started at boot, or is it started by udev?

    Oh I forgot this: the OS is Mandriva 2005 LE.

  7. Which version of mandrake are you running? Most recent cameras can be detected as usb mass storage devices in linux. However you must have the usb modules loaded for the system to detect the device. Run the following as root and post the output:

     

    # lsmod

     

    That will list all loaded modules.

     

    Also, with the camera connected and turned on, post the output of:

     

    # fdisk -l

     

    That should list all mountable filesystems recognized by the system, whether presently mounted or not.

    Module                  Size  Used by
    n_hdlc                  7972  1 
    ppp_synctty             7872  1 
    ppp_async               9088  0 
    crc-ccitt               1664  1 ppp_async
    ppp_generic            24692  6 ppp_synctty,ppp_async
    slhc                    6176  1 ppp_generic
    md5                     3648  1 
    ipv6                  232320  57 
    snd-seq-dummy           2596  0 
    snd-seq-oss            31584  0 
    snd-seq-midi-event      6208  1 snd-seq-oss
    snd-seq                47472  5 snd-seq-dummy,snd-seq-oss,snd-seq-midi-event
    snd-pcm-oss            49056  0 
    snd-mixer-oss          17248  1 snd-pcm-oss
    snd-via82xx            23040  0 
    snd-ac97-codec         75256  1 snd-via82xx
    snd-pcm                80776  3 snd-pcm-oss,snd-via82xx,snd-ac97-codec
    snd-timer              20324  2 snd-seq,snd-pcm
    snd-page-alloc          7588  2 snd-via82xx,snd-pcm
    gameport                3328  1 snd-via82xx
    snd-mpu401-uart         5920  1 snd-via82xx
    snd-rawmidi            19648  1 snd-mpu401-uart
    snd-seq-device          6796  4 snd-seq-dummy,snd-seq-oss,snd-seq,snd-rawmidi
    snd                    46980  11 snd-seq-oss,snd-seq,snd-pcm-oss,snd-mixer-oss,snd-via82xx,snd-ac97-codec,snd-pcm,snd-timer,snd-mpu401-uart,snd-rawmidi,snd-seq-device
    soundcore               7104  1 snd
    ipt_TOS                 1888  12 
    ipt_REJECT              5600  4 
    ipt_pkttype             1248  4 
    ipt_LOG                 6208  7 
    ipt_state               1376  15 
    ipt_multiport           2144  0 
    ipt_conntrack           1984  0 
    iptable_mangle          2080  1 
    ip_nat_irc              1568  0 
    ip_nat_tftp             1280  0 
    ip_nat_ftp              2272  0 
    iptable_nat            19068  3 ip_nat_irc,ip_nat_tftp,ip_nat_ftp
    ip_conntrack_irc       70384  1 ip_nat_irc
    ip_conntrack_tftp       3056  1 ip_nat_tftp
    ip_conntrack_ftp       71344  1 ip_nat_ftp
    ip_conntrack           37400  9 ipt_state,ipt_conntrack,ip_nat_irc,ip_nat_tftp,ip_nat_ftp,iptable_nat,ip_conntra
    ck_irc,ip_conntrack_tftp,ip_conntrack_ftp
    iptable_filter          2144  1 
    ip_tables              18176  10 ipt_TOS,ipt_REJECT,ipt_pkttype,ipt_LOG,ipt_state,ipt_multiport,ipt_conntrack,ipt
    able_mangle,iptable_nat,iptable_filter
    af_packet              16232  4 
    floppy                 54736  0 
    via-rhine              19364  0 
    mii                     4224  1 via-rhine
    ide-cd                 36772  0 
    loop                   13544  0 
    nls_iso8859-2           4288  1 
    nls_cp437               5376  1 
    vfat                   11200  1 
    fat                    35964  1 vfat
    via-agp                 7424  1 
    nvidia               3916668  12 
    agpgart                28264  2 via-agp,nvidia
    usblp                  10784  0 
    ehci-hcd               28648  0 
    uhci-hcd               28944  0 
    usbcore               106008  4 usblp,ehci-hcd,uhci-hcd
    reiserfs              261012  2

    The camera is not mine and my relative who is the owner, has left for a week, so I can only try your tips on next tuesday.

    Hotplug is loaded, and so does the usb modules as you can see.

    if that does not help, you can still create a static link to your usb-camera and make the appropriate entry in your /etc/fstab file.

    How can I find which dev file represents the camera? And what file system is on it? Looked at the official panasonic site but it's only a commercial ("how can you buy more accesories" type bs)

  8. The title is self-explanatory. I'd like to mount this camera. How should I do that?

    lsusb is not showing anything (meaning it only shows my printer). Tried the control center but no appropiate setting for cameras there, at least I couldn't find any.

    Tried if mount /dev/sda helps -> special device /dev/sda doesn't exist.

     

    My PC:

    AMD 2000+ AthlonXP

    ECS L7VTA Mobo

    256MB RAM

  9. [root@localhost rpms]# urpmq --sources libqt3

    /var/cache/urpmi/rpms/libqt3-3.3.4-7.1.102mdk.i586.rpm

    ftp://ftp.gwdg.de/pub/linux/mandrakelinux...4-5mdk.i586.rpm

    [root@localhost rpms]# urpmq --list-media   

    plf-free

    plf-nonfree

    update_source

    Main (distrib7)

    Contrib (distrib8)

    Java Contrib (distrib9)

    [root@localhost rpms]# urpmi libqt3-3.3.4-7.1.102mdk qt3-common

     

    qt3-common-3.3.4-7.1.102mdk.i586.rpm telepítése innen: /var/cache/urpmi/rpms

    A telepítés nem sikerült:

            qt3-common = 3.3.4-5mdk is needed by (installed) libqt3-3.3.4-5mdk

    [root@localhost rpms]# rpm -ivh /var/cache/urpmi/rpms/libqt3-3.3.4-7.1.102mdk.i586.rpm

    error: Failed dependencies:

            qt3-common = 3.3.4-7.1.102mdk is needed by libqt3-3.3.4-7.1.102mdk

    [root@localhost rpms]# ls /var/cache/urpmi/rpms/qt3

    qt3-common-3.3.4-7.1.102mdk.i586.rpm   qt3-example-3.3.4-7.1.102mdk.i586.rpm

    [root@localhost rpms]# ls /var/cache/urpmi/rpms/qt3-common-3.3.4-7.1.102mdk.i586.rpm

    /var/cache/urpmi/rpms/qt3-common-3.3.4-7.1.102mdk.i586.rpm

    [root@localhost rpms]# rpm -ivh /var/cache/urpmi/rpms/libqt3-3.3.4-7.1.102mdk.i586.rpm /var/cache/urpmi/rpms/qt3-common-3.3.4-7.1.102mdk.i586.rpm

    Preparing...                ########################################### [100%]

            package libqt3-3.3.4-7.1.102mdk is already installed

            file /usr/lib/qt3/bin/qtconfig from install of qt3-common-3.3.4-7.1.102mdk conflicts with file from package qt3-common-3.3.4-5mdk

            file /usr/lib/qt3/lib/libdesignercore.a from install of libqt3-3.3.4-7.1.102mdk conflicts with file from package libqt3-3.3.4-5mdk

            file /usr/lib/qt3/lib/libdesignercore.prl from install of libqt3-3.3.4-7.1.102mdk conflicts with file from package libqt3-3.3.4-5mdk

            file /usr/lib/qt3/lib/libeditor.a from install of libqt3-3.3.4-7.1.102mdk conflicts with file from package libqt3-3.3.4-5mdk

            file /usr/lib/qt3/lib/libeditor.prl from install of libqt3-3.3.4-7.1.102mdk conflicts with file from package libqt3-3.3.4-5mdk

            file /usr/lib/qt3/lib/libqassistantclient.a from install of libqt3-3.3.4-7.1.102mdk conflicts with file from package libqt3-3.3.4-5mdk

            file /usr/lib/qt3/lib/libqassistantclient.prl from install of libqt3-3.3.4-7.1.102mdk conflicts with file from package libqt3-3.3.4-5mdk

            file /usr/lib/qt3/lib/libqt-mt.la from install of libqt3-3.3.4-7.1.102mdk conflicts with file from package libqt3-3.3.4-5mdk

            file /usr/lib/qt3/lib/libqt-mt.prl from install of libqt3-3.3.4-7.1.102mdk conflicts with file from package libqt3-3.3.4-5mdk

            file /usr/lib/qt3/lib/libqt-mt.so.3.3.4 from install of libqt3-3.3.4-7.1.102mdk conflicts with file from package libqt3-3.3.4-5mdk

            file /usr/lib/qt3/lib/libqui.prl from install of libqt3-3.3.4-7.1.102mdk conflicts with file from package libqt3-3.3.4-5mdk

    [root@localhost rpms]# urpmi libqt3-3.3.4-7.1.102mdk qt3-common-3.3.4-7.1.102mdk

     

    qt3-common-3.3.4-7.1.102mdk.i586.rpm telepítése innen: /var/cache/urpmi/rpms

    A telepítés nem sikerült:

            qt3-common = 3.3.4-5mdk is needed by (installed) libqt3-3.3.4-5mdk

  10. "telinit 3" before updating?
    It's just guessing, isn't it? Most of the times I use windowmaker, so it shouldn't conflict with a working KDE\Qt.
    Download it and install it by hand.
    I used the already downloaded one in /var/cache/urpmi/rpms (Btw 80M other rpms are there, can I just delete them?)
    [root@localhost rpms]# rpm -ivh qt3-common-3.3.4-7.1.102mdk.i586.rpm

    Preparing...                ########################################### [100%]

            file /usr/lib/qt3/bin/qtconfig from install of qt3-common-3.3.4-7.1.102mdk conflicts with file from package qt3-common-3.3.4-5mdk

    urpmi gave the same error again.

    Sooooo is it safe to use force(d installation) here?

  11. When I try to update my PC (Mandriva 2005) with rpmdrake, I can't update the qt3-common-3.3.4-7.1.102mdk package. The installation fails with the following message:

    qt3-common = 3.3.4-5mdk is needed by (installed) libqt3-3.3.4-5mdk.

    So how can I fix it? Is it safe to use forced installation?

     

    [moved from Installing Mandrake by spinynorman]

  12. Here in Europe i seem to remeber reading something about them having till july this year to open up there technologies.  If they dont do it to the satisfaction of the mediator, they will be fined 5% of there gross profit, roughly 5 million dollars a day untill they do open up the technologies.

     

    Now thats got to hurt, even a company like microsoft.

     

    p.s. not sure if i got all the details right couldnt find the article.

    That's only releasing full API docs. Currently they holding back some things (at least they roumored), so only MS products can fully work together with MS servers.

    They not opening up any technology. The are patenting everything they can.

    Oh and there's the windows without media player, which they still didn't release AFAIK.

  13. why not disable nero instead? :D

    Guess I will. I killalled magicdev and put an empty rw CD in, but Nero wrote it's not empty and wanted to erase it anyway. I chose OK, but the erasing stopped at about 50% and it started all over again (it's not empty, erase it).

    I know Mandrake is not supported but it's only a CD writer.

    I have to burn it under win.

×
×
  • Create New...