Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 5,210
» Latest member: greg22
» Forum threads: 4,029
» Forum posts: 16,404
Full Statistics
|
Online Users |
There are currently 202 online users. » 0 Member(s) | 200 Guest(s) Bing, Google
|
Latest Threads |
How to install Archboot i...
Forum: Network Problems
Last Post: Meup
2025-05-13, 01:41 PM
» Replies: 0
» Views: 364
|
clear logs in smoothwall
Forum: Security and Firewalls
Last Post: amanda63
2024-03-10, 03:27 PM
» Replies: 8
» Views: 83,306
|
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 38,094
|
How things are done, usin...
Forum: Xorg Problems
Last Post: ross
2023-09-04, 09:03 AM
» Replies: 0
» Views: 1,826
|
Im back.....
Forum: Hello
Last Post: anyweb
2021-01-17, 11:36 AM
» Replies: 1
» Views: 5,291
|
add mp3 plugin to xmms in...
Forum: Fedora
Last Post: anyweb
2021-01-17, 11:30 AM
» Replies: 11
» Views: 41,242
|
Configuring VSFTPd Server
Forum: FTP Server
Last Post: Johnbaca
2020-10-14, 10:25 AM
» Replies: 32
» Views: 113,195
|
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 51,829
|
Using git + python
Forum: How Do I?
Last Post: Clueless puppy
2020-08-21, 04:37 PM
» Replies: 0
» Views: 42,039
|
what does your nick mean ...
Forum: Hello
Last Post: volt
2020-08-06, 03:25 PM
» Replies: 28
» Views: 41,467
|
|
|
Installing 3c2000 |
Posted by: ZipCrash - 2004-02-22, 10:59 PM - Forum: How Do I?
- Replies (11)
|
 |
I just installed Red Hat 9. I'm trying to install my network card driver. Here is what the readme says:
Quote:3Com Gigabit NIC (3C2000) Driver Readme Version A02Copyright
|
|
|
Saying hi |
Posted by: Tokstah - 2004-02-21, 03:38 PM - Forum: Hello
- Replies (1)
|
 |
Hi Folks,
My name is Tokstah, i'm a 21yr old guy from belgium. I don't know much about linux, that's why i'm here ;)
Hope to get to know some of you. Cya around!
|
|
|
using LCD and linux = bAD! :/ |
Posted by: Guest - 2004-02-21, 01:44 AM - Forum: Xorg Problems
- Replies (7)
|
 |
iam trying to install redhat linux 9.0 and i have a samsung SyncMaster 172S lcd, and i first tried to install the graphic version but that didnt work so i tried the text version that worked fine, but when i boot up the sytem just freezed anyone now what to do ? :P
|
|
|
Promise RAID Controller |
Posted by: upper - 2004-02-20, 08:38 PM - Forum: Fedora
- Replies (2)
|
 |
Promise do not yet have driver modules built for Fedora. So you have to download the Linux source code for your controller card and compile it on an existing Fedora installation. When this is complete you will be left with a module (ie. FastTrak.o)
If you are using the card in an existing Fedora environment simply:
/sbin/insmod Module.o
If this is a new installation of Fedora then copy the module onto a floppy disk. Start the installation by inserting CD1 of the Fedora discs. Press 'Enter' and do the normal graphic installation. Before the anaconda installer starts, switch to a different terminal 'cntrl-alt-F2'. This should bring you to a shell.
Mount the floppy disk and load the module:
mkdir /mnt/floppy
mount /dev/fd0 /mnt/floppy
cd /mnt/floppy
insmod Module.o
It should load successfully, possibly with warnings.
Switch back to first terminal 'cntrl-alt-F1' and continue the installation as normal.
- upper
|
|
|
can't up2date ? rpms database broken ? |
Posted by: anyweb - 2004-02-20, 02:21 PM - Forum: Updating Linux
- Replies (3)
|
 |
if you have problems running up2date, and you are advised to clear your rpm database heres how
as root
Code: [root@localhost root]# rm -f /var/lib/rpm/__db*
then
Code: [root@localhost root]# rpm -vv --rebuilddb
once done, try running up2date again
cheers
anyweb
|
|
|
up2date slow as a donkey ? |
Posted by: anyweb - 2004-02-20, 02:19 PM - Forum: Fedora
- Replies (1)
|
 |
