Näytä kirjoitukset

Tässä osiossa voit tarkastella kaikkia tämän jäsenen viestejä. Huomaa, että näet viestit vain niiltä alueilta, joihin sinulla on pääsy.


Viestit - mundus

Sivuja: [1]
1
Moi,

sain tämän toimimaan ilman tuota fstabiakin. Kokeilin eri levyjä ja nyt näyttäisi toimivan niilläkin levyillä, jotka jossain välissä eivät toimineet. Poistin samalla libxine1-ffmpeg ja totem paketit, jotka kaatoivat XBMC:n joidenkin levyjen osalta.

2
Moi,

päivitin HTPC:ni 12.04:ään ja siirryin samalla tuoreampaan XBMC:hen. Edellisessäkin distrossa (Xbmcbuntu) oli DVD:n mount-ongelmia, jotka silloin sain selvitettyä. Yritin nyt samoja temppuja, mutta onnistuminen jäi laihaksi. Asema siis toimi ennen 12.04:n asennusta.

Googlailin ja kävin eri foorumeja läpi heikolla menestyksellä. Siispä löytyisikö täältä apuja ja ideoita.

Tässä perustietoja:

dmesg  | grep CD
Koodia: [Valitse]
[    1.600525] scsi 2:0:0:0: CD-ROM            Slimtype BD  E  DS4E1S    EAB1 PQ: 0 ANSI: 5
[    1.605018] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.605356] sr 2:0:0:0: Attached scsi CD-ROM sr0

dmesg  | grep dvd
Koodia: [Valitse]
[    1.605011] sr0: scsi3-mmc drive: 24x/1x writer dvd-ram cd/rw xa/form2 cdda pop-up
cat /etc/fstab
Koodia: [Valitse]
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    nodev,noexec,nosuid 0       0
# / was on /dev/sda1 during installation
UUID=cf65f98d-7973-4c02-9f42-28f33055b7c4 /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=b9ffa32d-a5ed-4745-883a-8b586eb9753e none            swap    sw              0       0
/dev/sr0        /media/dvd   udf,iso9660 ro,user,noauto  0       0
#/dev/sr0 /media/dvd udf, iso9660 user, noauto 0 0

cat /etc/udev/rules.d/82-cdrom.rules
Koodia: [Valitse]
SUBSYSTEM=="block", KERNEL=="sr0", SYMLINK+="cdrom cdrw dvd dvdrw"

cat /etc/udev/rules.d/70-persistent-cd.rules
Koodia: [Valitse]
# This file maintains persistent names for CD/DVD reader and writer devices.
# See udev(7) for syntax.
#
# Entries are automatically added by the 75-cd-aliases-generator.rules
# file; however you are also free to add your own entries provided you
# add the ENV{GENERATED}=1 flag to your own rules as well.
# Slimtype_BD_E_DS4E1S (pci-0000:00:0b.0-scsi-0:0:0:0)
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:0b.0-scsi-3:0:0:0", SYMLINK+="cdrom", ENV{GENERATED}="1"
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:0b.0-scsi-3:0:0:0", SYMLINK+="cdrw", ENV{GENERATED}="1"
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:0b.0-scsi-3:0:0:0", SYMLINK+="dvd", ENV{GENERATED}="1"
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:0b.0-scsi-3:0:0:0", SYMLINK+="dvdrw", ENV{GENERATED}="1"

# Slimtype_BD_E_DS4E1S (pci-0000:00:0b.0-scsi-0:0:0:0)
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:0b.0-scsi-0:0:0:0", SYMLINK+="cdrom1", ENV{GENERATED}="1"
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:0b.0-scsi-0:0:0:0", SYMLINK+="cdrw1", ENV{GENERATED}="1"
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:0b.0-scsi-0:0:0:0", SYMLINK+="dvd1", ENV{GENERATED}="1"
SUBSYSTEM=="block", ENV{ID_CDROM}=="?*", ENV{ID_PATH}=="pci-0000:00:0b.0-scsi-0:0:0:0", SYMLINK+="dvdrw1", ENV{GENERATED}="1"

sudo lshw -C disk
Koodia: [Valitse]
[sudo]
  *-disk                  
       description: ATA Disk
       product: ST9320325AS
       vendor: Seagate
       physical id: 0.0.0
       bus info: scsi@1:0.0.0
       logical name: /dev/sda
       version: 0002
       serial: 6VD19ZC2
       size: 298GiB (320GB)
       capabilities: partitioned partitioned:dos
       configuration: ansiversion=5 signature=0002f630
  *-cdrom
       description: DVD-RAM writer
       product: BD  E  DS4E1S
       vendor: Slimtype
       physical id: 0.0.0
       bus info: scsi@2:0.0.0
       logical name: /dev/cdrom
       logical name: /dev/cdrom1
       logical name: /dev/cdrw
       logical name: /dev/cdrw1
       logical name: /dev/dvd
       logical name: /dev/dvd1
       logical name: /dev/dvdrw
       logical name: /dev/dvdrw1
       logical name: /dev/sr0
       version: EAB1
       capabilities: removable audio cd-r cd-rw dvd dvd-r dvd-ram
       configuration: ansiversion=5 status=nodisc
  *-disk
       description: SCSI Disk
       product: Elements 1023
       vendor: WD
       physical id: 0.0.0
       bus info: scsi@0:0.0.0
       logical name: /dev/sdb
       version: 2005
       serial: WX41A51Y5969
       size: 931GiB (1TB)
       capabilities: partitioned partitioned:dos
       configuration: ansiversion=4 signature=00021631

ls -l /dev/sr0
Koodia: [Valitse]
brw-rw----+ 1 root cdrom 11, 0 heinä  2 22:13 /dev/sr0

ls -l /media/
Koodia: [Valitse]
yhteensä 8
drwxrwxrwx 2 root root 4096 heinä  2 17:46 dvd
drwx------ 1 xbmc xbmc 4096 marra  8  2012 Elements

