Nugroho's blog.: linux
Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts

Saturday, December 27, 2008

opensuse11.2


Posted by ShoZu

It's captured when I am chatting with Supri.

opensuse11.2


Posted by ShoZu

It's captured when I am chatting with Supri.

Friday, December 26, 2008

Sound on my HP tx2510us (tx2500) using OpenSuSE 11.1 64 bit linux


Posted by ShoZu



you must have
-kernel-source
-gcc
-make
-xmlto (many tutorial forget it, causing error on make step)

you must dowload
-linuxPkgxxx from realtek.com, that is alsa customized by realtek or simply realtek HD driver for linux

you must
1. unzip it
2. cd to where path you unzip it
3. cd alsa-lib
4. ./configure
5. sudo make install
6. cd ..
7. cd alsa-tool
8. ./configure
9. make
10. sudo make install
11. cd ..
12. cd alsa-driver
13. ./configure
14. make
15. sudo make install
16. sudo alsaconf (press Enter whenever you are prompted to choose something :))
17. exit
18. restart (maybe you have heard the sound of KDE end session)
19. pray
20. ... (maybe, you want to run amarok, :))

hope it usefull

Sound on my HP tx2510us (tx2500) using OpenSuSE 11.1 64 bit linux


Posted by ShoZu



you must have
-kernel-source
-gcc
-make
-xmlto (many tutorial forget it, causing error on make step)

you must dowload
-linuxPkgxxx from realtek.com, that is alsa customized by realtek or simply realtek HD driver for linux

you must
1. unzip it
2. cd to where path you unzip it
3. cd alsa-lib
4. ./configure
5. sudo make install
6. cd ..
7. cd alsa-tool
8. ./configure
9. make
10. sudo make install
11. cd ..
12. cd alsa-driver
13. ./configure
14. make
15. sudo make install
16. sudo alsaconf (press Enter whenever you are prompted to choose something :))
17. exit
18. restart (maybe you have heard the sound of KDE end session)
19. pray
20. ... (maybe, you want to run amarok, :))

hope it usefull

Tuesday, December 23, 2008

Sound problem on tx2510us (2500 series) within OpenSuSE 11.1 64 bit linux


We must work hard (and prepare for not sleep about a night) in order to make this laptop speak.

I have no time now (and must sleep :)), but as soon as I am getting up, I'll write what I'd done.

Posted by ShoZu

Sound problem on tx2510us (2500 series) within OpenSuSE 11.1 64 bit linux


We must work hard (and prepare for not sleep about a night) in order to make this laptop speak.

I have no time now (and must sleep :)), but as soon as I am getting up, I'll write what I'd done.

Posted by ShoZu

Configuring Broadcom Wifi on my tx2510 (2500) within OpenSuSE 11.1 64 bit linux


The simplest way is by update broadcom driver and firmware using OpenSuSE repository. (I think it just enough to upgrade firmware only)

The hard way is compile using STA driver obtained from Broadcom site.

and .......... yes, the wifi is succesfully on. Hm, how can we life without wifi?

Posted by ShoZu

Configuring Broadcom Wifi on my tx2510 (2500) within OpenSuSE 11.1 64 bit linux


The simplest way is by update broadcom driver and firmware using OpenSuSE repository. (I think it just enough to upgrade firmware only)

The hard way is compile using STA driver obtained from Broadcom site.

and .......... yes, the wifi is succesfully on. Hm, how can we life without wifi?

Posted by ShoZu

OpenSuSE 11.1 on my TX 2510US (2500 series)


The first look is..... not so impresif. Yup, KDE 4 is cool but:
-no WiFi connection, my broadcom is shown in network setting, but I have some warning (and sugestion) when I switched the Wifi button and run dmesg. uh..
-no sound, aaaargh

At this point, its enough to think that I must working hard to 'normalizing' this, hopefully, cool SuSE

Posted by ShoZu

OpenSuSE 11.1 on my TX 2510US (2500 series)


The first look is..... not so impresif. Yup, KDE 4 is cool but:
-no WiFi connection, my broadcom is shown in network setting, but I have some warning (and sugestion) when I switched the Wifi button and run dmesg. uh..
-no sound, aaaargh

At this point, its enough to think that I must working hard to 'normalizing' this, hopefully, cool SuSE

Posted by ShoZu

My TX2510US


