Login  •  Register


The time is now: Thu May 23, 2013 6:52 pm

Emaculation wiki  •  Delete all board cookies



Post new topic  Reply to topic Page 1 of 1 [ 7 posts ]
Print view Previous topic  |  Next topic
Author Message
PostPosted: Tue Jan 18, 2005 3:23 am 
Offline
Space Cadet

Joined: Tue Jan 18, 2005 3:06 am
Posts: 2
okey i got panther already installed in my system(windows xp) and running fine the problem is when i try to set the network on in the config file:

pci_rtl8139_installed = 0 .....this is the original setting and pearpc start with no problems but when i change the setting to this:

pci_rtl8139_installed = 1.......pearpc wont start so i have to turn the realtek driver off to start pearpc i already try the other driver but is the same here is my config file: by the way i already tried different versions of pearpc but with no luck



## PearPC Configuration File

##
## Start Resolution
##
## (clients that use video.x can change the resolution at runtime,
## so this would be used only for starting up)
##
## format: "(width)x(height)x(depth)"
## or "(width)x(height)x(depth)@(frequency)"
##
## depth can only be 15 or 32
##
## default: "800x600x15"
##

ppc_start_resolution = "1024x768x32"

##
## Set this to non-zero for turning on fullscreen mode on startup.
##

ppc_start_full_screen = 0

##
## Redraw interval (in ms)
## must be between 10 and 500
##
## If you set this higher, PearPC will spend less time doing redraws
## (and so run faster) but feel less responsive. You should adjust
## this to your computer speed and personal
## preference.
##

redraw_interval_msec = 40

##
## Key codes
##

key_compose_dialog = "F11"
key_change_cd_0 = "none"
key_toggle_mouse_grab = "F12"
key_toggle_full_screen = "Alt+Return"


##
## Loader
##

##
## Boot method
## this can be
## 1. "auto", prom will boot the first bootable partition found (default)
## 2. "select", prom will show you a list of bootable partitions
## 3. "force", prom will load and boot the local file prom_loadfile
##

prom_bootmethod = "select"

## Example of how to use "force":

#prom_bootmethod = "force"
#prom_loadfile = "test/yaboot"
#prom_env_bootpath = "disk"

##
## bootargs: don't change unless you know what you are doing
## machargs: set to "-v" to get a verbose startup
##

#prom_env_bootargs = ""
prom_env_machargs = "-v"

##
## This is needed if you want to boot Mac OS X
##
prom_driver_graphic = "video.x"

## This will adjust the position of the initial page table (don't change)

#page_table_pa = 104857600

##
## CPU Config
##
## Processor Version Register
## Defaults to 0x00088302
## Only change if you know want you are doing
##

#cpu_pvr = 0x00088302


##
## Main memory (default 128 MiB)
## must be >= 64 MiB
##

memory_size=0x10000000

##
## IO Devices
##

##
## PCI IDE Config
##
## Drive type will be set according to file extension:
## .img: Harddisk (filesize must be multiple of 516096)
## .iso: CD-Rom
## Or you can override this by specifying the type via
## pci_ide0_master_type / pci_ide0_slave_type
##
## Valid drive types are:
## hd: A hdd image should be specified
## e.g. "test/imgs/linux.img"
## cdrom: A cdrom image should be specified
## For Linux or BeOS a cdrom device can be specified as well
## e.g. "/dev/cdrom"
## nativecdrom: Platform dependant
## Win (SPTI): drive letter, e.g. "d:\"
## Win (ASPI): SCSI host adapter,target,lun e.g. "2,0,1"
## BeOS (ATAPI): device path, e.g. "/dev/disk/ide/atapi/0/master/0/raw"

pci_ide0_master_installed = 1
pci_ide0_master_image = "macosx_6gb.img"
#pci_ide0_master_type = "hd"

pci_ide0_slave_installed = 1
#pci_ide0_slave_image = "e:\"
#pci_ide0_slave_image = "2,0,0"
pci_ide0_slave_image = "E:\"
pci_ide0_slave_type = "nativecdrom"

##
## Network
##
## Choose one of the cards

pci_3c90x_installed = 0
pci_3c90x_mac = "de:ad:ca:fe:12:34"

pci_rtl8139_installed = 0
pci_rtl8139_mac = "de:ad:ca:fe:12:35"

##
## USB
##
pci_usb_installed = 1

##
## NVRAM
##
nvram_file = "nvram"


Top
 Profile  
Post a reply  
 Post subject:
PostPosted: Tue Jan 18, 2005 9:53 am 
Offline
Expert User
User avatar

Joined: Fri Feb 13, 2004 8:59 am
Posts: 3127
Location: Sittard, The Netherlands
You have to install the tap network drivers.
If pear detects no tap-network card it can use, it crashes.

You can search the forum for networking guides.

Cat_7


Top
 Profile  
Post a reply  
 Post subject:
PostPosted: Wed Jan 19, 2005 1:32 am 
Offline
Space Cadet

Joined: Tue Jan 18, 2005 3:06 am
Posts: 2
solved :D i installed the tap 32 driver and i im already connected to the internet thank you very much


Top
 Profile  
Post a reply  
 Post subject: TAP Adapter
PostPosted: Mon Jan 24, 2005 9:13 pm 
Offline
Space Cadet

Joined: Mon Jan 24, 2005 8:46 pm
Posts: 1
I installed the adapter properly and it shows up in Device Manager, but does not show up in Network Connections so I can't use it. What can I do to make it work?


Top
 Profile  
Post a reply  
 Post subject: Re: TAP Adapter
PostPosted: Wed Jan 26, 2005 1:56 pm 
Offline
Forum All-Star
User avatar

Joined: Thu Jul 22, 2004 9:02 am
Posts: 1053
Location: Israel
eKevin wrote:
I installed the adapter properly and it shows up in Device Manager, but does not show up in Network Connections so I can't use it. What can I do to make it work?

Maybe it is disabled or malfunctioning? On what OS are you?


Top
 Profile  
Post a reply  
 Post subject:
PostPosted: Thu Jan 27, 2005 3:06 pm 
Offline
Granny Smith
User avatar

Joined: Tue Jun 01, 2004 12:12 pm
Posts: 116
Location: Norway
Which OpenVPN version? You should use a 2.0rc-build.


Top
 Profile  
Post a reply  
 Post subject:
PostPosted: Wed Mar 09, 2005 2:25 am 
Offline
Space Cadet

Joined: Wed Mar 09, 2005 1:46 am
Posts: 2
me, i am running openVPN 2beta, my OSX 10.2 with pearPC 0.4pre, everything installed OK, but new pet detected window does not apear in the system references (network).
How to do more.

Thanks


Top
 Profile  
Post a reply  
Display posts from previous:  Sort by  
Post new topic  Reply to topic Page 1 of 1 [ 7 posts ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
 

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group