ls -lart /dev/
Koodia: [Valitse]
yhteensä 4
drwxr-xr-x  23 root root        4096 heinä  1 01:20 ..
drwxr-xr-x   2 root root           0 heinä  2 22:11 pts
drwxr-xr-x   2 root root          60 heinä  2 22:11 net
drwxr-xr-x   3 root root          60 heinä  2 22:11 bus
drwxr-xr-x   2 root root          60 heinä  2 22:11 mapper
lrwxrwxrwx   1 root root          14 heinä  2 22:11 .initramfs -> /run/initramfs
drwxr-xr-x   2 root root         100 heinä  2 22:11 bsg
drwxr-xr-x   6 root root         120 heinä  2 22:11 disk
drwxr-xr-x   2 root root         660 heinä  2 22:11 block
drwxr-xr-x   3 root root          60 heinä  2 22:11 .udev
lrwxrwxrwx   1 root root           8 heinä  2 22:11 shm -> /run/shm
lrwxrwxrwx   1 root root          15 heinä  2 22:11 stdout -> /proc/self/fd/1
lrwxrwxrwx   1 root root          15 heinä  2 22:11 stdin -> /proc/self/fd/0
lrwxrwxrwx   1 root root          15 heinä  2 22:11 stderr -> /proc/self/fd/2
lrwxrwxrwx   1 root root          13 heinä  2 22:11 fd -> /proc/self/fd
lrwxrwxrwx   1 root root          11 heinä  2 22:11 core -> /proc/kcore
crw------T   1 root root     10, 238 heinä  2 22:11 vhost-net
drwxr-xr-x   2 root root          60 heinä  2 22:11 cpu
crw------T   1 root root     10, 234 heinä  2 22:11 btrfs-control
crw------T   1 root root     10, 235 heinä  2 22:11 autofs
crw-------   1 root root    251,   1 heinä  2 22:11 hidraw1
crw-------   1 root root    251,   0 heinä  2 22:11 hidraw0
crw-rw----   1 root dialout   4,  74 heinä  2 22:11 ttyS10
crw-rw----   1 root dialout   4,  65 heinä  2 22:11 ttyS1
crw-rw----   1 root dialout   4,  64 heinä  2 22:11 ttyS0
crw-rw----   1 root dialout   4,  75 heinä  2 22:11 ttyS11
crw-rw----   1 root dialout   4,  76 heinä  2 22:11 ttyS12
crw-rw----   1 root dialout   4,  77 heinä  2 22:11 ttyS13
crw-rw----   1 root disk     21,   2 heinä  2 22:11 sg2
crw-rw----   1 root disk     21,   0 heinä  2 22:11 sg0
crw-rw----+  1 root cdrom    21,   1 heinä  2 22:11 sg1
crw-rw----   1 root dialout   4,  78 heinä  2 22:11 ttyS14
crw-rw----   1 root dialout   4,  79 heinä  2 22:11 ttyS15
crw-rw----   1 root dialout   4,  80 heinä  2 22:11 ttyS16
crw-rw----   1 root dialout   4,  84 heinä  2 22:11 ttyS20
crw-rw----   1 root dialout   4,  66 heinä  2 22:11 ttyS2
crw-rw----   1 root dialout   4,  83 heinä  2 22:11 ttyS19
crw-rw----   1 root dialout   4,  82 heinä  2 22:11 ttyS18
crw-rw----   1 root dialout   4,  81 heinä  2 22:11 ttyS17
crw-rw----   1 root dialout   4,  86 heinä  2 22:11 ttyS22
crw-rw----   1 root dialout   4,  85 heinä  2 22:11 ttyS21
crw-rw----   1 root dialout   4,  90 heinä  2 22:11 ttyS26
crw-rw----   1 root dialout   4,  88 heinä  2 22:11 ttyS24
crw-rw----   1 root dialout   4,  87 heinä  2 22:11 ttyS23
crw-rw----   1 root dialout   4,  92 heinä  2 22:11 ttyS28
crw-rw----   1 root dialout   4,  89 heinä  2 22:11 ttyS25
crw-rw----   1 root dialout   4,  67 heinä  2 22:11 ttyS3
crw-rw----   1 root dialout   4,  91 heinä  2 22:11 ttyS27
crw-rw----   1 root dialout   4,  94 heinä  2 22:11 ttyS30
crw-rw----   1 root dialout   4,  93 heinä  2 22:11 ttyS29
crw-rw----   1 root dialout   4,  70 heinä  2 22:11 ttyS6
crw-rw----   1 root dialout   4,  69 heinä  2 22:11 ttyS5
crw-rw----   1 root dialout   4,  95 heinä  2 22:11 ttyS31
crw-rw----   1 root dialout   4,  72 heinä  2 22:11 ttyS8
crw-rw----   1 root dialout   4,  71 heinä  2 22:11 ttyS7
crw-rw----   1 root dialout   4,  73 heinä  2 22:11 ttyS9
crw-rw----   1 root dialout   4,  68 heinä  2 22:11 ttyS4
crw-------   1 root root    254,   0 heinä  2 22:11 rtc0
lrwxrwxrwx   1 root root           4 heinä  2 22:11 rtc -> rtc0
brw-rw----   1 root disk      1,  10 heinä  2 22:11 ram10
brw-rw----   1 root disk      1,  15 heinä  2 22:11 ram15
crw-r--r--   1 root root      1,  11 heinä  2 22:11 kmsg
crw-rw-rw-   1 root root      1,   7 heinä  2 22:11 full
brw-rw----   1 root disk      1,  11 heinä  2 22:11 ram11
crw-rw-rw-   1 root root      1,   3 heinä  2 22:11 null
crw-r-----   1 root kmem      1,   1 heinä  2 22:11 mem
crw-------   1 root root      1,  12 heinä  2 22:11 oldmem
brw-rw----   1 root disk      1,  14 heinä  2 22:11 ram14
crw-rw-rw-   1 root root      1,   8 heinä  2 22:11 random
brw-rw----   1 root disk      1,   0 heinä  2 22:11 ram0
crw-r-----   1 root kmem      1,   4 heinä  2 22:11 port
brw-rw----   1 root disk      1,   5 heinä  2 22:11 ram5
brw-rw----   1 root disk      1,   6 heinä  2 22:11 ram6
crw-rw-rw-   1 root root      1,   5 heinä  2 22:11 zero
crw-rw-rw-   1 root root      1,   9 heinä  2 22:11 urandom
brw-rw----   1 root disk      1,   2 heinä  2 22:11 ram2
brw-rw----   1 root disk      1,   9 heinä  2 22:11 ram9
brw-rw----   1 root disk      1,   8 heinä  2 22:11 ram8
brw-rw----   1 root disk      1,   3 heinä  2 22:11 ram3
brw-rw----   1 root disk      1,  13 heinä  2 22:11 ram13
brw-rw----   1 root disk      1,  12 heinä  2 22:11 ram12
crw-------   1 root root     10,  58 heinä  2 22:11 alarm
crw-------   1 root root     10,  59 heinä  2 22:11 ashmem
brw-rw----   1 root disk      1,   4 heinä  2 22:11 ram4
srw-rw-rw-   1 root root           0 heinä  2 22:11 log
brw-rw----   1 root disk      1,   1 heinä  2 22:11 ram1
crw-------   1 root root     10,  60 heinä  2 22:11 binder
crw-------   1 root root     10,  57 heinä  2 22:11 cpu_dma_latency
brw-rw----   1 root disk      1,   7 heinä  2 22:11 ram7
brw-rw----   1 root disk      7,   2 heinä  2 22:11 loop2
crw-------   1 root root     10,  61 heinä  2 22:11 ecryptfs
crw-rw-rwT   1 root fuse     10, 229 heinä  2 22:11 fuse
brw-rw----   1 root disk      7,   0 heinä  2 22:11 loop0
crw-------   1 root root     10, 228 heinä  2 22:11 hpet
brw-rw----   1 root disk      7,   5 heinä  2 22:11 loop5
brw-rw----   1 root disk      7,   1 heinä  2 22:11 loop1
crw-------   1 root root     10, 237 heinä  2 22:11 loop-control
brw-rw----   1 root disk      7,   6 heinä  2 22:11 loop6
brw-rw----   1 root disk      7,   3 heinä  2 22:11 loop3
crw-------   1 root root     10,  56 heinä  2 22:11 network_latency
crw-------   1 root root     10, 227 heinä  2 22:11 mcelog
crw-------   1 root root     10,  55 heinä  2 22:11 network_throughput
crw-------   1 root root     10,   1 heinä  2 22:11 psaux
brw-rw----   1 root disk      7,   4 heinä  2 22:11 loop4
crw-------   1 root root     10, 231 heinä  2 22:11 snapshot
crw-rw-r--+  1 root root     10,  62 heinä  2 22:11 rfkill
crw-------   1 root root     10,  63 heinä  2 22:11 vga_arbiter
crw-r-----   1 root root     10, 223 heinä  2 22:11 uinput
crw-------   1 root root    108,   0 heinä  2 22:11 ppp
brw-rw----   1 root disk      7,   7 heinä  2 22:11 loop7
brw-rw----   1 root disk      8,  16 heinä  2 22:11 sdb
crw-------   1 root root      5,   1 heinä  2 22:11 console
crw--w----   1 root tty       4,   0 heinä  2 22:11 tty0
crw--w----   1 root tty       4,  10 heinä  2 22:11 tty10
crw-rw----   1 root tty       4,   1 heinä  2 22:11 tty1
crw--w----   1 root tty       4,  11 heinä  2 22:11 tty11
crw--w----   1 root tty       4,  13 heinä  2 22:11 tty13
crw--w----   1 root tty       4,  12 heinä  2 22:11 tty12
crw--w----   1 root tty       4,  14 heinä  2 22:11 tty14
crw--w----   1 root tty       4,  15 heinä  2 22:11 tty15
crw--w----   1 root tty       4,  17 heinä  2 22:11 tty17
crw--w----   1 root tty       4,  16 heinä  2 22:11 tty16
crw--w----   1 root tty       4,  19 heinä  2 22:11 tty19
crw--w----   1 root tty       4,  18 heinä  2 22:11 tty18
crw--w----   1 root tty       4,  20 heinä  2 22:11 tty20
crw-rw----   1 root tty       4,   2 heinä  2 22:11 tty2
crw--w----   1 root tty       4,  21 heinä  2 22:11 tty21
crw--w----   1 root tty       4,  22 heinä  2 22:11 tty22
crw--w----   1 root tty       4,  24 heinä  2 22:11 tty24
crw--w----   1 root tty       4,  23 heinä  2 22:11 tty23
crw--w----   1 root tty       4,  25 heinä  2 22:11 tty25
crw--w----   1 root tty       4,  26 heinä  2 22:11 tty26
crw--w----   1 root tty       4,  27 heinä  2 22:11 tty27
crw--w----   1 root tty       4,  29 heinä  2 22:11 tty29
crw--w----   1 root tty       4,  28 heinä  2 22:11 tty28
crw-rw----   1 root tty       4,   3 heinä  2 22:11 tty3
crw--w----   1 root tty       4,  30 heinä  2 22:11 tty30
crw--w----   1 root tty       4,  32 heinä  2 22:11 tty32
crw--w----   1 root tty       4,  31 heinä  2 22:11 tty31
crw--w----   1 root tty       4,  34 heinä  2 22:11 tty34
crw--w----   1 root tty       4,  33 heinä  2 22:11 tty33
crw--w----   1 root tty       4,  37 heinä  2 22:11 tty37
crw--w----   1 root tty       4,  36 heinä  2 22:11 tty36
crw--w----   1 root tty       4,  35 heinä  2 22:11 tty35
crw--w----   1 root tty       4,  38 heinä  2 22:11 tty38
crw--w----   1 root tty       4,  40 heinä  2 22:11 tty40
crw-rw----   1 root tty       4,   4 heinä  2 22:11 tty4
crw--w----   1 root tty       4,  39 heinä  2 22:11 tty39
crw--w----   1 root tty       4,  43 heinä  2 22:11 tty43
crw--w----   1 root tty       4,  42 heinä  2 22:11 tty42
crw--w----   1 root tty       4,  41 heinä  2 22:11 tty41
crw--w----   1 root tty       4,  45 heinä  2 22:11 tty45
crw--w----   1 root tty       4,  44 heinä  2 22:11 tty44
crw--w----   1 root tty       4,  47 heinä  2 22:11 tty47
crw--w----   1 root tty       4,  46 heinä  2 22:11 tty46
crw--w----   1 root tty       4,  49 heinä  2 22:11 tty49
crw--w----   1 root tty       4,  48 heinä  2 22:11 tty48
crw--w----   1 root tty       4,  50 heinä  2 22:11 tty50
crw-rw----   1 root tty       4,   5 heinä  2 22:11 tty5
brw-rw----   1 root disk      8,   0 heinä  2 22:11 sda
crw--w----   1 root tty       4,  51 heinä  2 22:11 tty51
crw--w----   1 root tty       4,  53 heinä  2 22:11 tty53
crw--w----   1 root tty       4,  52 heinä  2 22:11 tty52
crw--w----   1 root tty       4,  57 heinä  2 22:11 tty57
crw--w----   1 root tty       4,  56 heinä  2 22:11 tty56
crw--w----   1 root tty       4,  55 heinä  2 22:11 tty55
crw--w----   1 root tty       4,  54 heinä  2 22:11 tty54
crw-rw----   1 root tty       4,   6 heinä  2 22:11 tty6
crw--w----   1 root tty       4,  58 heinä  2 22:11 tty58
crw--w----   1 root tty       4,  59 heinä  2 22:11 tty59
crw--w----   1 root tty       4,  61 heinä  2 22:11 tty61
crw--w----   1 root tty       4,  60 heinä  2 22:11 tty60
crw--w----   1 root tty       4,  62 heinä  2 22:11 tty62
crw--w----   1 root tty       4,   7 heinä  2 22:11 tty7
crw--w----   1 root tty       4,  63 heinä  2 22:11 tty63
crw--w----   1 root tty       4,   9 heinä  2 22:11 tty9
crw--w----   1 root tty       4,   8 heinä  2 22:11 tty8
crw-------   1 root root      5,   3 heinä  2 22:11 ttyprintk
crw-rw----   1 root tty       7,   0 heinä  2 22:11 vcs
crw-rw----   1 root tty       7,   1 heinä  2 22:11 vcs1
crw-rw----   1 root tty       7, 129 heinä  2 22:11 vcsa1
crw-rw----   1 root tty       7, 128 heinä  2 22:11 vcsa
brw-rw----   1 root disk      8,   2 heinä  2 22:11 sda2
brw-rw----   1 root disk      8,   5 heinä  2 22:11 sda5
crw-------   1 root root    250,   0 heinä  2 22:11 lirc0
brw-rw----   1 root disk      8,  17 heinä  2 22:11 sdb1
crw-rw----   1 root tty       7,   2 heinä  2 22:11 vcs2
crw-rw----   1 root tty       7,   3 heinä  2 22:11 vcs3
crw-rw----   1 root tty       7, 130 heinä  2 22:11 vcsa2
crw-rw----   1 root tty       7, 132 heinä  2 22:11 vcsa4
crw-rw----   1 root tty       7, 131 heinä  2 22:11 vcsa3
crw-rw----   1 root tty       7,   4 heinä  2 22:11 vcs4
crw-rw----   1 root tty       7,   5 heinä  2 22:11 vcs5
crw-rw----   1 root tty       7, 133 heinä  2 22:11 vcsa5
crw-rw----   1 root tty       7, 134 heinä  2 22:11 vcsa6
crw-rw----   1 root tty       7,   6 heinä  2 22:11 vcs6
brw-rw----   1 root disk      8,   1 heinä  2 22:11 sda1
lrwxrwxrwx   1 root root          19 heinä  2 22:11 lircd -> /var/run/lirc/lircd
crw-rw-rw-   1 root root    195, 255 heinä  2 22:11 nvidiactl
crw-rw-rw-   1 root root    195,   0 heinä  2 22:11 nvidia0
drwxr-xr-x   4 root root         360 heinä  2 22:11 input
drwxr-xr-x   3 root root         260 heinä  2 22:11 snd
crw-rw----   1 root video    29,   0 heinä  2 22:11 fb0
drwxr-xr-x   2 root root        3680 heinä  2 22:11 char
brw-rw----+  1 root cdrom    11,   0 heinä  2 22:13 sr0
lrwxrwxrwx   1 root root           3 heinä  2 22:13 cdrw1 -> sr0
lrwxrwxrwx   1 root root           3 heinä  2 22:13 cdrw -> sr0
lrwxrwxrwx   1 root root           3 heinä  2 22:13 cdrom1 -> sr0
lrwxrwxrwx   1 root root           3 heinä  2 22:13 cdrom -> sr0
lrwxrwxrwx   1 root root           3 heinä  2 22:13 dvdrw1 -> sr0
lrwxrwxrwx   1 root root           3 heinä  2 22:13 dvdrw -> sr0
lrwxrwxrwx   1 root root           3 heinä  2 22:13 dvd1 -> sr0
lrwxrwxrwx   1 root root           3 heinä  2 22:13 dvd -> sr0
crw-rw-rw-   1 root tty       5,   0 heinä  2 22:30 tty
drwxr-xr-x  14 root root        4320 heinä  2 22:30 .
crw-rw-rw-   1 root tty       5,   2 heinä  2 22:34 ptmx