if like me your fedora up2date is slowwwwwwwwwwwww then try a different mirror
you'll need to edit a file called
/etc/sysconfig/rhn/sources
the default file is below fyi:-
Code: ### this describes the various package repos up2date will look into
### for packages. It currently supports apt-rpm repos, yum repos,
### and "dir" repos
### format is one repo entry per line, # starts comments, the
### first word on each line is the type of repo.
### the defalt rhn (using "default" as the url means
### use the one in the up2date config file
#up2date default
### When a channel-label is required for the non up2date repo's,
### the label is soley used as an internal identifier and is not
### based on the url or any other info from the repo.
### an apt style repo, this time arjanv's 2.6 kernel repo
### format is:
### type channel-label service:server path repo name
#apt arjan-2.6-kernel-i386 http://people.redhat.com ~arjanv/2.5/ kernel
### Note that for apt repos, there can be multiple repo names specificed
### space seperated.
### an yum style repo
### format:
### type channel-label url
yum fedora-core-1 http://fedora.redhat.com/releases/fedora-core-1
yum updates-released http://fedora.redhat.com/updates/released/fedora-core-1
#yum updates-testing http://fedora.redhat.com/updates/testing/fedora-core-1
### an local directory full of packages
### format
#dir my-favorite-rpms-i386-9 /var/spool/RPMS/
# multiple versions of all repos except "up2date" can be used. Depenencies
# can be resolved "cross-repo" if need be.
the faster mirror i'm currently using is edited into this file and you can see my ammended sources file below
Code: ### this describes the various package repos up2date will look into
### for packages. It currently supports apt-rpm repos, yum repos,
### and "dir" repos
### format is one repo entry per line, # starts comments, the
### first word on each line is the type of repo.
### the defalt rhn (using "default" as the url means
### use the one in the up2date config file
#up2date default
### When a channel-label is required for the non up2date repo's,
### the label is soley used as an internal identifier and is not
### based on the url or any other info from the repo.
### an apt style repo, this time arjanv's 2.6 kernel repo
### format is:
### type channel-label service:server path repo name
#apt arjan-2.6-kernel-i386 http://people.redhat.com ~arjanv/2.5/ kernel
### Note that for apt repos, there can be multiple repo names specificed
### space seperated.
### an yum style repo
### format:
### type channel-label url
yum fedora-core-1 http://fedora.redhat.com/releases/fedora-core-1
#yum updates-released http://fedora.redhat.com/updates/released/fedora-core-1
#yum updates-released http://ftp.iasi.roedu.net/mirrors/fedora.redhat.com/core/updates/1/i386/
yum updates-released http://www.mirror.ac.uk/sites/download.fedora.redhat.com/pub/fedora/linux/core/updates/1/i386/
#yum updates-testing http://fedora.redhat.com/updates/testing/fedora-core-1
### an local directory full of packages
### format
#dir my-favorite-rpms-i386-9 /var/spool/RPMS/
# multiple versions of all repos except "up2date" can be used. Depenencies
# can be resolved "cross-repo" if need be.
it certaintly made a difference for me !
cheers
anyweb
|
|
|
Lost my hda parttion |
Posted by: Guest - 2004-02-19, 07:37 PM - Forum: General Chat
- Replies (2)
|
 |
hi all,
I lost my hda partition and do anyone of u know how to bring it back?
It is on the forst 8Gb of my hd and contains fedora.
|
|
|
Fedora installation |
Posted by: Guest - 2004-02-19, 12:54 PM - Forum: Fedora
- Replies (1)
|
 |
I have a problem with fedora utility to add and remove software.
I am trying to add development package for X that I did not installed originally.
After selecting the package the application says that needs Xfree-lib and another rpm package to continue.
Those rpms are already installed with the correct version!!!
I have tryied to reinstall the manually. Despite the installation the application contitnue to tel me that those rpm are missing!!!
Any idea?
Regards,
Fabio
|
|
|
Sound? |
Posted by: gamekeeper - 2004-02-19, 03:14 AM - Forum: Game Problems
- Replies (3)
|
 |
Whenever I play games I dont get any sound :S Is there a simple explanation? Could it just my sound card? o_O
|
|
|
|