Internet Problems on Felica LiveCD

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
Fornhamfred
Level 6
Level 6
Posts: 1243
Joined: Wed Oct 31, 2007 3:38 pm
Location: Suffolk UK

Re: Internet Problems on Felica LiveCD

Post by Fornhamfred »

Hi

Could you please give more information on your setup as have not had any problems with Felicia Live CD connecting to the internet via ethernet.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
Fornhamfred
Level 6
Level 6
Posts: 1243
Joined: Wed Oct 31, 2007 3:38 pm
Location: Suffolk UK

Re: Internet Problems on Felica LiveCD

Post by Fornhamfred »

Are you trying to connect wired or wireless? Any other info on your system would help.
Decemberdoom

Re: Internet Problems on Felica LiveCD

Post by Decemberdoom »

Try running

Code: Select all

lshw
and posting that. I'm doubting a driver issue (though it is possible), because Linux has great support for ethernet cards.
User avatar
Fornhamfred
Level 6
Level 6
Posts: 1243
Joined: Wed Oct 31, 2007 3:38 pm
Location: Suffolk UK

Re: Internet Problems on Felica LiveCD

Post by Fornhamfred »

Hi

Out of interest I tried lswh on my Felicia Live CD, my Felicia install and my Elyssa install. I have no problem connecting to the internet or accessing network files with either of the installs.

Felicia live CD and install gave the same result for the live cd and install.

*-network DISABLED
description: Ethernet interface
physical id: 1
logical name: pan0
serial: fa:82:9d:e4:78:aa
capabilities: ethernet physical
configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A multicast=yes

Elyssa gives the following:

*-network
description: Ethernet interface
product: 82562EZ 10/100 Ethernet Controller
vendor: Intel Corporation
physical id: 8
bus info: pci@0000:01:08.0
logical name: eth0
version: 02
serial: 00:13:20:44:f6:04
width: 32 bits
clock: 33MHz
capabilities: bus_master cap_list ethernet physical
configuration: broadcast=yes driver=e100 driverversion=3.5.23-k4-NAPI firmware=N/A ip=192.168.0.2 latency=64 maxlatency=56 mingnt=8 module=e100 multicast=yes
User avatar
Fornhamfred
Level 6
Level 6
Posts: 1243
Joined: Wed Oct 31, 2007 3:38 pm
Location: Suffolk UK

Re: Internet Problems on Felica LiveCD

Post by Fornhamfred »

From Felicia install:

eth0 Link encap:Ethernet HWaddr 00:13:20:44:f6:04
inet addr:192.168.0.2 Bcast:192.168.0.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1079 errors:0 dropped:0 overruns:0 frame:0
TX packets:1054 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1187803 (1.1 MB) TX bytes:201604 (201.6 KB)
Decemberdoom

Re: Internet Problems on Felica LiveCD

Post by Decemberdoom »

The DISABLED string in your felicia install could very well be the problem. To fix it, type the following.

Code: Select all

sudo ifconfig pan0 up 

Code: Select all

lshw
Now, go find the same string, and see if the disabled string is gone, that might fix your problem.
User avatar
Fornhamfred
Level 6
Level 6
Posts: 1243
Joined: Wed Oct 31, 2007 3:38 pm
Location: Suffolk UK

Re: Internet Problems on Felica LiveCD

Post by Fornhamfred »

Following terminal entry
lshw gives

*-network
description: Ethernet interface
physical id: 1
logical name: pan0
serial: 06:8e:de:1e:3e:9e
capabilities: ethernet physical
configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A link=yes multicast=yes
.
Under Network Nautilus shows the Icon for Windows Network but clicking on it gives the error Unable to mount location Failed to retrieve share list from Server

I have a Modem/Router Netgear DG834G, and have WICD running not Network Manager
Decemberdoom

Re: Internet Problems on Felica LiveCD

Post by Decemberdoom »

Open up a terminal and type the following:

Code: Select all

gksu gedit /etc/rc.local
Once there, put that command at the bottom, but in front of the string

"Exit 0" Like this:

Code: Select all

Whatever commands you want automatically executed when Linux starts
Exit 0
Locked

Return to “Beginner Questions”