id xbmc
Koodia: [Valitse]
uid=1001(xbmc) gid=1001(xbmc) ryhmät=1001(xbmc),24(cdrom),29(audio),44(video),46(plugdev),100(users),104(fuse)

sudo mount -t iso9660 -o ro /dev/sr0 /media/dvd
Koodia: [Valitse]
mount: no medium found on /dev/sr0

Herääkö ajatuksia mitä voisi kokeilla? Kiitos.

3
Hei,

olen asennellut Asrockin HTPC käyttöön Ubuntu Netbookin ja siihen XBMC:n. Asrockin oma sisäänrakennettu IR vastaanotin (Nuvoton Transceivers/Remotes) toimii hyvin. Olen yrittänyt lisäksi saada toimimaan USB-UIRT:tä (http://www.usbuirt.com/) laihoin tuloksin.

Minusta näyttää siltä, että koko IR-lähetintä ei ole saatu asennettua.

/etc/lirc/hardware.conf näyttää tältä
Koodia: [Valitse]
# /etc/lirc/hardware.conf
#
# Arguments which will be used when launching lircd
#LIRCD_ARGS="-d /dev/ttyUSB0"

#Don't start lircmd even if there seems to be a good config file
START_LIRCMD=true

#Try to load appropriate kernel modules
LOAD_MODULES=true

# Run "lircd --driver=help" for a list of supported drivers.
DRIVER="uirt2_raw"
# If DEVICE is set to /dev/lirc and devfs is in use /dev/lirc/0 will be
# automatically used instead
DEVICE=""
MODULES=""

# Default configuration files for your hardware if any
LIRCD_CONF=""
LIRCMD_CONF=""

#Chosen Remote Control
REMOTE="Nuvoton Transceivers/Remotes"
REMOTE_MODULES="lirc_dev lirc_wb677"
REMOTE_DRIVER=""
REMOTE_DEVICE="/dev/lirc0"
REMOTE_SOCKET=""
REMOTE_LIRCD_CONF="lirc_wb677/lircd.conf.wb677"
REMOTE_LIRCD_ARGS=""

#Chosen IR Transmitter
TRANSMITTER="USBUIRT"
TRANSMITTER_MODULES=""
TRANSMITTER_DRIVER="uirt2_raw"
TRANSMITTER_DEVICE="/dev/ttyUSB0"
TRANSMITTER_SOCKET=""
TRANSMITTER_LIRCD_CONF="topfield/ircd.conf.topfield"
TRANSMITTER_LIRCD_ARGS="-d /dev/ttyUSB0"

#Forcing noninteractive reconfiguration
#If lirc is to be reconfigured by an external application
#that doesn't have a debconf frontend available, the noninteractive
#frontend can be invoked and set to parse REMOTE and TRANSMITTER
#It will then populate all other variables without any user input
#If you would like to configure lirc via standard methods, be sure
#to leave this set to "false"
FORCE_NONINTERACTIVE_RECONFIGURATION="false"
#START_LIRCMD=""

/etc/lirc/lircd.conf sisältää
Koodia: [Valitse]
#This configuration has been automatically generated via
#the Ubuntu LIRC package maintainer scripts.
#
#It includes the default configuration for the remote and/or
#transmitter that you have selected during package installation.
#
#Feel free to add any custom remotes to the configuration
#via additional include directives or below the existing
#Ubuntu include directives from your selected remote and/or
#transmitter.

#Configuration for the Nuvoton Transceivers/Remotes remote:
include "/usr/share/lirc/remotes/lirc_wb677/lircd.conf.wb677"

#configure Topfield
#include "/usr/share/lirc/remotes/topfield/lircd.conf.topfield"

lsusb antaa tämän
Koodia: [Valitse]
lsusb
Bus 002 Device 003: ID 046d:c505 Logitech, Inc. Cordless Mouse+Keyboard Receiver
Bus 002 Device 002: ID 0403:f850 Future Technology Devices International, Ltd
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


irsend LIST "" "" palauttaa tämän:
Koodia: [Valitse]
irsend: mceusb
irsend: mceusb_hauppauge
irsend: vista_mce

ja irsend SEND_ONCE Topfield_PVR_5000 Power palauttaa tämän, joka ei ole kai yllätys, kun yllä näyttäisi siltä, että koko laitetta ei ole tunnistettu..
Koodia: [Valitse]
irsend: command failed: SEND_ONCE Topfield_PVR_5000 Power
irsend: unknown remote: "Topfield_PVR_5000"

Olisiko mitään ideoita mitä pitäisi tehdä, että tuo USB-UIRT saataisiin lähettämään infrapunakomentoja. Sen ei tarvitse vastaanottaa mitään, kun laitteessa tuo oma jo toimiva vastaanotin.

Kiitos.

4
Kiitos. Olin kyllä tuolta ftpd hakenut ja sen itse kääntänyt. Näin ainakin muistelen. Hain tuon valmiiksi käännetyn binäärin ja sepäs toimikin. Joten kiitoksia!

5
Moi,

en ole saanut yhteyttä ftpd-topfieldin ja digiboksin välillä toimimaan toimimaan.

Clientin tulos:
Koodia: [Valitse]
ftp localhost 2021
Connected to localhost.
220 zzzzzz FTP server (Topfield ftpd 0.7.7) ready.
Name (localhost:test):
331 Guest login ok, type your name as password.
Password:
230 Guest login ok, access restrictions apply.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
200 PORT command sucessful.
550 Failed to connect to Topfield PVR

Ja varsinaisen serverin logi
Koodia: [Valitse]
sudo ./ftpd -D -d -l --port=2021
ftpd-topfield[7653]: connection from 127.0.0.1
ftpd-topfield[7653]: <--- 220
ftpd-topfield[7653]: zzzzz FTP server (Topfield ftpd 0.7.7) ready.
ftpd-topfield[7653]: command: USER test
ftpd-topfield[7653]: <--- 331
ftpd-topfield[7653]: Guest login ok, type your name as password.
ftpd-topfield[7653]: command: PASS
ftpd-topfield[7653]: <--- 230
ftpd-topfield[7653]: Guest login ok, access restrictions apply.
ftpd-topfield[7653]: ANONYMOUS FTP LOGIN FROM 127.0.0.1
ftpd-topfield[7653]: command: SYST
ftpd-topfield[7653]: <--- 215
ftpd-topfield[7653]: UNIX Type: L8 Version: Linux 2.6.32-21-generic
ftpd-topfield[7653]: command: PORT 127,0,0,1,163,96
ftpd-topfield[7653]: <--- 200
ftpd-topfield[7653]: PORT command sucessful.
ftpd-topfield[7653]: command: LIST
open /proc/bus/usb/devices: No such file or directory
ftpd-topfield[7653]: topfield_open(0) returned -1
ftpd-topfield[7653]: <--- 550
ftpd-topfield[7653]: Failed to connect to Topfield PVR

/proc/bus/usb/devices polkua ei ole olemassa
Koodia: [Valitse]
$ ls /proc/bus/usb/devices
ls: cannot access /proc/bus/usb/devices: No such file or directory

Topfield kuitenkin löytyy lsusb:llä

Koodia: [Valitse]
$ lsusb | grep -i Topfield
Bus 001 Device 007: ID 11db:1000 Topfield Co., Ltd. PVR

ja puppy saa siihen yhteyden, kun vain käyttää bus/device numeroita parametreina
Koodia: [Valitse]
sudo puppy -d /dev/bus/usb/001/007 -c dir
d                    0 Wed Jan  1 00:00:00 2003 DataFiles
d                    0 Wed Jan  1 00:00:00 2003 ProgramFiles
d                    0 Wed Jan  1 00:00:00 2003 MP3

Olen yrittänyt saada tuon /proc/bus/usb/devices jotenkin mountattua, mutta enpä ole onnistunut. Osaisiko joku ehdottaa mitä voisi kokeilla?

Kiitos.  :)

