LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-24-2011, 04:14 PM   #1
Neuro-Wintermute
LQ Newbie
 
Registered: May 2011
Posts: 4

Rep: Reputation: Disabled
Check sums constantly failing with latest NVIDIA8500GT driver download (Slackware)


Hey,

Currently using Slackware on a AMD 2600+ x64, 6GB RAM. Video card is a NVIDIA 8500GT.

I've been downloading the drivers multiple times for about an hour. I know how to install them and how to run the packages but I keep getting failed checksums, though the range of the failures vary each time I download?

Any fixes?

Cheers.

Last edited by Neuro-Wintermute; 05-24-2011 at 04:21 PM.
 
Old 05-24-2011, 07:37 PM   #2
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,017

Rep: Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630
We can't be sure the checksum you have is correct or not.

If normal files work then I'd assume that this is either bad at source or has faulty sum value.
 
Old 05-25-2011, 05:39 AM   #3
Neuro-Wintermute
LQ Newbie
 
Registered: May 2011
Posts: 4

Original Poster
Rep: Reputation: Disabled
Quote:
wintermute@DAEDALUS:~$ su
Password:
root@DAEDALUS:/home/wintermute# ls
Desktop firefox firefox-4.0.1.tar.bz2 from the UK
root@DAEDALUS:/home/wintermute# cd Desktop
root@DAEDALUS:/home/wintermute/Desktop# ls
Home.desktop NVIDIA-Linux-x86_64-270.41.19.run trash.desktop
root@DAEDALUS:/home/wintermute/Desktop# sh NVIDIA-Linux-x86_64-270.41.19.run
Verifying archive integrity... Error in check sums 2246395512 3522757934
root@DAEDALUS:/home/wintermute/Desktop#
Any suggestions?

That's like the 10th time I've downloaded it but it always cites different checksum errors. The drivers that came with Slack actually work ok (even with effects fully on at 1080p) but it lags and stutters occasionally so it wouldn't hurt to have the latest NVIDIA drivers.

Last edited by Neuro-Wintermute; 05-25-2011 at 05:55 AM.
 
Old 05-25-2011, 05:57 AM   #4
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Maybe the lagging and stuttering has to do with something else, maybe disk I/O. What filesystem are you using ? Try using the mplayer -cache option if you use mplayer. Also make sure to use the vdpau drivers. Note that you have to install them yourself because they are not included with nvidia anymore.

I downloaded and installed the latest drivers and there was no checksum error.

Last edited by H_TeXMeX_H; 05-25-2011 at 05:58 AM.
 
Old 05-25-2011, 06:05 AM   #5
Neuro-Wintermute
LQ Newbie
 
Registered: May 2011
Posts: 4

Original Poster
Rep: Reputation: Disabled
Filesystem is ext4 I believe. I just used the default on setup. My HD is a 600GB SATA. I also have an 8GB swap partition, and home partitioned to 60GB. Main Linux Partition is 100GB.

Last edited by Neuro-Wintermute; 05-25-2011 at 06:08 AM.
 
Old 05-25-2011, 07:56 AM   #6
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
I just downloaded NVIDIA-Linux-x86_64-270.41.19.run and checked it OK:
Code:
c@CW8:~/d/Repository/Other package formats$ ./NVIDIA-Linux-x86_64-270.41.19.run --check
check sums and md5 sums are ok
so the problem is specific to your system including the network connection (expected, really). If you checked the same downloaded NVIDIA-Linux-x86_64-270.41.19.run several times, are the numbers in the error different? Have you tried saving to another storage device such as a USB stick?
 
Old 05-25-2011, 02:35 PM   #7
Neuro-Wintermute
LQ Newbie
 
Registered: May 2011
Posts: 4

Original Poster
Rep: Reputation: Disabled
I belive the issue may be the signal to noise ratio on my internet cable.

Thanks
 
Old 05-25-2011, 02:44 PM   #8
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Maybe the cable is damaged. Try another or test it.
 
Old 05-26-2011, 06:48 AM   #9
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Quote:
Originally Posted by Neuro-Wintermute View Post
I belive the issue may be the signal to noise ratio on my internet cable.

Thanks
If you checked the same downloaded NVIDIA-Linux-x86_64-270.41.19.run several times, and got different numbers in the error the it would suggest it wasn't the cable. If it was the cable (or something else in your Internet connection) then download speeds for all TCP connections would be would be low as TCP packets failed checksumming resulting in re-transmit requests. IDK how to check TCP packet checksum stats (there will be a way) ...
 
Old 05-26-2011, 02:59 PM   #10
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,017

Rep: Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630Reputation: 3630
And yet tcp/ip has checksum built into it.

Might see if you could use a download manager. Or use different format. Some web pages also open as ftp or http.


See if it is on a torrent.
 
Old 05-27-2011, 05:46 AM   #11
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,927
Blog Entries: 45

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Moved: This thread is more suitable in <Slackware> and has been moved accordingly to help your thread/question get the exposure it deserves.

---------- Post added 05-27-11 at 05:47 ----------

Hi,

What are you using to download?
 
Old 05-27-2011, 06:19 AM   #12
disturbed1
Senior Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
Blog Entries: 6

Rep: Reputation: 224Reputation: 224Reputation: 224
I've gotten checksum errors when hardware was faulty, either RAM or the HD itself.

Check the md5sum of the file yourself -- 2,3,4x -- just to make sure it does not vary. If repeated md5sums are generated differently, this is an easy to spot sign of hardware trouble. You could run memtest, check dmesg, and smartctl just be on the safe side.

Use wget the continue option to obtain the file. Theoretically, you could wget the file multiple times until it's complete. Here's the direct link for the latest stable x86_64 driver with compat32 option
Code:
wget -c ftp://download.nvidia.com/XFree86/Linux-x86_64/270.41.19/NVIDIA-Linux-x86_64-270.41.19.run

You should know if the problem is with your Internet connection, as most downloads would fail, and you'd have an altogether poor surfing experience.

---edit---
Sorry to repeat some of what catkin posted -- but it is good info

Last edited by disturbed1; 05-27-2011 at 06:20 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Get diff. md5-sums everytime I download Torben Friis Linux - Newbie 1 11-02-2008 07:53 AM
fedora live check sums fail snow bird Fedora - Installation 7 08-23-2007 07:28 PM
Install constantly failing media check dneeves Linux - Newbie 7 06-23-2004 12:31 PM
Hwo do I use MD5 sums to check file downloads? jdruin Linux - General 3 12-01-2003 11:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration