Re: Need older nvidia-kernel-source (vers. 180.x.x)

2009-06-14 Thread Michael Langley
You can get nvidia source from nvidia.

http://www.nvidia.com/object/linux_amd64_display_archive.html

The source is inside the install package.

Just run the file with -x, --extract-only

On Sun, 14 Jun 2009 19:19:36 +0200
Hans-J. Ullrich hans.ullr...@loop.de wrote:

 Hi all,
 
 due to some crashes at the latest nvidia-driver of sid (version 185.x.x), I 
 would like to get back to the version before, which was 180.x.x.
 
 Sadly I could not find it on snapshots.debian.net, so I hope, some maintainer 
 might have it on his system and could send it to me or to snapshot.debian.net.
 
 My system is amd64.
 
 Would be nice!
 
 Thank you
 
 Hans
 
 
 -- 
 To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org


-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: ALSA not working in chroot environment

2006-10-19 Thread Michael Langley
Actually you shouldn't have to create the devices.  If you just install
alsa-base everything should be fine.  I tried out flashplayer 9
yesterday in my 32bit chroot with 32bit galeon and it worked
beautifully.  Surprisingly enough the 32bit flash player 9 even played
nice with dmix and my 64bit apps.  I don't have to kill ogg123 or
anything else to get sound with flash in galeon any longer.

On Fri, 20 Oct 2006 12:17:53 +1000 (EST)
Dean Hamstead [EMAIL PROTECTED] wrote:

 have you created the alsa device entries in chroot:/dev?
 
 Dean
 
 On Fri, October 20, 2006 10:36 am, Todd Courtnage wrote:
  With the release of the Flash Player 9 beta, I've discovered that I have
  no ALSA devices available in my chroot environment.  When trying to use
  any program in my chroot that's trying to use ALSA, I get:
  ** WARNING **: alsa_get_mixer(): Attaching to mixer hw:0 failed: No such
  device
  ALSA lib confmisc.c:670:(snd_func_card_driver) cannot find card '0'
  ALSA lib conf.c:3500:(_snd_config_evaluate) function
  snd_func_card_driver returned error: No such device
  ALSA lib confmisc.c:391:(snd_func_concat) error evaluating strings
  ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_concat
  returned error: No such device
  ALSA lib confmisc.c:1070:(snd_func_refer) error evaluating name
  ALSA lib conf.c:3500:(_snd_config_evaluate) function snd_func_refer
  returned error: No such device
  ALSA lib conf.c:3968:(snd_config_expand) Evaluate error: No such device
  ALSA lib pcm.c:2143:(snd_pcm_open_noupdate) Unknown PCM default
 
  ** WARNING **: alsa_setup(): Failed to open pcm device (default): No
  such device
 
  Programs access /dev/dsp (OSS emulation) work fine in my chroot.
 
  Anyone have any ideas?
 
  Thanks
 
 
 
  --
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact
  [EMAIL PROTECTED]
 
 
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: blank DVDs no recognized, other media OK

2006-08-29 Thread Michael Langley
On Tue, 29 Aug 2006 20:30:26 +0900
Craig Hagerman [EMAIL PROTECTED] wrote:

 I have a puzzling problem I could use some help with. The computer
 will not burn DVD discs, recognize blank DVDs, recognize DVD movie
 discs. However, the computer does automatically recognize and
 automount Audio CDs, blank CD-R discs, and data DVD-Rs.
 


If you can mount and read data DVD-Rs but not video DVD then you might not have 
UDF support in your kernel.  Either that or your drive is toast.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: nvidia video drivers

2006-07-09 Thread Michael Langley
It is very simple and easy to set things up using the latest installer
from the nvidia website.  If you choose to go that route then there is
only one thing that you need to know.  The installer from the nvidia
website puts your drivers and extensions in the old modules location
which is: 

/usr/X11R6/lib/modules/

All you need to do to get things working with the nvidia installer is
copy the contents of the extensions/ and drivers/ directories over to
the new location which is:

/usr/lib/xorg/modules/

Or you can use ln to link the directories.

rm -rf /usr/X11R6/lib/modules/drivers /usr/X11R6/lib/modules/extensions
ln -s /usr/lib/xorg/modules/extensions /usr/X11R6/lib/modules/extensions
ln -s /usr/lib/xorg/modules/drivers /usr/X11R6/lib/modules/drivers 

Then all you have to do is run the installer.  As far as I know this
doesn't interfere with any debian packages and is even easier than the
Debian Way.  Enjoy.



On Sun, 09 Jul 2006 15:54:56 -0700
Alan Ianson [EMAIL PROTECTED] wrote:

 How does one go about installing the nvidia drivers on an etch amd64 box? I 
 have tried before but haven't been able to get it to work. A couple 
 questions, any advice/ideas welcome.
 
 1. Is there howto or ???
 
 2. Should I install the drivers from the nvidia web site or is there a better 
 debian way?
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: unrar