6
Ubuntu tietokoneissa / python ja localet
« : 27.07.08 - klo:16.32 »
Localet aiheuttaa hieman ongelmia... Esim. gramps-ohjelma sanoo näin:

Koodia: [Valitse]
$ gramps
Traceback (most recent call last):
  File "/usr/share/gramps/gramps.py", line 166, in run
    setup_logging()
  File "/usr/share/gramps/gramps.py", line 123, in setup_logging
    from GrampsLogger import RotateHandler, GtkHandler
  File "/usr/share/gramps/GrampsLogger/__init__.py", line 45, in <module>
    from _GtkHandler import GtkHandler
  File "/usr/share/gramps/GrampsLogger/_GtkHandler.py", line 4, in <module>
    from _ErrorView import ErrorView
  File "/usr/share/gramps/GrampsLogger/_ErrorView.py", line 15, in <module>
    import GrampsDisplay
  File "/usr/share/gramps/GrampsDisplay.py", line 36, in <module>
    LANG = locale.getlocale()[0]
  File "/usr/lib/python2.5/locale.py", line 462, in getlocale
    return _parse_localename(localename)
  File "/usr/lib/python2.5/locale.py", line 375, in _parse_localename
    raise ValueError, 'unknown locale: %s' % localename
ValueError: unknown locale: fi_FI@euro",

