Welcome, Guest
You have to register before you can post on our site.

Username/Email:
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 5,210
» Latest member: greg22
» Forum threads: 4,029
» Forum posts: 16,404

Full Statistics

Online Users
There are currently 146 online users.
» 0 Member(s) | 143 Guest(s)
Applebot, 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,325
I cannot install RedHat 8...
Forum: Redhat
Last Post: hybrid
2023-11-11, 01:01 PM
» Replies: 1
» Views: 38,119
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,208
Wolf won't play sound!
Forum: Game Problems
Last Post: Guest
2020-10-03, 05:51 PM
» Replies: 1
» Views: 51,838
Using git + python
Forum: How Do I?
Last Post: Clueless puppy
2020-08-21, 04:37 PM
» Replies: 0
» Views: 42,058
what does your nick mean ...
Forum: Hello
Last Post: volt
2020-08-06, 03:25 PM
» Replies: 28
» Views: 41,470

 
  ASUS a7n8x-x network problem
Posted by: Warcious - 2004-03-04, 10:43 AM - Forum: Network Problems - Replies (3)


Dear Linux users,

 

I am having a hard time installing my network card for Redhat9.

I have a ASUS a7n8x-x motherboard, and redhat9 doesnt recognize my network card which is BUILT IN this motherboard.

 

I tried the different files from nvidia.com but they wont work.

I tried creating a rpm file for my system by: rpmbuild --rebuild NVIDIA.....rpm

but it wont work.

 

I tried tar -xvzf NVIDIA.....src.tar.gz

make

make install

 

wont work either..

 

 

what can I do???

 

please help me!

 

 

/Daniel

donwardo@hotmail.com

Print this item

  are you a linux noob or linux guru ?
Posted by: anyweb - 2004-03-03, 07:44 PM - Forum: Polls - Replies (9)


so, how good or bad are you with linux,

 

perhaps you are like me, a linux noob who uses and likes linux but just have not mastered it yet

 

i'm still learning and have a long way to go,

 

cheers

 

anyweb [img]<___base_url___>/uploads/emoticons/default_laugh.png[/img]

Print this item

  nat (share internet connection)
Posted by: Arax - 2004-03-03, 02:32 PM - Forum: How Do I? - Replies (5)

i have two computers, one with linux and two network adapters, one with xp and one network adapter. My internet connection goes into my linux computer, but i want it to be shared with the other computer. how do i do that? i have a x-ed cable between the computers..

Print this item

  how do i see my uid/gid/group from console
Posted by: anyweb - 2004-03-02, 12:06 PM - Forum: Tips and Tricks - No Replies


simply open a console and type id

 

as below

 



Code:
[anyweb@localhost anyweb]$ id
uid=500(anyweb) gid=500(anyweb) groups=500(anyweb)




Print this item

  Creative sound card
Posted by: Mucka - 2004-03-02, 12:03 PM - Forum: Audio and Video - Replies (2)


i am very new to linux and i was wanting to know how i can get my Creative labs 5.1 de sound card to work

this site has the drivers but i wanted someone to step me through the install process

[/url][url=http://opensource.creative.com/]http://opensource.creative.com/

 

 

thanks Mucka

Print this item

  smoothwall NIC support
Posted by: bitwarrior - 2004-03-02, 05:41 AM - Forum: Security and Firewalls - Replies (1)

Smoothwall doesn't by any chance support token ring NICs... does it? (Their HCL seems to be dead - waiting for a reply from their webmaster)

Print this item

  what do you think of the new front page ?
Posted by: anyweb - 2004-03-01, 02:26 PM - Forum: Polls - Replies (1)


what do you think of the new front page ?

 

i have updated www.linux-noob.com and added 'ipdynamic lite' as the main frontpage for the site, replacing the rather old blue personal webpage (which is still available here)

 

I really like the look of the new front page and intend to work on it quite a bit over time, please check it out and make some comments/suggestions and vote in the poll!

 

cheers

 

anyweb

Print this item

  i have updated www.linux-noob.com
Posted by: anyweb - 2004-03-01, 01:30 PM - Forum: Site News - No Replies


i have updated www.linux-noob.com and added 'ipdynamic lite' as the main frontpage for the site, replacing the rather old blue personal webpage (which is still available here)

 

I really like the look of the new front page and intend to work on it quite a bit over time, please check it out and make some comments/suggestions !

 

cheers

 

anyweb

Print this item

  routing troubles w/ 3 interfaces
Posted by: Guest - 2004-02-29, 07:00 PM - Forum: Network Problems - Replies (4)


I've got a slackware 9.1 box w/ 3 interfaces

 

192.168.200.1 eth0 internal lan

192.168.0.10 eth1 external lan (has access to net connection thru cable router)

10.100.200.1 tr0 internal lan

 

trying to route between all three lans (no restrictions).

 

both internal lans can ping all addresses owned by the router.

hosts on the external lan cannot ping either of the internal interfaces.

no hosts can be pinged thru the router from any of the 3 networks.

 

looks terrible in HTML but here's my routing table.

#route

Dest - Gateway - Genmask - Flags - Metric - Ref - Use - IFace

192.168.200.0 - * - 255.255.255.0 - U - 0 0 0 - eth0

192.168.0.0 - * - 255.255.255.0 - U - 0 0 0 - eth1

10.100.200.0 - * - 255.255.255.0 - U - 0 0 0 - tr0

loopback - * - 255.0.0.0 - U - 0 0 0 - lo

default - 192.168.0.10 - 0.0.0.0 - UG - 0 0 0 - eth1

 

any ideas on what's missing?

maybe some other service that needs to be enabled or something..

 

bitwarrior

Print this item

  how do i view/edit ip settings manually
Posted by: anyweb - 2004-02-29, 08:52 AM - Forum: Network Problems - Replies (3)


to view or edit your ip settings manually for eth0 or eth1 (your network cards)

 

go here

 

vi /etc/sysconfig/network-scripts/ifcfg-ethx

 

where x= the number of your network card

 

for example

 

vi /etc/sysconfig/network-scripts/ifcfg-eth1

 

will show you the config file for eth1

 

here is a sample one below for my wireless card

 

 

 



Code:
# Please read /usr/share/doc/initscripts-*/sysconfig.txt
# for the documentation of these parameters.
USERCTL=no
PEERDNS=yes
GATEWAY=100.0.0.1
TYPE=Wireless
DEVICE=eth1
HWADDR=00:02:2d:46:b2:5f
BOOTPROTO=none
NETMASK=255.255.0.0
ONBOOT=yes
DHCP_HOSTNAME=
IPADDR=100.0.0.123
NAME=
DOMAIN=
ESSID=wirelinux
CHANNEL=11
MODE=Ad-Hoc
RATE=11Mb/s




Print this item