I have installed git-core (as well as the other git-related packages) using yum. And then, I tried to download intel drivers using git-clone. The git-clone process seemed to have no end. I leave my computer for more than 3 hours, and there was still no progress. The only message that I saw on the console is
Initialized empty Git repository in /home/nia/drm/.git/
Then I uninstalled git-core, and reinstalled it by using rpm from this site (git-1.5.3.3-3.fc7.i386.rpm, including its dependencies). Unfortunately, there has been no change. The git-clone still hangs at the same place.
What is wrong with the git-core that I have installed?
Thanks for any help!
----------
Nov 22, 2007
---------
As an update, I include the names of files available in drm folder (in my home folder) during the endless download. I also put a screenshot that shows the length of time I used git-clone until I stopped it deliberately.
Thanks for any help!
__________________ Lenovo Thinkpad X61
-------------------------------
Processor: Intel Core 2 Duo T7300
Chipset: Intel 965GM -- :eek:
Speaker: Intel 82801H (ICH8 Family) -- works after installing alsa and xmms :D
Wireless: Intel Pro/Wireless 3945ABG -- works :)
OS: Vista + FC7 i386 kernel 2.6.23.9, 2.6.23-1.fc7
Last edited by nmutiara; 22nd November 2007 at 12:52 AM.
Reason: Updating files
It seems that git is working fine here, so perhaps something else is amiss.
Seve
__________________ Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
$ time git-clone git://anongit.freedesktop.org/git/mesa/drm
Initialized empty Git repository in /home/nia/drm/.git/
It still hangs there...
Hmm... perhaps there are some installed programs bother git...
Or perhaps Internet connection problem? I think the Internet here is fine...
Is there any suggestions?
__________________ Lenovo Thinkpad X61
-------------------------------
Processor: Intel Core 2 Duo T7300
Chipset: Intel 965GM -- :eek:
Speaker: Intel 82801H (ICH8 Family) -- works after installing alsa and xmms :D
Wireless: Intel Pro/Wireless 3945ABG -- works :)
OS: Vista + FC7 i386 kernel 2.6.23.9, 2.6.23-1.fc7
Last edited by nmutiara; 22nd November 2007 at 12:54 AM.
I don't want to do this anymore
Almost everyday I try git-clone. And this is the latest git-clone that I've done...
Frustrating when things just don't work like they should
There's only a few things I can think of that may be stopping it:
1. Do you have the rsync-2.6.9-3.fc7 rpm package installed?
2. Do you have the curl-7.16.4-1.fc7 rpm package installed?
If you don't have the above 2 items then I think git-clone (the script) will fail,
If you do have the above rpm packages installed, then does the command git (note: not git-clone) work if you do this instead:
1. Delete your previous drm directory and contents.
2. Make a directory named drm in /home/nia
3. CD to the directory /home/nia/drm
4. Try using git git://anongit.freedesktop.org/git/mesa/drm from inside the /home/nia/drm directory.
Did that work? (If you're are not getting anything happening within a minute, then it has failed)
I can't think of anything else that might stop this
Hello:
If you just want those two packages, I can download and zip them and put them up somewhere for you to download and install.
Let me know
Seve
__________________ Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Thank you, NoSkill.
Unfortunately, the fourth step does not work...
$ git git://anongit.freedesktop.org/git/mesa/drm
git: 'git://anongit.freedesktop.org/git/mesa/drm' is not a git-command
Sorry, my mistake
I edited those lines and forgot to put the option in. Anyway, it was all messed up. Here is what they should have been:
1. Delete your previous drm directory and contents.
2. Make a directory named intel-drv in /home/nia
3. CD to the directory /home/nia/intel-drv
4. Try using git clone git://anongit.freedesktop.org/git/mesa/drm from inside the /home/nia/intel-drv directory (note: no dash between git and clone, only a space).
If that works, then I suspect there is a directory or file in your /home/nia that is messing with git.
Hello:
The file and md5sum is as follows ;
md5sum nmutiara.tar.bz2
ce25b780e40dc34ed41b0e3ff0ae1877
It contains the 2 folders drm and xf86-video-intel
You can grab it here. http://rapidshare.com/files/71393181...a.tar.bz2.html
Just click on the Free button and you should be good to go.
Seve
__________________ Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Sorry to disturb you again.
The site takes long time to respond. So I cannot download the packages.
Would you please e-mail me to sakichiko_mut@yahoo.com?
I've already got xorg driver from this site. So you only need to attach drm.
Thank you.
__________________ Lenovo Thinkpad X61
-------------------------------
Processor: Intel Core 2 Duo T7300
Chipset: Intel 965GM -- :eek:
Speaker: Intel 82801H (ICH8 Family) -- works after installing alsa and xmms :D
Wireless: Intel Pro/Wireless 3945ABG -- works :)
OS: Vista + FC7 i386 kernel 2.6.23.9, 2.6.23-1.fc7
__________________ Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)