locale sanoo seuraavaa:
Koodia: [Valitse]
$ locale
LANG=fi_FI.UTF-8
LC_CTYPE="fi_FI@euro","
LC_NUMERIC="fi_FI@euro","
LC_TIME="fi_FI@euro","
LC_COLLATE="fi_FI@euro","
LC_MONETARY="fi_FI@euro","
LC_MESSAGES="fi_FI@euro","
LC_PAPER="fi_FI@euro","
LC_NAME="fi_FI@euro","
LC_ADDRESS="fi_FI@euro","
LC_TELEPHONE="fi_FI@euro","
LC_MEASUREMENT="fi_FI@euro","
LC_IDENTIFICATION="fi_FI@euro","
LC_ALL=fi_FI@euro",

Tuota /usr/lib/python2.5/locale.py katsoin sen verta, että minusta sen pitäisi toimia ihan oikein. Onko ideoita mitä tehdä?

7
hmm.. liitin messagebus käyttäjän messagebus ryhmään usersin sijaan ja nyt ainakin tuo käynnistyy tuo users-admin. Tosin se ei löydä muita kuin rootin. Luulen, että nuo ryhmät ja käyttäjät ovat pahasti sekaisin. Pitäisi varmaan asentaa kokonaan ubuntu uusiksi...

8
Moi,

en tiedä liittyvätkö nämä asiat yhteen, mutta ehkä.

1) Päivitettyäni Ubuntun 8.04:een muistitikut, USB-kortinlukija ja DVD eivät ole olleet käytössä ilman sudo:ttamista. Esim. muititikku kyllä näkyy gnomessa tiedostonselaimessa Tietokone-näkymässä, missä näkyy myös DVD ja muut levyjaot. Jos USB-tikkua haluaa selata joutuu aina antamaan salasanan. Lueskelin foorumeita ja fstabiin noita irrotettavia medioita ei ilmeisesti kannata lisätä, joten sitä en ole tehnyt. Oletukseni on, että /etc/udev/rules.d/40-permissions.rules:tä pitäisi muokata ja antaa oikkia?

2) Kuvittelisin, että tämä toinenkin ongelma johtuu samasta asiasta. Ennen päivitystä EasyGPS toimi ihan hyvin Winellä. Jahka laitteet sääti kuntoon: http://adventuresinswitching.blogspot.com/2008/01/getting-easygps-137-working-in-linux.html. Nyt yhteyttä GPS:ään ei saada muodostettua.

