Tomislav | 1 Mar 2009 16:37
Picon

How to compile a new (audio) driver for Thinstation (2.2.2)?


Hello everybody!

Since nobody seems to have the driver for Realtek ALC662 audio chip used on
Intel atom-based motherboard, I obviously need to compile it myself. Since I
have never compiled anything for Thinstation (and also nothing for Linux at
all for that matter) I need you help.

I've downloaded the Linux driver from Realtek (LinuxPkg_5.10.tar.bz2) and I
need your guidance from here onwards.

Thank you in advance!

P.S. I'm sorry if there is a FAQ about this matter somewhere but I couldn't
find it.
--

-- 
View this message in context: http://www.nabble.com/How-to-compile-a-new-%28audio%29-driver-for-Thinstation-%282.2.2%29--tp22274187p22274187.html
Sent from the thinstation-developer mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
Trevor Batley | 2 Mar 2009 01:44
Picon
Gravatar

Re: How to compile a new (audio) driver for Thinstation (2.2.2)?

Quoting Tomislav <tomislav.fuckar@...>:

>
> Hello everybody!
>
> Since nobody seems to have the driver for Realtek ALC662 audio chip used on
> Intel atom-based motherboard,

Did you try the snd-hda-intel module (although the ALC662 is possibly  
later than the one compiled in the stock 2.2.2)?
Your previous posts didn't indicate what you had/hadn't tried....

> I obviously need to compile it myself. Since I
> have never compiled anything for Thinstation (and also nothing for Linux at
> all for that matter) I need you help.

http://apps.sourceforge.net/mediawiki/thinstation/index.php?title=Developer:Home#Compiling
Or just click the Developer link on the left-hand menu of Thinstation.org
>
> I've downloaded the Linux driver from Realtek (LinuxPkg_5.10.tar.bz2) and I
> need your guidance from here onwards.
>
Not so sure that this will help that much (looking at the problems  
other distros have had with this driver..).

One other option is to try the 2.6.27.4 contributed kernel for 2.2.2  
(which includes the latest drivers for that kernel).

Good Luck
Trevor B
(Continue reading)

Tomislav | 2 Mar 2009 11:45
Picon

Re: How to compile a new (audio) driver for Thinstation (2.2.2)?


> > Hello everybody!
> >
> > Since nobody seems to have the driver for Realtek ALC662 audio chip used
> on
> > Intel atom-based motherboard,
> 
> Did you try the snd-hda-intel module (although the ALC662 is possibly  
> later than the one compiled in the stock 2.2.2)?
> Your previous posts didn't indicate what you had/hadn't tried....

Yes I have and it doesn't work.

> > I obviously need to compile it myself. Since I have never compiled
> anything for
> > Thinstation (and also nothing for Linux at all for that matter) I need
> you help.
> 
> http://apps.sourceforge.net/mediawiki/thinstation/index.php?title=Developer:Home#Compiling
> Or just click the Developer link on the left-hand menu of Thinstation.org

Thank you. I hope I will manage to compile something. :)

> > I've downloaded the Linux driver from Realtek (LinuxPkg_5.10.tar.bz2)
> and I
> > need your guidance from here onwards.
> 
> Not so sure that this will help that much (looking at the problems  
> other distros have had with this driver..).
> 
(Continue reading)

Trevor Batley | 3 Mar 2009 01:05
Picon
Gravatar

Re: How to compile a new (audio) driver for Thinstation (2.2.2)?

Quoting Tomislav <tomislav.fuckar@...>:

>
>>
>> Did you try the snd-hda-intel module (although the ALC662 is possibly
>> later than the one compiled in the stock 2.2.2)?
>
> Yes I have and it doesn't work.
>
Didn't think it was new enough to include the latest chipsets... but  
worth a try.
>
> So, you think that I shouldn't bother trying to compile the audio driver
> myself
> and should just upgrade the kernel?
>
You can try to compile your own if you are interested in a bit of  
learning.. :-)
But I was offering an alternative that includes a later snd-hda-intel  
module that may be easier for you to implement.

If you use the kernel upgrade path, just rename your <build  
dir>/kernel directory as kernel_old (or whatever) and then untar the  
new kernel package in the <build dir>.

To restore back to your original, just
cd <build dir>
rm -R kernel
mv kernel_old kernel
mv packages/base/lib/modules/2.6.27.4 packages/base/lib/modules/2.6.16.5
(Continue reading)

Tomislav | 4 Mar 2009 23:04
Picon

Re: How to compile a new (audio) driver for Thinstation (2.2.2)?


