Selasa, 16 Desember 2008

ngoprek openSolaris 2008.11


Kali ini punya kesempatan nulis blog. mau nulis soal ngoprek openSolaris 2008.11.
dapat CD dari Alex, langsung install di Acer Travelmate 6292.
langsung mikir

1. nanti kalau mau baca tulis NTFS ? (maklum masih butuh Visio)
2. mau dengerin music gimana (mp3) ?
3. konek dengan im2 broom ?
4. konek dengan ethernet ?

Nahh setelah menjalankan live CD akhirnya PD dengan mengoverwrite SXDE dengan openSolaris 2008.11
jawaban pertanyaan 1

setelah baca2x ada 2 alternatif yaitu menggunakan ntfs-3g atau atau paket dari Belenix

berikut cara dari ntfs-3g yang didapat dari forum opensolaris.

credit to Sartek

you'll need some developer software like: gcc-dev
so: pkg install gcc-dev sunstudioexpress
then:
hg clone ssh://anon@hg.opensolaris.org/hg/fuse/libfuse
hg clone ssh://anon@hg.opensolaris.org/hg/fuse/fusefs
$ cd libfuse/
$ export PATH=/opt/SunStudioExpress/bin:/usr/bin:/usr/sfw/bin
$ make
$ make install
$ make pkg
$ cd ../fusefs/kernel
$ make
$ make install
$ make pkg
$ pfexec /usr/sbin/pkgadd -d packages SUNWfusefs
$ pfexec /usr/sbin/pkgadd -d ../../libfuse/packages SUNWlibfuse
$ cd fusefs/kernel/
$ wget http://ntfs-3g.org/ntfs-3g-1.2717.tgz
$ gtar xf ntfs-3g-1.2717.tgz
$ export CC=gcc
$ ./configure --prefix=/usr
$ make
$ pfexec make install
how to find you ntfs partision? here's an example:
$ pfexec format
AVAILABLE DISK SELECTIONS:
0. c4d0
/pci@0,0/pci-ide@2,5/ide@0/cmdk@0,0
1. c4d1
/pci@0,0/pci-ide@2,5/ide@0/cmdk@1,0
2. c5d1
/pci@0,0/pci-ide@2,5/ide@1/cmdk@1,0
3. c6t0d0
/pci@0,0/pci1849,7002@3,2/storage@2/disk@0,0
Specify disk (enter its number):

* now enter your first disk numer like 0

then enter fdisk, and you will see something like:
Partition Status Type Start End Length %
========= ====== ============ ===== === ====== ===
1 IFS: NTFS 0 1274 1275 26
2 Active Solaris2 1275 4995 3721 74

now quit fdisk & format (enter 6 and then quit)
so: disk you selected (c5d0) + p1
now we can mount it:
$ pfexec ntfs-3g /dev/dsk/c4d0p1 /mnt/windows/



kemudian untuk yang dari paket belenix

credit to sempat patnaik

1) Install the FSWpart package
Download http://www.belenix.org/binfiles/FSWpart.tar.gz
Uncompress: gunzip -c FSWpart.tar.gz | tar xvf -
Install: pkgadd -d . FSWpart

2) Install the FSWfsmisc package
Download http://www.belenix.org/binfiles/FSWfsmisc.tar.gz
Uncompress: gunzip -c FSWfsmisc.tar.gz | tar xvf -
Install: pkgadd -d . FSWfsmisc

3) prtpart /dev/rdisk/c0d0p0 -ldevs
This will display all the partitions in this format ==> /dev/dsk/c0d0pN : FAT/NTFS
NOTE : N means 0,1,2,3 etc.

4) Now to mount the particular NTFS partition

Example :
mkdir /mnt/c
mount -F ntfs /dev/dsk/c0d0p1 /mnt/c

if you have more than one partition, than make more directories in '/mnt/'
and put the address (/dev/dsk/..)


dan akhirnya aku pilih yang kedua karena simple :D

Jawaban ke 2

baca forum sini sana akhirnya diarahkan ke fluendo mp3 decoder plugins untuk gstreamer.

download di http://www.fluendo.com/shop/codecs/support/44037/

daftar dulu trus dari products pilih end user products.

nahhh trus baca readme... selesai deh


jawaban 3 belum nemu yang stabil... :(

jawaban 4 langsung support

berikut laporannya dan terima kasih :D

Tidak ada komentar:

Posting Komentar