3) Ajattelin siis tarkistaa noita käyttäjien käyttöoikeuksia users-admin-ohjelmalla. Sain virheilmoituksen, että minulla ei ole oikeuksia ajaa sitä. Siispä ajoin konsolissa:
Koodia: [Valitse]
$ sudo users-admin

** (users-admin:21633): CRITICAL **: Failed to execute program /usr/lib/dbus-1.0/dbus-daemon-launch-helper: Success
 

Tämä kaikki juontanee jo aiemmin ilmenneisiin ongelmiin. Eli siis olen pävittänyt olikos se 6.04:sta 8.04:een ja olikohan 7.04:n tai 7.10:n yhteydessä /etc/groups tyhjentyi aika lailla. Nykyään se näyttää sitten tältä, mutta 7.10:ssä siis USB, user-admin, DVD ja com-portit toimivat ok.
Koodia: [Valitse]
root:x:0:
fax:x:21:
tape:x:26:
operator:x:37:
plugdev:x:46:tuomas,anna,haldaemon
scanner:x:110:tuomas,anna,cupsys,hplip
news:x:9:
uucp:x:10:
proxy:x:13:
kmem:x:15:
dialout:x:20:tuomas,cupsys,anna
voice:x:22:
cdrom:x:24:tuomas,anna,vieras,haldaemon
floppy:x:25:tuomas,anna,vieras,haldaemon
sudo:x:27:tuomas,anna
audio:x:29:tuomas,anna,vieras,pulse
dip:x:30:tuomas,anna,vieras
www-data:x:33:
backup:x:34:
list:x:38:
irc:x:39:
src:x:40:
bin:x:2:
gnats:x:41:
shadow:x:42:
utmp:x:43:
video:x:44:tuomas,anna,vieras
sasl:x:45:
staff:x:50:
users:x:100:tuomas,anna,vieras
dhcp:x:101:
klog:x:103:
lpadmin:x:106:tuomas,anna
slocate:x:109:
adm:x:4:tuomas,anna
gdm:x:111:
tuomas:x:1000:tuomas
admin:x:112:tuomas,anna
avahi:x:113:
ssl-cert:x:114:
postfix:x:115:
postdrop:x:116:
xbox:x:1001:xbox
shareaccess:x:1002:
clamav:x:117:
tty:x:5:tuomas,anna
clamsmtp:x:118:
anna:x:1003:anna
vieras:x:1004:vieras
ntp:x:119:
fuse:x:120:
avahi-autoipd:x:121:
netdev:x:122:
nvram:x:123:
powerdev:x:124:haldaemon
sbox:x:1005:
disk:x:6:
lp:x:7:cupsys
mail:x:8:
nogroup:x:65534:
hal:x:144:
dhcpd:x:199:
messagebus:x:104:
haldaemon:x:102:
ssh:x:105:
daemon:*:1:
sys:*:3:
man:*:12:
games:*:60:
libuuid:x:200:
pulse:x:107:
pulse-access:x:108:
pulse-rt:x:125:
sambashare:x:126:tuomas,anna
crontab:x:127:
mlocate:x:128:
polkituser:x:129:
stunnel4:x:130:
winbindd_priv:x:131:
icecast:x:132:


Vähän tuohon viittaavasta on thread ainakin täällä: http://ph.ubuntuforums.com/showthread.php?t=804375 Ja sen mukaan ajettu messagebus aiheuttaa seuraavaa:
Koodia: [Valitse]
$ cat /etc/group /etc/passwd | grep messagebus
messagebus:x:104:
messagebus:x:104:100::/var/run/dbus:/bin/


Tuo  /etc/udev/rules.d/40-permissions.rules näyttää nyt tältä:

Koodia: [Valitse]
# This file establishes permissions and ownership of devices according
# to Ubuntu policy.  See udev(7) for syntax.
#
# The names of the devices must not be set here, but in 20-names.rules;
# user-friendly symlinks (which need no permissions or ownership) should
# be set in 60-symlinks.rules.

# Block devices
SUBSYSTEM!="block", GOTO="block_end"
ATTRS{removable}!="1", GROUP="disk"
ATTRS{removable}=="1", GROUP="floppy"
SUBSYSTEMS=="usb", GROUP="plugdev"
SUBSYSTEMS=="ieee1394", GROUP="plugdev"
SUBSYSTEMS=="mmc", GROUP="plugdev"
SUBSYSTEMS=="pcmcia", GROUP="plugdev"
LABEL="block_end"

# IDE devices
ENV{ID_CDROM}=="?*", GROUP="cdrom"
KERNEL=="ht[0-9]*", GROUP="tape"
KERNEL=="nht[0-9]*", GROUP="tape"

# IEEE1394 (firewire) devices
# Please note that raw1394 gives unrestricted, raw access to every single
# device on the bus and those devices may do anything as root on your system.
# Yes, I know it also happens to be the only way to rewind your video camera,
# but it's not going to be group "video", okay?
KERNEL=="raw1394", GROUP="disk"
KERNEL=="dv1394*", GROUP="video"
KERNEL=="video1394*", GROUP="video"

# Packet CD devices, group under /dev/pktcdvd
KERNEL=="pktcdvd", MODE="0644"
KERNEL=="pktcdvd[0-9]*", GROUP="cdrom"

# Printers and Parallel devices
SUBSYSTEM=="printer", GROUP="lp"
SUBSYSTEM=="ppdev", GROUP="lp"
SUBSYSTEM=="usb", KERNEL=="lp[0-9]*", GROUP="lp"
KERNEL=="pt[0-9]*", GROUP="tape"
KERNEL=="pht[0-9]*", GROUP="tape"

# SCSI devices
SUBSYSTEMS=="scsi", GOTO="scsi_start"
GOTO="scsi_end"
LABEL="scsi_start"
ATTRS{type}=="0", GROUP="disk"
ATTRS{type}=="1", GROUP="tape"
ATTRS{type}=="4", GROUP="cdrom"
ATTRS{type}=="5", GROUP="cdrom"
ATTRS{type}=="6", GROUP="scanner"
ATTRS{type}=="8", GROUP="tape"
ATTRS{type}=="3", ATTRS{vendor}=="HP", GROUP="scanner"
ATTRS{type}=="3", ATTRS{vendor}=="Epson", GROUP="scanner"
ATTRS{type}=="3", ATTRS{vendor}=="EPSON", GROUP="scanner"
LABEL="scsi_end"

# Serial devices
SUBSYSTEM=="tty", GROUP="dialout"
SUBSYSTEM=="capi", GROUP="dialout"
SUBSYSTEM=="slamr", GROUP="dialout"
SUBSYSTEM=="zaptel", GROUP="dialout"
KERNEL=="ttyLTM[0-9]*", GROUP="dialout", MODE="0660"

# USB serial converters
SUBSYSTEM=="usb_device", GOTO="usb_serial_start"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GOTO="usb_serial_start"
GOTO="usb_serial_end"
LABEL="usb_serial_start"
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", \
MODE="0660", GROUP="dialout"
LABEL="usb_serial_end"

# Sound devices
SUBSYSTEM=="sound", GROUP="audio"

# pty devices
SUBSYSTEM=="tty", KERNEL=="pty*", GROUP="tty", MODE="0666"