> > So, you think that I shouldn't bother trying to compile the audio driver
> > myself and should just upgrade the kernel?
> >
> You can try to compile your own if you are interested in a bit of  
> learning.. :-)
> But I was offering an alternative that includes a later snd-hda-intel  
> module that may be easier for you to implement.
> 
> If you use the kernel upgrade path, just rename your <build  
> dir>/kernel directory as kernel_old (or whatever) and then untar the  
> new kernel package in the <build dir>.
> 
> To restore back to your original, just
> cd <build dir>
> rm -R kernel
> mv kernel_old kernel
> mv packages/base/lib/modules/2.6.27.4 packages/base/lib/modules/2.6.16.5
> 
> the last item may not be needed as you may still have the old link  
> there (it's a weird symlink to negate the need to have all the modules  
> under the lib/modules/≤kernel version>/ hierarchy - but it causes more  
> pain than it's worth - I think).

Unfortunatelly I need the Realtek 8168 driver (for the D945GCLF2
motherboard) and I don't see it in the 2.6.24.7 kernel package, so I'm
forced to stay with the original Thinstation 2.2.2 kernel. :(
--

-- 
View this message in context: http://www.nabble.com/How-to-compile-a-new-%28audio%29-driver-for-Thinstation-%282.2.2%29--tp22274187p22340391.html
Sent from the thinstation-developer mailing list archive at Nabble.com.
(Continue reading)

Pons Bautista | 9 Mar 2009 19:44

host a TS-O-Matic

What are your requirements for TS-O-Matic host?  I'm interested in hosting TS-O-Matic, I'm based in the U.S.
 				

Pons

------------------------------------------------------------------------------
Trevor Batley | 10 Mar 2009 02:11
Picon
Gravatar

Re: host a TS-O-Matic

Quoting "Pons Bautista" <pbautista@...>:

> What are your requirements for TS-O-Matic host?

A linux/BSD box capable of doing a Thinstation build + apache & php >= 4.3

> I'm interested in hosting TS-O-Matic, I'm based in the U.S.
>
We would love to have a US TSoM again... :-)

Mike may be able to give you some details on usual disk space &  
bandwidth usage.

Trevor B
>
> Pons
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Thinstation-developer mailing list
> Thinstation-developer@...
> https://lists.sourceforge.net/lists/listinfo/thinstation-developer
>

------------------------------------------------------------------------------
Trevor Batley | 10 Mar 2009 09:25
Picon
Gravatar

Re: Ang. Re: Solved: Thinstation 2.4 & Citrix Reciever 11.0

We'll do this through the developer list so that everyone can review the
archives....

On Tue, 2009-03-10 at 08:53 +0100, Rickard Rosén wrote:
> Trevor,
> Yes it works with TS2.2.2 as well.

Cool, then I can produce a 'common' patch.
> 
> I have another bug to report as well! =)
> The swedish x keymap  seems to be well out of order, unless I'm doing
> something wrong.
> Typing a "i" results in a "´y" (a y with a accent). On the other hand
> typing a capital "I" works.
> Practically all special chars are also out of order or out of place.
> I'll look in to it a bit and see if I can fix it though.

Look back through the archives. I thought someone had identified thia
and some form of patch previously (or maybe they identified it and the
patch didn't make it...).
> 
> I have quite a few nvidia quadro4 twinview cards that I have to support,
> and was wondering if there is any possibility for the properiaty driver for
> TS24?
> I noticed you had posted a driver for 2.2.2 that I am going to try out
> (with 2.2.2 obviously).

Did you try xorg7-nvidia?

> What way is the prefered thinstation way of adding a custom xorg.confg
(Continue reading)

Trevor Batley | 10 Mar 2009 10:01
Picon
Gravatar

Re: Ang. Re: Solved: Thinstation 2.4 & Citrix Reciever 11.0

It would be easier to use the xorg7-nvidia package IF I had included it
in the 2.4a1 release.... Sorry!!

http://batley.com.au/thinstation/nvidia-180.22_TS-2.4.tar.gz

Enjoy!
Trevor B

On Tue, 2009-03-10 at 19:25 +1100, Trevor Batley wrote:
> We'll do this through the developer list so that everyone can review the
> archives....
> 
> On Tue, 2009-03-10 at 08:53 +0100, Rickard Rosén wrote:
> > Trevor,
> > Yes it works with TS2.2.2 as well.
> 
> Cool, then I can produce a 'common' patch.
> > 
> > I have another bug to report as well! =)
> > The swedish x keymap  seems to be well out of order, unless I'm doing
> > something wrong.
> > Typing a "i" results in a "´y" (a y with a accent). On the other hand
> > typing a capital "I" works.
> > Practically all special chars are also out of order or out of place.
> > I'll look in to it a bit and see if I can fix it though.
> 
> Look back through the archives. I thought someone had identified thia
> and some form of patch previously (or maybe they identified it and the
> patch didn't make it...).
> > 
(Continue reading)

Rickard Rosén | 10 Mar 2009 15:52
Picon

Ang. Re: Ang. Re: Solved: Thinstation 2.4 & Citrix Reciever 11.0


Hi,
The version of 2.4 from the download page on sourceforge doesn't contain a
xorg7-nvidia package.

Is there a more recent version available somwhere?

Regards,

Rickard

                                                                           
             Trevor Batley                                                 
             <trevorbatley <at> use                                             
             rs.sourceforge.ne                                        Till 
             t>                         Rickard Rosén/TryggHansa/SE <at> Codan  
                                                                     Kopia 
             2009-03-10 09:25           Thinstation Developers             
                                        <thinstation-developer@... 
                                        eforge.net>                        
              Sänd svar till                                        Ärende 
             trevorbatley <at> user          Re: Ang. Re: Solved: Thinstation   
             s.sourceforge.net          2.4 & Citrix Reciever 11.0         

We'll do this through the developer list so that everyone can review the
archives....

On Tue, 2009-03-10 at 08:53 +0100, Rickard Rosén wrote:
> Trevor,
> Yes it works with TS2.2.2 as well.
(Continue reading)


Gmane