> Greetings:
> 
> Burned an iso yesterday.   I'm using an older
> whitebox maker's Sempron (1GHz) 64Bit running as a 32
> (so they advertise it as a "2400+".
> 
> I like the interface; and the stability to the OS
> that Sun brings to the table (as opposed to Fedora,
> where the last 11 release was rushed out the door
> while bug from 10 were still crawling about).
> 
> I'm having a few problems though. 
> 1) I can't access the Internet.  Used a direct
> connect eth0 // DHCP with a Cable Company as an ISP
> while on Linux and using BSD; and 

The LiveCD is supposed to automatically configure
available network interfaces through dhcp.  I suspect
the kernel didn't recognize the network hardware in
your machine; no network interface ==> no internet
access.

Check with:

  /usr/X11/bin/scanpci -v
  /usr/sbin/prtconf -Dv
  
scanpci output should show which pci network
devices are present in the system.  And prtconf -D
should list which Solaris device driver is used
with the network hardware.

> 2) Can't get opensolaris to recognize an USB Thumb
> Drive when it plugs in.

Mounting fat filesystems from hotplugged usb storage
devices should work automatically with the installed
OS. IIRC, on the LiveCD the code to automatically
mount hotplugged devices has been removed; either
to save some space on the CD media so that it
fits on a regular CD media; or to save some space in
memory, so that OpenSolaris is installable on hardware
with only 512MB of memory.

Try a manual mount:

-  iostat -En
   (lists the available disk devices)

-  mount -F pcfs /dev/dsk/c2t0d0p0:c /mnt
   (mount fat filesystem, replace c2t0d0.. with the
   device found in iostat -En output)


Another possible problem: The usb device is formatted
with an ntfs filesystem (or some other filesystem that
isn't supported on Solaris out-of-the-box).
-- 
This message posted from opensolaris.org

Reply via email to