# Video devices
SUBSYSTEM=="drm", GROUP="video"
SUBSYSTEM=="dvb", GROUP="video"
SUBSYSTEM=="graphics", GROUP="video"
SUBSYSTEM=="video4linux", GROUP="video"
KERNEL=="agpgart", GROUP="video"
KERNEL=="nvidia*", GROUP="video"

# Other devices, by name
KERNEL=="mem", GROUP="kmem", MODE="0640"
KERNEL=="kmem", GROUP="kmem", MODE="0640"
KERNEL=="port", GROUP="kmem", MODE="0640"
KERNEL=="nvram", GROUP="nvram"
KERNEL=="rtc", GROUP="audio"
KERNEL=="js[0-9]*", GROUP="plugdev"

9
dodiin, sain tuon kuntoonkin. Homma meni jotensakin näin:

1) Oletan, että homma meni pieleen kun käytin graafista käyttäjänhallintaa, siinä ei käynnistettäessä näkynyt yhtään käyttäjää ja päätin lisätä yhden kokeeksi. Näkyville tuli vain root käyttäjä. Poistin turhan groupin --> /etc/passwd ja /etc/group tyhjentyivät.

2) Verkkoyhteys meni samalla, joten lopulta latasin ubuntu DVD:n tuolta: http://ubuntu-cdimage.datahop.it/releases/gutsy/release/

3) Olin yrittänyt käyttää Ubuntu CD:tä, mutta en saanut hal:ia, sieltä asennettua (ei löytynyt), joten poistin (tein kyllä backupin ennen poistamista) noita archivejä /etc/apt/soures.list.d hakemistosta, minulla ne ainakin CD:ltä asennettaessa tökkivät, en tosin kokeillut enää jälkeenpäin, jos olisi toiminut kun DVD-yhteys pelasi

4) Tein myös tehnyt seuraavan: (varmuuskopio sources.listasta)
Koodia: [Valitse]
sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup
sudo pico /etc/apt/source.list
Kommentoinut kaikki deb http/ftp lähteet pois #-merkillä. (jossakin vaiheessa poistin kaikki muut paitsi cdrom: rivit, oli turhaa, koska lähteet olivatkin noita edellämainittuja archiveja. Eli backup kannattanee tehdä ja kommentointi voi auttaa, mutta poistaminen turhaa.

3) /etc/apt/sources.list:iin piti lisätä DVD-asema, se ei minulla onnistunut tällä:
Koodia: [Valitse]
sudo apt-cdrom add
joten tein näin:
Koodia: [Valitse]
sudo mkdir /mnt/dvd
sudo mount /dev/dvd /mnt/dvd
sudo apt-cdrom -d=/mnt/dvd

Sitten vain asentelin uusiksi:
Koodia: [Valitse]
sudo apt-get install --reinstall hal
sudo apt-get install --reinstall dbus

Jos totta puhutaan, olin mennyt tekemään seuraavan (ei hyvä idea!):
Koodia: [Valitse]
sudo apt-get remove haljonka seurauksena tietysti desk-top ja moni muu tärkeä oli hävinnyt. Sen sai helpoiten takaisin käskemällä:
Koodia: [Valitse]
sudo apt-get install ubuntu-desktop
Ei siis mennyt ihan kaikkien taiteen sääntöjen mukaan, mutta sainpahan korjattua.  Tosin täytyy sanoa, että tuo graafinen käyttäjän hallinta softa gnomessa on yhä tyhjä, eikä ryhmiäkään näy, joten ei tämä minun konffis ihan kuosissa ole...

Kiitos kaikille avusta.

10
dodiin, eli tarkempi tarkastelu osoitti, että ne verkkoyhteyttä vaativat paketit olivat archive paketteja, eli putsailemalla vähän /etc/apt/sources.list.d hakemistoa, niin sain tuon yhteyden CD-romppuun toimimaan.

Hetken jo luulin, että tämä tästä urkenee, mutta...
Koodia: [Valitse]
sudo apt-get -f install hal
"Pakettia hal ei ole saatavilla, mutta toinen paketti viittaa siihen."


Tuo HAL, puuttuu lopulta ihan omaa tyhmyyttäni, kun poistin sen koska kuvittelin sen olevan cachessa, dbusille sitä en sitten tehnyt...

Koodia: [Valitse]
apt-cache policy hal dbus
dbus: Asennettu 1.1.1-3ubuntu4

hal: Asennettu: (ei mitään)

Tuntuu siltä, että ei tuo CD-rom välttämättä toimi, tai sieltä puuttuu paketteja,  koska ainakin sudo aptitudella kun katselin, niin tuli sellainen olo, että tuolta puuttuisi ainakin hal-info ja hal-device manager.

Eli pitänee latailla dvd:llä tms noita pakettivarastoja, etät saan homman rokkaamaan, näin kuvittelisin?

11
Minulla sattui vähän tämän bugin tapaisesti, eli graafista käyttöoikeus hallintaa käytettyäni, katosivat kaikki oikat. https://bugs.launchpad.net/ubuntu/+source/gnome-system-tools/+bug/26338 Tosin, tuo pitäisi olla korjattu 7.10:ssä...

Käytännössä /etc/passwd ja /etc/group tyhjentyivät kokonaan. passwd:hen jäivät ne pari käyttäjää jotka olivat loganneet gnomeen ja root. Kaikki systeemikäyttäjät hävisivät. Samaten kaikki käyttäjät kaikista ryhmistä hävisivät. Tätä olen nyt yrittänyt ratkoa. Aika paljon sain kuntoon kirjoittamalla käsin tarvittavia käyttäjiä ja lisäämällä niitä ryhmiin. HAL ja DBUS eivät vaan lähteneet toimimaan ja verkkoyhteyttä en ole siten saanut.

Jostakin forumeilta lukaisin, että joku muukin oli tähän törmännyt ja korjannut sen asentamalla hal:n ja dbus:n uusiksi. Siispä sitä tekemään, vaan paketit eivät enää olleetkaan cachessa, joten se pitäisi kai tehdä levyltä.  En vain ole keksinyt miten tuolta Live CD:ltä

Lisäsin /etc/apt/sources.list:iin cdrom:n, cdrom myös toimii ihan ok. Kun yritin tehdä apt-get install hal, niin paketteja yritettiin hakea netistä. Kommentoin pois kaikki deb... rivit souces.list tiedostosta ja jätin vain kommentoimatta sen cdrom:... rivin. Kun yritin uudelleen apt-get install:ia, niin edelleen kone yrittää hakea sitä netistä. apt-get update tekee samaa.

Temput loppuivat, mikä avuksi?  ??? ???

12
Ok, ongelmat jatkuvat, ja nyt tarttisi vähän apuja...  Eli en saa asennettua console-setup:ia enkä ubuntu-minimalia, koska console-setup.config:n ajo epäonnistuu...

Syynä lienee local-asetukset, koska homma kaatuu /var/lib/dpkg/info/console-setup.config:n ajossa rivillä ]936 - unexpected EOF while looking matching '"'.