I got many accident (yeah, truely accident: crash, fall from my motor, with cool rolling style landing on road) the day I buy this tabletPC. Anyway, here is the spec:
1GB RAM (I didnt' satisfied with this)
2GB AMD X2 64-bit (mean dual core)
3 port USB (didnt' know whereas its1.0 or 2.0)
VGA port....

accesories:
bluetooth
card reader
remote control (work with WMP only)
stylus
expansion port 3

and Vista Home Premium Preinstalled+trial office 2007+ bunch of other trial software

I append to install OpenSuSE 11.¹on it, hope it work.

Posted by ShoZu

Saturday, November 29, 2008

Using Telkomsel Flash, W960i and OpenSuSE Linux


Attach your w960i to computer, make sure it is in "normal mode"

create file wvdial-flash.config in folder /etc (you must be login as root, or at least copy to /etc folder as root)

[Dialer Defaults]
Modem=/dev/ttyACM1
Baud=115200
Init1=ATZ
Init2=ATQ0 V¹E¹S0=0 &C¹&D2
Init3=
Phone=*99#
Username=internet
Ask Password=0
Dial Command=ATDT
Stupid Mode=1
Compuserve=0
Force Address
Idle Seconds=0
Dial Message1=
Dial Message2=
ISDN=0
Auto DNS=1


using wvdial (as root):
#wvdial --config /etc/wvdial-flash.config

if you got error, try to play 2nd line e.g Modem=/dev/ttyACM2 (it sometimes occur when i detach the phone and attach it again)

Enjoy.

Posted by ShoZu

The Answer of My Introduction Mathemathical for Physicist (Jawaban ujian Fismatku)


I use fortran to generate x n y position:

below is the code

PROGRAM Grafik
IMPLICIT NONE
REAL :: gaya,ygaya,k,ky,a,ay,m,v,vy,t,x,y,z
REAL :: sbx,sby,sbz,g,fx,fy,fz
REAL :: r,dt,dx,dy,dz,dv,dvy,theta,phi
INTEGER :: i,j,n
r =100
g =10
n =50
k =10000
ky =1000
t=0
dt=0.001
OPEN (80, FILE = 'data.dat', STATUS = 'NEW', FORM = 'FORMATTED')
WRITE(80,*) ' i t x y'
CLOSE(80)
OPEN(80, ACCESS = 'APPEND', FILE = 'data.dat', FORM = 'FORMATTED')
DO i=-n,n
x=i
x=x/10
IF (x .NE. 1) THEN
!y=(2+x-x*x)/(x-1)/(x-1)
z=2-x-x*x
vy=(x-1)*(x-1)
y=z/vy
END IF
WRITE(80,81) x,y
8¹FORMAT(e14.7,' ',e14.7)
END DO
CLOSE(80)
END PROGRAM Grafik

compile using:

$gfortran grafik.f90

that syntax has output a.out
run using:

$./a.out

It'll create file named data.dat and generate number of f(x)=(2-x-x^2)/(x-1)^2

plot using kst :
$kst -x ¹-y 2 data.dat

It means kst will plot a graph using 1st column as x-axis and 2nd column as y-axis of data.dat

to simplify that procedure, I create text file named run.sh contain:

rm *.dat
gfortran grafik.f90
./a.out
kst -x ¹-y 2 data.dat

make run.sh executable
then run:
$./run.sh



.........dan mereka hidup bahagia berdua selamanya.

Posted by ShoZu

Thursday, November 27, 2008

Hore

Finally, I'm able to conquer Telkomsel Flash+W960i+OpenSuSE10.3
323f (5) amp (1) android (12) apple (7) arduino (18) art (1) assembler (21) astina (4) ATTiny (23) blackberry (4) camera (3) canon (2) cerita (2) computer (106) crazyness (11) debian (1) delphi (39) diary (286) flash (8) fortran (6) freebsd (6) google apps script (8) guitar (2) HTML5 (10) IFTTT (7) Instagram (7) internet (12) iOS (5) iPad (6) iPhone (5) java (1) javascript (1) keynote (2) LaTeX (6) lazarus (1) linux (29) lion (15) mac (28) macbook air (8) macbook pro (3) macOS (1) Math (3) mathematica (1) maverick (6) mazda (4) microcontroler (35) mountain lion (2) music (37) netbook (1) nugnux (6) os x (36) php (1) Physicist (29) Picture (3) programming (189) Python (109) S2 (13) software (7) Soliloquy (125) Ubuntu (5) unix (4) Video (8) wayang (3) yosemite (3)