Frederick wrote:
> On Wed, 10 Aug 2011 18:27:52 -0500, Grinder <(E-Mail Removed)>
> wrote:
>
>> On 8/10/2011 6:15 PM, Frederick wrote:
>>> On Wed, 10 Aug 2011 15:41:09 -0500, Grinder<(E-Mail Removed)>
>>> wrote:
>>>
>>>
>>>> Ubuntu's Live CD has been geared to fire up a graphical interface for
>>>> quite awhile, I wonder how old yours is. At any rate, burn a current
>>>> one if you like, and select "Try it without altering my hard drive"--or
>>>> whatever is close to that from the boot menu.
>>>>
>>>> From there, there should be some network options along the top edge of
>>>> the screen. It's entirely possible, of course, that the live cd will
>>>> not figure out the drivers for your wireless card, even if it's in
>>>> proper working order.
>>>
>>> I made my version of Ubuntu Live CD when I got a DELL netbook from
>>> my daughter a few months back. Ubuntu worked fine, but I decided to
>>> go with XP instead, which worked fine. Now I am using the same CD
>>> with this laptop and it sits hung at the WELCOME window which says to
>>> TRY UBUNTU OR INSTALL UBUNTU. I chose the former, but alas, it sits,
>>> hung doing something as evidenced by a wild cursor or something..
>>>
>>> Oh well
>> From there I would probably try pulling the Wi-fi card and seeing if
>> Ubuntu can load. If that's the case, I would start to suspect there is
>> problem with that card--not just software.
>
>
> I couldn't do any more yesterday, as we had a long power outage. This
> AM I retried my Ubuntu Live CD, but this time with a CAT5 cable
> hard-wired to my wireless router. Ubuntu came up!
>
> I had two choices - try Ubuntu or install Ubuntu. Naturally I tried
> the former.
>
> I get a menu which includes 'network'. When I selected it, it
> displays an icon for 'Windows Network'. it shows an error - 'Unable
> to Mount Location' and 'Failed to retrieve share list from server'.
> So, that's as far as I can get. I could not find a selection to allow
> me to try a web address such as for Ubuntu helps.
>
> Does all this tell you anything?
>
> Thanks
>
> Big Fred
In this example, the driver appears to already have been resolved.
http://ubuntuforums.org/showthread.php?t=1577270
Here, they make it look like the driver wasn't available, so had
to be acquired separately.
http://askubuntu.com/questions/51197...fi-network?amp
If you use ifconfig, with no arguments, it shows network interfaces
that have already been detected. There might be a number of them.
"lo" is loopback, and is likely always available (and useless).
"eth0" is a wired Ethernet interface. If you have more than
one Ethernet chip, then you'd have "eth1" as well. "wlan0"
appears to be what shows when a wireless setup is present.
Programs like "dhclient", execute dhcp protocol, to get a
LAN address from the router.
Programs like "lspci", list hardware on the bus. From that,
you can see things like your Wifi. "lspci --help" will show
you options to make the command more verbose.
With a little search engine effort, you're bound to find
more Ubuntu tutorials.
I thought at one time, they were using Windows NDIS files,
as a means to make networking work in Ubuntu. But I don't
know if they still do that. This is when you have some
Wifi that doesn't have drivers, but you happen to have
a copy of a Windows driver for the Wifi.
https://help.ubuntu.com/community/Wi...er/Ndiswrapper
Paul