rivit 935-937 ovat:
Koodia: [Valitse]
if which locale > /dev/null; then
  eval 'locale'
fi

eli oletan, että localeissa on jotain häikkää ja siksi homma ei toimi.
$locale sanoo seuraavaa:
Koodia: [Valitse]
LANG=C
LANGUAGE=fi_FI:fi:en_GB:en
LC_CTYPE="fi_FI@euro","
LC_NUMERIC="fi_FI@euro","
LC_TIME="fi_FI@euro","
LC_COLLATE="fi_FI@euro","
LC_MONETARY="fi_FI@euro","
LC_MESSAGES="fi_FI@euro","
LC_PAPER="fi_FI@euro","
LC_NAME="fi_FI@euro","
LC_ADDRESS="fi_FI@euro","
LC_TELEPHONE="fi_FI@euro","
LC_MEASUREMENT="fi_FI@euro","
LC_IDENTIFICATION="fi_FI@euro","
LC_ALL=fi_FI@euro",

Asentelin nuo localet uusiksi, olen yrittänyt mm. seuraavaa, vaan aina tuo 936 kaataa asennuksen...
Koodia: [Valitse]
sudo apt-get --purge remove console-setup
sudo apt-get install --reinstall ubuntu-minimal


Ideoita? ??? ???

13
 ??? Yritin tuossa päivittää Edgyyn, mutta homma meni aikasta lailla munilleen. Lopputulema on se, että konsolissa ollaan, ubuntu-desktopista ei ole tietoakaan ja upgrade ei onnistu, kun paketit ovat solmussa...

ssh-serveri ei myöskään suostu asentumaan, joten hirveästi en jaksa käsin tässä kirjoitella kopioita. Mutta esim. jos yritän tuon ssh-serverin asentaa, niin saan seuraavaa:

Koodia: [Valitse]
The following packages have unmet dependencies:
libxdmcp6: Depends: x11-common (>= 1:7.0.0.0) but 7.0.0.0-0ubuntu45 is to be installed
ssh: Depends: openssh-server but it is not going to be installed
xserver-xorg-core: Depends: x11-common (>= 1:7.0.0.0) but 7.0.0.0-0ubuntu45 is to be installed
...
...

Tuo x11-common näyttää olevan koko harmin alku, en tiedä onko näin, mutta se näyttää olevan aina syy miksi esim. apt-get dist-upgrade ei toimi.. Ongelma iskenee, kun tuota x11-commonia yritetään päivittää..

Koodia: [Valitse]
Errors were encountered while processing:
/var/cache/apt/archives/x11-common_1%a7.1.1.1ubuntu6.2_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

Eli, aika lailla nesteessä ollaan. Mitenkäs tästä pääsisi vielä kuiville?

Lisäys: Olin tätä jo mielestäni kokeillut, mutta jokin lieni silloin väärin, kun ei toiminut..

Koodia: [Valitse]
dpkg --force-all -i /var/cache/apt/archives/x11-common_1%3a7.1.1ubuntu4_i386.deb
Tämä näyttää auttavan, nyt asentaa päivityksiä, joita jäi asentamatta reilut 600. Katsotaan miten käy. Toivottavasti muut ovat päässeet helpommalla....

14
Eipä auttanut. Laajennus oli päällä ja sen poisotto ja päällelaitto uudestaan ei auttanut. Jokin muu rajoittaa sen maksimikokoa...

Fontteihin liittyen, niin mahtaakohan fonteissa olla antialiasing päällä, kun ne näin sumuisiksi menevät...


15
Noniin, nyt 1440x900 toimii. Tosin nyt työkalupalkki ei pysy mukana...

Eli, palkki ei yletä laidasta laitaan ja kun sen siirtää alas, niin eipä se tulekaan näytön alalaitaan vaan jää roikkumaan keskelle näyttöä. Onko työpöydälle jossain oma koko määrityksensä, eli pitäisikö sitäkin kasvattaa?

Osa fonteista, esim. tässä Firefox:ssa tuntuvat aika pehmeiltä ja utuisilta...

16
Etsiskelin tähän apuja foorumeilta, mutta ei suoranaisesti löytynyt vastausta...

Eli, resoluutiolla 1280x768@60Hz kaikki toimii hienosti, mutta...

Näyttönä on Samsung SyncMaster 940MW, jonka optimireso on 1440x900@60Hz. Konffasin xorg.conf:n, ja lisäsin sinne tuon resoluution. Kun sen ottaa käyttöön, niin kuva karkaa sekä näytön ylä että alaosasta näytön ulkopuolelle. Samalla myös fontit muuttuvat aikalailla suttuisiksi.

Näyttöstä en voi säätää kuvaa mahtumaan ruutuun. Monitorissa on vain Auto Adjust ja se säätää kuvan johonkin kohtaan työpöytää, usein niin, että n. sentti työpöydästä karkaa näkymättömiin ylä-/alalaidoilta ja osa työkalupalkkia sen mukana.

Näytönohjain on Radeon 9600 PRO.

Ohessa xorg.conf:

Koodia: [Valitse]
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "stylus"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "stylus"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "eraser"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "eraser"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver        "wacom"
  Identifier    "cursor"
  Option        "Device"        "/dev/wacom"          # Change to
                                                      # /dev/input/event
                                                      # for USB
  Option        "Type"          "cursor"
  Option        "ForceDevice"   "ISDV4"               # Tablet PC ONLY
EndSection

Section "Device"
Identifier "ATI Technologies, Inc. RV350 AP [Radeon 9600]"
Driver "ati"
BusID "PCI:2:0:0"
EndSection

Section "Monitor"
Identifier "Samsung Syncmaster 940MW"
Option "DPMS"
HorizSync 30-61
VertRefresh 56-75
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. RV350 AP [Radeon 9600]"
Monitor "Samsung Syncmaster 940MW"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1440x900" "1024x768" "800x600" "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice     "stylus" "SendCoreEvents"
InputDevice     "cursor" "SendCoreEvents"
InputDevice     "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode 0666
EndSection

ja dcprobe, jos siitä on mitään iloa. Siitä puuttuu kuitenkin tuo 1440x900...

Koodia: [Valitse]
vbe: VESA 2.0 detected.
oem: ATI RADEON 9600 PRO
memory: 16384kb
mode: 800x600x16
mode: 1024x768x16
mode: 320x200x32k
mode: 320x200x64k
mode: 320x200x16m
mode: 1600x1200x256
mode: 640x400x256
mode: 640x480x256
mode: 640x480x32k
mode: 640x480x64k
mode: 640x480x16m
mode: 1600x1200x32k
mode: 800x600x256
mode: 800x600x32k
mode: 800x600x64k
mode: 800x600x16m
mode: 1600x1200x64k
mode: 1024x768x256
mode: 1024x768x32k
mode: 1024x768x64k
mode: 1024x768x16m
mode: 1280x1024x256
mode: 1280x1024x32k
mode: 1280x1024x64k
mode: 1280x1024x16m
mode: 132x25 (text)
mode: 132x43 (text)
edid: ¢
edidfail

Ja Ubuntu on versiota 6.06.

Sivuja: [1]