Two hardware-related problems with Knoppix 5.0.1
G'day everyone,
Am a complete newbie to Linux, so sorry if I stuff up with terminology etc...
Am trying to get my Knoppix 5.0.1 to work, and it's doing great apart from 2 things:
1. Printers. I have a Samsung ML-1710 and when I try and configure it using the Configure Printers utility, I keep getting told that the driver doesn't exist. An earlier post suggested trying to configure it as a similar printer for which drivers exist (e.g. Samsung ML-1210), and I tried that, except it doesn't seem to work for any similar printers :(
2. Net connection. Konqueror seems to work fine, but Firefox just times out. I tried to use the network card configuration utility, but got a bit confused by the terms it asked for. Here's what I know from my Network connection settings in Windows XP: Address (assigned by DHCP), IP (xxx.xxx.1.2), Subnet (255.255.255.0) and Gateway (xxx.xxx.1.1). How do I get Knoppix to reflect this? I also tried to use the ADSL configuration utility, and I jst get timeouts all the time :S
If there's any particular output you need from a certain program or command prompt, please let me know. Otherwise any help would be greatly appreciated. I have seen solutions to similar sounding problems in the forums, but either they refer to an old ve4rsion of Knoppix or I've tried them and they don't work.
Any help would be greatly appreciated
Re: Two hardware-related problems with Knoppix 5.0.1
Quote:
Originally Posted by DaXiuyi
2. Net connection. Konqueror seems to work fine, but Firefox just times out. I tried to use the network card configuration utility, but got a bit confused by the terms it asked for. Here's what I know from my Network connection settings in Windows XP: Address (assigned by DHCP), IP (xxx.xxx.1.2), Subnet (255.255.255.0) and Gateway (xxx.xxx.1.1). How do I get Knoppix to reflect this? I also tried to use the ADSL configuration utility, and I jst get timeouts all the time :S
I can't answer you first question. 2 looks interesting, although I don't have a good theory about what is going on yet. In my mind if Konquror works then Firefox should too. Can you tell us more about your configuration? You mention ADSL but never mention pppoe configuration. Are you using a router (which I very highly recommend doing)? It looks that way from the little bit of the IP that you let us see, but if that's the case it's just ignorant to hide the 192.168.2.1 entire address (or other private unroutable IP asddress). Such addresses can't be reached fron the Internet, millions of people are using the same addresses, and there is no reason to hide it and good reason to show it, particularly when you are trying to get help resolving this problem.
If you are using a router then Knoppix should be doing a dhcp handshake at boot time. post what it is getting (the full numbers, not partial munged numbers), by posting the output of ifconfig. You can also set these values by doing a netcardconfig and answering the dhcp question in the negative, but I would like to see the ifconfig output first. It looks like the handshake may be failing, but that doesn't really explain Konquror working and Firefix not. I suspect it may be some strange proxy issue, but that's a very wild guess.
And if you are using a router the make and model and even firmware revision may help. Some modern DSL modems have a router built in, so check that. And you might want to look into the availability of a flash update for the router and if you are at the current firmware level.
Re: Two hardware-related problems with Knoppix 5.0.1
Quote:
Originally Posted by DaXiuyi
Am trying to get my Knoppix 5.0.1 to work, and it's doing great apart from 2 things:
1. Printers. I have a Samsung ML-1710 and when I try and configure it using the Configure Printers utility, I keep getting told that the driver doesn't exist. An earlier post suggested trying to configure it as a similar printer for which drivers exist (e.g. Samsung ML-1210), and I tried that, except it doesn't seem to work for any similar printers :(
Printers are fubar'd in 5.02 as per Klaus from the debian-knoppix list. Its a permissions issue. I had to go back to 4.02 due that issue alone as if I can't print I can't work.
Quote:
Originally Posted by DaXiuyi
2. Net connection. Konqueror seems to work fine, but Firefox just times out. I tried to use the network card configuration utility, but got a bit confused by the terms it asked for. Here's what I know from my Network connection settings in Windows XP: Address (assigned by DHCP), IP (xxx.xxx.1.2), Subnet (255.255.255.0) and Gateway (xxx.xxx.1.1). How do I get Knoppix to reflect this? I also tried to use the ADSL configuration utility, and I jst get timeouts all the time :S
Did you try to let it set things via DHCP and it failed when you ran the netcard config script ?
If not, then let it try to set things via the script and via DHCP. DHCP will answer all the questions for the script automatically. Some routers can be incompatible with DHCP on Knoppix and then you will need to run it manually.
If you run ipconfig /all from a command prompt on a winvirus box and write the output down the important items:
IP Address = same in the script
Netmask = should ALWAYS bee 255.255.255.0 (Would only change in very specific instances, not likely in a home net)
Default Gateway = your ROUTER's IP, which in the winworld is normaly 192.168.0.1, or 192.168.1.1 NOT 192.168.1.254 like *nix
Name Server = DNS Servers You can either use the ones provided from the ISP, or use your router for the DNS/Nameserver. Most modern soho type rotuers will act as a DNS proxy and forward on your request to the WAN side.
Give the DHCP option a try and then post back.
Re: Two hardware-related problems with Knoppix 5.0.1
Quote:
Originally Posted by rec9140
Netmask = should ALWAYS bee 255.255.255.0
This is a huge generalization, and not one that should go without a response. If you had said something like the netmask is usually 255.255.255.0 then I could accept that, but an uppercase always is just too strong. I have seen home networking equipment that uses different masks. A much better statement might be that DHCP should always set this for you, and when it doesn't, one should understand network masks and set it properly. I've written about how to set the mask and it's relation to broadcast address and the assigned IP address in other threads and don't have time to go into it again, but there is plenty of good information on the Internet that explains it in easy to understand terms (caution: not all of that information is correct).
Quote:
Originally Posted by rec9140
Default Gateway = your ROUTER's IP, which in the winworld is normaly 192.168.0.1, or 192.168.1.1 NOT 192.168.1.254 like *nix
I'm not really clear on what you are saying here. Usually the default setup for a router is one that ends in .1, but I've seen 192.168.0.1, 192.168.1,1, 192.168.2.1 and 10.0.0.1 used pretty commonly (Belkin likes to use 192.168.2.1) and I've seen some routers that don't default to the last digit being 1. I must be missing what you are trying to say about a xxx.xxx.xx.254 address, while you can move most routers there, wherever the router is it would be reached by the same address from Windows, Linux, Unix or any other OS that you are running.
Re: Two hardware-related problems with Knoppix 5.0.1
Ok, thanks for that guys. Like I said, I'm a real newb :P I'll focus on the Net connection then and explain what I can (as you can see, might not be much)
I'm on an ADSL (512/128) connection using a Netcomm NB5Plus4 ADSL Modem and Router (Netcomm are an Australian manufacturer, so I've attached the link to it here). From the info I've pulled out of Win XP, my connection info is:
IP: 192.168.1.2, Subnet: 255.255.255.0, Default Gateway=DHCP=DNS=192.168.1.1, Physical Address: 00-11-D8-B5-37-7E (if that helps). Sorry for not putting up the info before, I thought it was some sort of security thing...
I tried to use the netcardconfig utility and when I allow DHCP it runs automatically and closes itself. The output from ifconfig is below:
knoppix@1[knoppix]$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:11:D8:B5:37:7E
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::211:d8ff:feb5:377e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2228 errors:0 dropped:0 overruns:0 frame:0
TX packets:2535 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2210393 (2.1 MiB) TX bytes:576835 (563.3 KiB)
Interrupt:22 Base address:0xa000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:18 errors:0 dropped:0 overruns:0 frame:0
TX packets:18 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:900 (900.0 b) TX bytes:900 (900.0 b)
Umm, what does this mean? Hope this is what you're after...
When I run the ADSL config utility it detects eth0, then tries the first task (times out), then tries it again (times out again), returns an error message ("check your cable settings etc") and then closes itself.
Hope the information helps, and many thanks for your patience. Let me know if there's further stuff I need to post.
As for Firefox, when it first starts up an update window opens saying "checking for compatability updates to your Extensions" and it just hangs.
As for my printer, that's kind of frustrating. Now I know linuxprinting.org has linux drivers available for my printer, but if I were to download them, where would I put them so that once I boot Knoppix it detects them and works? Would anywhere work so that I can load them manually?
Many thanks.
Re: Two hardware-related problems with Knoppix 5.0.1
Oh, and forgot one other piece of information. My network connection is through an SiS 900 PCI Fast Ethernet Adapter...
Hope that helps too.
Re: Two hardware-related problems with Knoppix 5.0.1
Oh sorry, forgot to include the ipconfig /all output. This might make more sense to you...
Windows IP Configuration
Host Name . . . . . . . . . . . . : desktop
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : SiS 900 PCI Fast Ethernet Adapter
Physical Address. . . . . . . . . : 00-11-D8-B5-37-7E
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.1.2
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 192.168.1.1
Lease Obtained. . . . . . . . . . : Tuesday, 26 September 2006 12:28:15 PM
Lease Expires . . . . . . . . . . : Tuesday, 26 September 2006 1:28:15 PM
HTH, and many thanks again.