2006-07-07 Thread Michael Langley
Just google for unrarsrc-3.5.4.tar.gz and build your own 64bit unrar bin.

unrar: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 
2.6.0, dynamically linked (uses shared libs), for GNU/Linux 2.6.0, stripped

On Fri, 7 Jul 2006 12:59:02 +0200 (CEST)
Marko Gabud [EMAIL PROTECTED] wrote:

 Hello,
 
 I have notticed that there is no unrar package in official repositories 
 for amd64. Is there any unofficial repository or is there a way to install 
 official packet for i386?
 
 Marko
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: unrar

2006-07-07 Thread Michael Langley
There is actually newer source available.

http://files.rarlab.com/rar/unrarsrc-3.6.6.tar.gz

I guess I should upgrade.

On Fri, 7 Jul 2006 08:59:47 -0500
Michael Langley [EMAIL PROTECTED] wrote:

 Just google for unrarsrc-3.5.4.tar.gz and build your own 64bit unrar bin.
 
 unrar: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), for GNU/Linux 
 2.6.0, dynamically linked (uses shared libs), for GNU/Linux 2.6.0, stripped
 
 On Fri, 7 Jul 2006 12:59:02 +0200 (CEST)
 Marko Gabud [EMAIL PROTECTED] wrote:
 
  Hello,
  
  I have notticed that there is no unrar package in official repositories 
  for amd64. Is there any unofficial repository or is there a way to install 
  official packet for i386?
  
  Marko
  
  
  -- 
  To UNSUBSCRIBE, email to [EMAIL PROTECTED]
  with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Logitech MX1000 Laser

2006-06-14 Thread Michael Langley
If your mouse is working but the wheel and buttons don't work you might need to 
fool around with xmodmap.  I had to set a line in my .xinitrc to get the 
buttons on my 7 button mouse in the right order.  xmodmap -e pointer = 1 2 3 
10 11 4 5 6 7 8 9



On Thu, 15 Jun 2006 00:46:43 +0200
Wolfgang Mader [EMAIL PROTECTED] wrote:

 Hello list,
 
 sorry for bringing up this topic once again.
 
 Yesterday I did a system update. After this X does not come up anymore 
 because 
 it was not able to find its corepointer. I do not know why, everything seemes 
 correct to me.
 
 By searching the net I found a description on how to set up this mouse (I 
 think this was about the 7-t description I read). Not X is up again, but not 
 even the mouseweel works.
 
 Is some able to point me to an howto for this mouse which works?
 I am using uptodate sid.
 
 Thank you in advance - W. Mader
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mouse wheel stops working

2006-03-11 Thread Michael Langley
That's not a lot of info to work with but if a reboot fixes it you
might try to just reload the kernel module next time, assuming you're
using a module.  Check syslog for clues and maybe examine gpm or
anything else that might be breaking things.

On Sat, 11 Mar 2006 14:58:21 +0100
Niclas Wahlgren [EMAIL PROTECTED] wrote:

 after a few hours...
 Reboot get it back to normal for some time but that seems to be a bit 
 overkill...
 
 KDE version:  3.5.1
 
 Solutions anyone?
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: quake4 on debian amd64

2006-01-31 Thread Michael Langley

 Oh, and if you used nvidia-installer from www.nvidia.com, then you're 
 probably screwed unless you want to put in an unneccessary amount of 
 effort to un-screw things.
 
 

Not true at all.  All I use are the installers from nvidia.com.  The installer 
will install the 64bit driver and libs and the 32bit libs.  All you have to do 
is make sure the symlinks are ok in /usr/lib/ and make sure the libglx.so 
extension is the one from the installer.  It really isn't that hard to do.  If 
you have a basic knowledge of ln and know how the libs should be setup it only 
takes 2 or 3 minutes to use the installer and have a perfectly working system.

Quake 4 works fine on my amd64 box.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: quake4 on debian amd64

2006-01-31 Thread Michael Langley

 Why exactly aren't you just using packages, rather than having some 
 random script overwrite bits of /usr for kicks?
 
 

Some things I just prefer to do myself.  I've been using Linux since '97 and 
got used to doing things for myself very early on.  When it comes to video 
drivers and kernels and even simple things like alsa I would rather just do it 
myself.  It literally takes me 2 to 3 minutes to have everything setup and 
ready with the installers from nvidia.com.  I would much rather do it that way 
and know everything works, and why everything works, than depend on a package.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: audio CD

2006-01-13 Thread Michael Langley
 This is normal : you cannot *mount* an audio CD.
 
 You have to use a player to read it (or a ripper to extract the tracks).
 
 player : xmms, gnome-cd, ...
 ripper : sound-juicer, grip, ...
 
 Jean-Luc
 


