PDA

View Full Version : some mix hardware questions/promblems....



yoshi95
04-04-2003, 10:29 AM
i am booting knoppix 3.2...................everything goes well except there is not internet and sound..................

i have 2 network cards....1 is onboard VIA and the other is realtek PCI
so i went to the kde menu and clicked
knoppic -> network configuration -> network confifuration

2 network card popped up............ eth0, eth1.........i know one of them is my realtek just dont know which one....................so i entered my IP, subnet, DNS................but had no idea what my broadcast address is..........i entered the same info for both cards......none worked.........

here are my questions:
1) how do I find out which device (eth0, or eth1) is the realtek card?
2) how do i find out what my broadcast address is?

then there is the sound problem............
i read the previous posts.................but didnt find an anwser........

i have a SB live! value..................knippix detects the card upon booting from the cd room.......................but there is no sound when i tried playing some song in XMM...........the sound I/O is set on auto detect.......

i also did the sound configuration thing from the knoppix menu.........
the detection result was "5885 audioPCI card".......then it tried playin some sample file but i didnt hear a thing...............so i went to manual ............picked SB live........cant hear the sample still............picked SB AMU??...............no sound still..............

the system info from the kde menu tells me there is no info for the soundcard.................................so how do i fix this................?

thanks in advance......................

rickenbacherus
04-04-2003, 04:11 PM
i have 2 network cards....1 is onboard VIA and the other is realtek PCI
so i went to the kde menu and clicked
knoppic -> network configuration -> network confifuration

2 network card popped up............ eth0, eth1.........i know one of them is my realtek just dont know which one....................so i entered my IP, subnet, DNS................but had no idea what my broadcast address is..........i entered the same info for both cards......none worked.........

here are my questions:
1) how do I find out which device (eth0, or eth1) is the realtek card?
ifconfig

2) how do i find out what my broadcast address is?
How do you connect to the internet? Do you have a Static I.P. address or DHCP?

yoshi95
04-04-2003, 06:59 PM
i have a static ip...........i think........cuz the internet doesnt work if i just plug it in in windows....i have to go set the ip and subnet and put in 3 dns numbers b4 it works..................so i think i have a static ip..................

Wirf
04-04-2003, 08:45 PM
here are my questions:
1) how do I find out which device (eth0, or eth1) is the realtek card?

In a shell type:

dmesg | grep eth


2) how do i find out what my broadcast address is?

the broadcast adres is (AFAIK) your normal IP adres bitwise AND'ed with your netmask

so that means that is you have 192.168.1.45 for an IP adres, and 255.255.255.0 as your netmask, then your broadcast adres will become 192.168.1.255.

similarly, if your IP adres is 192.168.123.65 with netmask 255.255.0.0, then your broadcastadres will be 192.168.255.255

But you usually can just skip the broadcast adres, your computer will calculate it for you.

yoshi95
04-04-2003, 09:20 PM
so i downloaded the new alsa from this link cuz my sound card wont work
http://www.linuxfaqs.de/knoppix/

and unzip and compiled and installed alsa..................

then i did knoppix->configuration->save configuration->save to floppy

and i reboot

in the boot commnad prompt i typed:
knoppix myconfig=scan
Enter

minutes later i have a filesystem error saying that /mnt/ is not found and ask me do i want to retry ( the floppy drive light is on) i typed 'y'....same error.....so i reboot and did this at the boot command prompt

knoppix myconfig=/mnt/floppy

still the same error.........filesystem error /mnt/floppy not found......or something

and then i did this

knoppix myconfig=/dev/mnt/floppy

same error................filesystem /mnt/mnt/floppy not found....

uh.....what da hell am i doin wrong guys?

thanks in advance

rickenbacherus
04-04-2003, 11:49 PM
i have a static ip...........i think........cuz the internet doesnt work if i just plug it in in windows....i have to go set the ip and subnet and put in 3 dns numbers b4 it works..................so i think i have a static ip..................
OK so you did netcardconfig at the command line right? If you have a static i.p then you should know what it is right?

The dns numbers are i.p. addresses of Domain Name Servers (they "resolve", or, link www.whatever.org to an i.p. address) and you would normally have a primary and a secondary. You've entered those in as well right?

Wirf is spot on about the broadcast address.

See if that does it.