LinHES Forums
http://forum.linhes.org/

Noob needs help with configuration.
http://forum.linhes.org/viewtopic.php?f=6&t=3721
Page 1 of 1

Author:  drabina [ Sun Feb 27, 2005 11:39 am ]
Post subject:  Noob needs help with configuration.

Hi,

I am running KnoppMyth R4V5 on a custom made box with Biostar mobo, AMD 2100+ XP processor, 256MB RAM, Nvidia GeForce card w/TV out, bt878 tv tuner and Netgear MA311 wireless card. I have successfully installed KnoppMyth. Sound is working, I can play movies (AVI), browse pictures, etc. Now the problems:

1. Everytime I boot with a Logitech USB mouse connected to the computer, it hangs on the following line:
Code:
new USB device 00:10.1-2, assigned address 2
.........

When I boot without the mouse attached it does not hang and mouse works when plugged after the KnoppMyth is up and running.

2. When I set the correct parameters in iwconfig, ifconfig and then do the pump, the card works. If I save those settings in the '/etc/network/interfaces' file, they are not retained after the reboot. Actually after editing the file, I was unable to get the wireless connection to work. My interfaces file looks like that:
Code:
auto eth0
iface eth0 inet loopback
iface eth0 inet static
   address 192.168.0.3
   netmask 255.255.255.0
   network 192.168.0.0
   broadcast 192.168.0.1
   gateway 192.168.0.1
   wireless_mode managed
   wireless_essid [my_ssid_here]
   wireless_channel 5

I have a DSL and I am connecting to the DSL modem thru Netgear wireless router. Wireless connection works on my laptop so I know that all the settings are correct.

3. Since the modification to the '/etc/network/interfaces' file, I am getting the 'Could not connect to the master backend server' error. I am running front and back on the same machine.

Please help. I am a linux noob. I can copy and edit files but other than that I have to follow instructions on how to setup things.

Thanks,
Drabina

Author:  Xsecrets [ Sun Feb 27, 2005 12:30 pm ]
Post subject: 

well I have an answer to #3

your /etc/network/interfaces file is wrong.

should be more like

auto lo eth0
iface lo inet loopback
iface eth0 inet static
extra
stuff
here

Author:  drabina [ Sun Feb 27, 2005 2:45 pm ]
Post subject: 

Thanks Xsecrets. Your fix helped. I am no longer getting the "cannot connect to master backend" error. All the wireless settings are retained after the reboot now. Unfortunately I still have to exit out of the MythTV and type 'pump -i eth0'. Otherwise I cannot ping anything outside my router. Can I add this line to the end of 'interfaces' file?

Maurycy

Author:  Xsecrets [ Sun Feb 27, 2005 4:29 pm ]
Post subject: 

no you can't

pump basically does dhcp. if you want to use dhcp instead of static addressing then modify the /etc/network/interfaces file to look like
Code:
auto lo eth0
iface lo inet loopback
iface eth0 inet dhcp
   wireless_mode managed
   wireless_essid [my_ssid_here]
   wireless_channel 5


otherwise you probably need to look try to ping something by ip address instead of running pump, if you can then you need to make sure you have your nameservers in resolv.conf

I usually just use dhcp, but set a static mapping in my router. Just seems easier to me.

Author:  drabina [ Sun Feb 27, 2005 5:10 pm ]
Post subject: 

Changing 'static' to 'dhcp' did the trick. Weird thing was, that before I was unable even to ping by IP address. Anyway, it is working now.

Thanks XSecrets.

Drabina

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/