Actually you can mount an audio CD if you use cdfs.

http://www.elis.rug.ac.be/~ronsse/cdfs/

I find it comes in handy.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: lm_sensors package

2006-01-09 Thread Michael Langley
On Mon, 9 Jan 2006 22:49:39 +0900
Craig Hagerman [EMAIL PROTECTED] wrote:

 Hi,
 
 When i do apt-get install lm_sensors it reports that it can't find any
 such package. I have tried using different sources in my source.list
 to no avail. I used to have this package installed on a previous
 debian amd64 installation. Anyone know what it up with this? Do I have
 to download the source and compile it myself now?
 
 Craig


Try lm-sensors with a dash instead of underscore.  Also you might want to play 
around with apt-cache search.  For example apt-cache search sensors will give 
you what you want.  For more details you can use apt-cache show lm-sensors.  
These are some pretty handy and powerful apt tools at your disposal.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Confused: nvidia on AMD64???

2005-12-22 Thread Michael Langley
I don't know about the rest of the list but there are some things I don't like 
to depend on my distro for.  Kernel source, alsa, and nvidia drivers just to 
name a few.  I just updated the latest nvidia drivers the other day and got 
them from nvidia.com at the url below:

http://www.nvidia.com/object/unix.html

They work just fine.


On Thu, 22 Dec 2005 18:46:07 +0100
Joost Kraaijeveld [EMAIL PROTECTED] wrote:

 Hi,
 
 I just put a NVidia GeForce FX 5200 into my machine (my Matrox 550 will not 
 work properly with Xinerama after the update to x.org). I followed several 
 howto's (even from the people that wrote it worked, e.g. Stefan Salewski's 
 NVidia driver successfully installed! and his link 
 http://home.comcast.net/~andrex/Debian-nVidia/installation.html) but I cannot 
 apt-get the nvidia-kernel-source from any of the mentioned repositories. 
 
 Is it possible to compile the module on a AMD64 system? Where can I apt-get 
 the packages mentioned in howto above for  AMD64?
 
 TIA
 
 Groeten,
 
 Joost Kraaijeveld
 Askesis B.V.
 Molukkenstraat 14
 6524NB Nijmegen
 tel: 024-3888063 / 06-51855277
 fax: 024-3608416
 e-mail: [EMAIL PROTECTED]
 web: www.askesis.nl 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Confused: nvidia on AMD64???

2005-12-22 Thread Michael Langley
Hey, to each his own.  I was just stating my personal preference but I do 
encourage others to do the same.  If you know how to use a few simple tools 
like ls and ln you shouldn't have any problems at all with the driver package 
from nvidia's site.  I never have.  

I do find it sad, however, that so many people who use debian don't know how to 
do anything without help from the distro.  The last time I was in the IRC 
channel half of the people there didn't even know how to get kernel source from 
kernel.org and were entirely dependant on the distribution for their source.

It's my opinion that this sort of depenancy would fall under the windows like 
behavior you mentioned previously.  Certainly you wouldn't prefer a bunch of 
sheeple that don't even know how to build thier own kernels or do something as 
simple as install video drivers for themselves.  I hope that's not were the 
community is headed.

On Thu, 22 Dec 2005 15:27:01 -0500
[EMAIL PROTECTED] (Lennart Sorensen) wrote:

 On Thu, Dec 22, 2005 at 02:07:32PM -0600, Michael Langley wrote:
  I don't know about the rest of the list but there are some things I don't 
  like to depend on my distro for.  Kernel source, alsa, and nvidia drivers 
  just to name a few.  I just updated the latest nvidia drivers the other day 
  and got them from nvidia.com at the url below:
  
  http://www.nvidia.com/object/unix.html
  
  They work just fine.
 
 Unfortunately the nvidia installer assumes you run redhat or similar and
 makes a lovely mess of the filesystem.  It is highly discouraged to do
 something so windows like to your debian system.
 
 Windows is quite unstable in many cases, and it is often _not_ directly
 microsoft's fault, although encouraging everyone to write their own
 installers and putting files everywhere is their fault.  We try to
 encourage the saner approach in debian.  This means anything in /usr
 (except /usr/local), /bin, /sbin, /lib, belongs to dpkg/apt and nothing
 else has any business putting files there.  If they do, dpkg is allowed
 and expected to overwrite the files at will.
 
 The debian packages for the nvidia driver puts things in the right
 place, uses dpkg so the files won't be overwritten by other things and
 won't overwrite existing files, and it just works and is easy to manage.
 Certainly easier to installing it from the nvidia package.
 
 If you want your system slightly broken, that is your choice.  Please
 don't encourage others to repeat it though.
 
 Len Sorensen
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: question

