Στην αρχη προσπαθησα οτι λεει παρακατω, αλλα ειχα προβλημα με τις δυο
γραμμες εντολων που εχω μαρκαρει με εντονα γραμματα, και σταματησα εκει.
Μετα τσεκαρισα στις πηγες λογισμικου τα backports και proposed και πηρα την
αναβαθμηση 2.6.28.15. Μετα απο αυτα καπου βρηκα αλλα δεν θυμαμαι που πιστευω
οτι θα ψαξω παλυ και θα τις βρω παρομοιες εντολες σαν αυτες που εχω μαρκαρει
και συνεχισα την εγκατασταση ολα τα παρακατω χωρις τις μαρκαρισμενες
εντολες.


 Ψαχνοντας τωρα για να βρω αυτες τις πρωτες εντολες βρηκα οτι υπαρχει και
ετοιμο πακετο γιαυτη την δουλεια αλλα τωρα δεν το δοκιμαζω αφου ειμαι οκ.

Δες αυτο. http://www.linuxant.com/alsa-driver/

Installation :


 To do this, we must begin by determining our version of alsa as follows :


 cat /proc/asound/version

Advanced Linux Sound Architecture Driver Version 1.0.18rc3.

We must then install the necessary tools to compile along with the kernel
headers :


 *sudo apt-get -y install build-essential ncurses-dev gettext xmlto*

*sudo apt-get -y install linux-headers-`uname -r`*


 Then, we go in our personal folder and download alsa-driver, alsa-lib and
alsa-utils :


 cd ~

wget ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.20.tar.bz2

wget ftp://ftp.alsa-project.org/pub/lib/alsa-lib-1.0.20.tar.bz2

wget ftp://ftp.alsa-project.org/pub/utils/alsa-utils-1.0.20.tar.bz2


 After that, we create a new folder for the compilation and installation of
the 3 files. Then, we move the 3 tar files that we just downloaded in this
folder :


 sudo mkdir -p /usr/src/alsa

cd /usr/src/alsa

sudo cp ~/alsa* .


 Unpack the 3 tar files :


 sudo tar xjf alsa-driver*

sudo tar xjf alsa-lib*

sudo tar xjf alsa-utils*


 We compile and install alsa-driver :


 cd alsa-driver*

sudo ./configure --with-cards=hda-intel
--with-kernel=/usr/src/linux-headers-$(uname -r)

sudo make

sudo make install


 We compile and install alsa-lib :


 cd ../alsa-lib*

sudo ./configure

sudo make

sudo make install


 We compile and install alsa-utils :


 cd ../alsa-utils*

sudo ./configure

sudo make

sudo make install


 Then, we remove the 3 tar files in our personal folder that are not anymore
necessary :


 rm -f ~/alsa-driver*

rm -f ~/alsa-lib*

rm -f ~/alsa-utils*

[ad#Adsense]


 Then, just restart your computer and your alsa version should be 1.0.20!


 You can verify that you have now indeed have this version of alsa :


 cat /proc/asound/version

Advanced Linux Sound Architecture Driver Version 1.0.20.

Compiled on May 9 2009 for kernel 2.6.28-11-generic (SMP).


Στις 7 Αύγουστος 2009 11:45 πμ, ο χρήστης Simos Xenitellis <
[email protected]> έγραψε:

> 2009/8/7 ΓΙΩΡΓΟΣ ΜΠΙΝΙΑΡΗΣ <[email protected]>:
> > Διορθώνω το προηγούμενο μήνυμα μου. Οι νέοι alsa drivers είναι 1.0.20 και
> > όχι 10.0.20 που έγραψα.
>
> Μπορείς να περιγράψεις πως έκανες την εγκατάσταση του 1.0.20;
> Έκανες την εγκατάσταση με το χέρι;
> Χρησιμοποίησες το πρόγραμμα εντολών alsa-upgrade;
> Από που βρήκες τις οδηγίες για τα βήματα;
>
> Σίμος
>
> > Στις 6 Αύγουστος 2009 9:47 μμ, ο χρήστης ΓΙΩΡΓΟΣ ΜΠΙΝΙΑΡΗΣ
> > <[email protected]> έγραψε:
> >>
> >> το προβλημα το έλυσα κανοντας εγκατασταση τους νεους οδηγους της alsa
> >> 10.0.20
> >>
> >> Στις 5 Αύγουστος 2009 9:28 πμ, ο χρήστης Stavros Temertzidis
> >> <[email protected]> έγραψε:
> >>>
> >>> Δεν ξέρω εάν το έχεις κάνει, αλλά καλό θα ήταν να γραφόσουν και στο
> forum
> >>> (forum.ubuntu-gr.org) και να αναζητήσεις εκεί προηγούμενες
> δημοσιεύσεις
> >>> χρηστών που είχαν το ίδιο πρόβλημα με σένα.
> >>> Το δικό σου πρόβλημα είναι γνωστό και συνηθισμένο και με τις κατάλληλες
> >>> οδηγίες είναι θέμα 5 λεπτών...
> >>> Ρίξε μια ματιά στη παρακάτω δημοσίευση:
> >>> http://forum.ubuntu-gr.org/viewtopic.php?f=9&t=20&hilit=άρθρωμα<http://forum.ubuntu-gr.org/viewtopic.php?f=9&t=20&hilit=%CE%AC%CF%81%CE%B8%CF%81%CF%89%CE%BC%CE%B1>
> >>> Επίσης θα ήταν χρήσιμο να μας έλεγες ποιο notebook έχεις (μάρκα,
> μοντέλο)
> >>> για να σου δώσει κάποιος αναλυτικές οδηγίες... Πχ για τα Lenovo αρκεί
> να
> >>> κάνεις το παρακάτω:
> >>> http://forum.ubuntu-gr.org/viewtopic.php?f=9&t=1126
> >>> --
> >>> 10 PRINT "HELLO WORLD!"
> >>> 20 GOTO 10
> >>> -----------------------------------------
> >>> http://bullgr.org/
> >>
> >
> >
> > --
> > Ubuntu-gr mailing list
> > [email protected]
> >
> > If you do not want to receive any more messages from the ubuntu-gr
> mailing
> > list, please follow this link and choose unsubscribe:
> > https://lists.ubuntu.com/mailman/listinfo/ubuntu-gr
> >
> >
>
-- 
Ubuntu-gr mailing list
[email protected]

If you do not want to receive any more messages from the ubuntu-gr mailing 
list, please follow this link and choose unsubscribe:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-gr

Απαντηση