Results 1 to 4 of 4
I am fed up of failing installations of Tarballs on my Linux PC and what could be worst was that I use Windows to download files and reboot in SuSE ...
- 06-14-2007 #1Linux User
- Join Date
- Jun 2007
- Posts
- 458
X.org ----If Anyone can help
I am fed up of failing installations of Tarballs on my Linux PC and what could be worst was that I use Windows to download files and reboot in SuSE to find that all was up to no avail.
The problems on my pc:
1. xorg-devel or similar package not available in YaST.
2. If I download a package in Windows and reboot then install it, it requires another package and that one requires another. and so on.
2. Can't configure Agere Modem (Drivers are in BunZip Archives).
3. Can't download Repositions (for xorg devels) - No internet connection
Still I can see a way. Is it possible that I download a Repository in windows and use the Online Update method to install it in Linux? If possible, please tell me the whole method.
STILL
THE ERROR PERSISTS: Can't find X includes. Please check your installation directory.
Please help me resolve this.............................................. ...............
- 06-15-2007 #2
Why is it that you need the xorg-devels? Let's try fixing your internet connection, you can move on from there. First switch to root.
The lspci command will list your PCI devices. By getting the manufacturer model/name you can post it here and also use that specific name to search for drivers for it. If you already have the drivers...I'm not sure then, however I believe if you have the SUSE DVD you can use that to install xorg-devel and other packages, because it also acts as a repository. However it will not have everything the internet repositories have.Code:su lspci
- 06-15-2007 #3Linux User
- Join Date
- Jun 2007
- Posts
- 458
Results
Here are the results:
0000:00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
0000:00:01.0 PCI bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
0000:00:07.0 ISA bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 02)
0000:00:07.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01)
0000:00:07.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01)
0000:00:07.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 02)
0000:00:10.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev05)
0000:00:14.0 Communication controller: Agere Systems (former Lucent Microelectronics) LT WinModem
0000:01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro AGP 1X/2X (rev 5c)
But I told you. ltmodem driver is available but in a BunZIP. I can't install it until xorg is installed and I am able to ./configure BunZIPs
- 06-15-2007 #4Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
You do not configure bunzips, you just extract it. If it is a tar.bz2 file you can run
If it is just .bz2 (unlikely for what you are dealing with) thenCode:tar xvf file.tar.bz2
You can then change to that directory and configure from there if needs be, but I would recommend reading the help/README file.Code:bunzip file.bz2


Reply With Quote