2005-12-08 Thread Michael Langley
On Thu, 8 Dec 2005 18:15:40 +0100
Gilles [EMAIL PROTECTED] wrote:

 P.S. Lately, mozilla and firefox crash on many many web pages :-/


Yeah, I get that too.  I was thinking it might be extension related but that's 
not very likely.  I have galeon installed in my ia32 chroot for flash support 
so anytine firefox crashes on a site I just use that.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: fresh.install

2005-12-07 Thread Michael Langley
I used the image below and then updated to unstable.

http://cdimage.debian.org/cdimage/unofficial/sarge-amd64/iso-cd/debian-31r0a-amd64-netinst.iso

There's a list of images you can use on http://www.debian.org/ports/amd64/

It's best to look around and figure out what you need.

On Wed, 07 Dec 2005 18:26:47 -0800
Chris Wakefield [EMAIL PROTECTED] wrote:

 Greetings all,
 
 gonna do a fresh install of debian-amd64 testing ; what's the best 
 filename.img to use?
 
 Thanks,
 Chris w.
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: dvd film and K3b

2005-12-06 Thread Michael Langley
I know nothing of K3b.  I use dvdbackup with libdvdread and libdvdcss to backup 
dvds.  But I'm wondering why you would backup a dvd film using dvd data 
option.

 libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed

DVD video uses the UDF file system.  If you used the dvd data option it just 
wrote iso9660 output.  That's why you can't play it with xine.

On Tue, 06 Dec 2005 21:24:18 +0100
[EMAIL PROTECTED] wrote:

 
 I did a dvd film backup using K3b dvd data option resulting now in dvd 
 I'm not able to play using common dvd player such mplayer or xine. I 
 tried vobcopy without succes.
 
 I'm running Debian Sarge amd64 unofficial port however I don't think 
 that problem it's platform related.
 
 Is there a way to play that dvd film? I tried to play using m$ windows 
 apps (don't remember which) and that works g.
 
 
 Here xine output:
 
 starting xine:
 
 [EMAIL PROTECTED]:~$ xine
 Questo è Xine (X11 gui) - un riproduttore video libero v0.99.3.
 (c) 2000-2004 Il team di Xine.
 libdvdread: Using libdvdcss version 1.2.5 for DVD access
 libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
 libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
 libdvdread: Can't open file VIDEO_TS.IFO.
 libdvdread: Using libdvdcss version 1.2.5 for DVD access
 libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
 libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
 libdvdread: Can't open file VIDEO_TS.IFO.
 
 quitting xine.
 
 
 Here vobcopy output:
 
 darkstar:~# vobcopy -i /dev/hdc
 [Hint] You use -i. Normally this is not necessary, vobcopy finds the 
 input dir by itself. This option is only there if vobcopy makes trouble.
 [Hint] If vobcopy makes trouble, please mail me so that I can fix this 
 ([EMAIL PROTECTED]). Thanks
 [Error] Please don't use -i /dev/something in this version, only the 
 next version will support this again.
 [Hint] Please use the mount point instead (/cdrom, /dvd, /mnt/dvd or 
 something)
 
 path to dvd: /dev/hdc
 libdvdread: Using libdvdcss version 1.2.5 for DVD access
 name of dvd: K3b data project
 libdvdread: Can't open file VIDEO_TS.IFO.
 [Error] Can't open VMG info.
 darkstar:~#
 
 
 Any help or pointing to url is very appreciate I googled a lot :(
 
 Thanks in advance.
 
 
 -- 
 
   Franco Martelli.
 
 ImoLUG Staff
 http://www.imolug.org - [EMAIL PROTECTED]
 IRC irc.azzurra.org /join #imolug
 
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mplayer sources.list for testing?

2005-11-28 Thread Michael Langley
At this point it's probably best to build mplayer yourself.  If you want to 
play videos that require the win32 codecs you can build mplayer inside an ia32 
chroot.  You can find an easy step by step explanation of how to setup your 
chroot at the url below.

https://alioth.debian.org/docman/view.php/30192/21/debian-amd64-howto.html

I built a 64bit mplayer for normal use and a 32bit mplayer for the win32 
codecs.  Seems like the best way to go for now.

On Mon, 28 Nov 2005 16:10:12 +0100
Michal Hajek [EMAIL PROTECTED] wrote:

 Hello :)
 
 * Lennart Sorensen ([EMAIL PROTECTED]) [051128 16:00]:
  The index.html at that location has a link to:
  deb http://spello.sscnet.ucla.edu/marillat/ sid main
  
  It only has sarge and sid though, no etch.
^
 what is than a correct debian way to get mplayer working? Should I
 compile it myself, find another repository (which I cannot actualy find
 :)) or just wait? (- perhaps wrong idea)
 
 Well, I can live without mplayer actually, but that does not solve the
 problem from the philosophical point of view :)
 
 Best regards
 Michal
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]