atari-home.de - Foren

Software => Alternative Betriebssysteme => Thema gestartet von: Lukas Frank am Fr 28.03.2014, 12:06:04

Titel: EasyAraMint für Aranym ...
Beitrag von: Lukas Frank am Fr 28.03.2014, 12:06:04
EasyAraMint für Aranym ->   https://sites.google.com/site/emaappsarch/news/finallythebetaishere

EasyAraMint is a complete and modern OS for Aranym, built on :
- EasyMint 1.18 fully installed and configured.
- FVDI & NVDI 5.03 setup for printing.
- Thing 1.27E setup for the apps included
- All the necessary apps for internet, office, image, music, video and development.
- A guide ton install this package and set up the internet for Windows, OSX and Linux.

(http://www.philippeworld.net/ftp/Pictures/EasyAraMiNT_b2.jpg)
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: 1ST1 am So 30.03.2014, 20:52:15
Ich habe das mal unter Windows ausprobiert, funktioniert grundsätzlich ganz toll. Aber drei Fragen:

1. Wie bekomme ich Netzwerk / Internet zum Laufen? Wo muss ich überall was ändern, dass es geht?
2. Wie kann ich die Auflösung des Desktops ändern? Das Display meines Netbooks hat nur 720 Pixel in der Vertikalen.
3. Wie kann ich auf das Dateisystem meines Windows-Hosts zugreifen?
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: Lukas Frank am So 30.03.2014, 21:13:11
zu 2. schau mal beim Booten da kommt eine Auflösungsauswahl, da musst du glaube ich die "1" drücken um auf 800x600 Pixel zu kommen …

Der Rest steht im ReadMe.pdf ...
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: 1ST1 am So 30.03.2014, 22:08:24
Boah, openvpn um Netzwerk zu machen.... Das ist ja mit Kanonen auf Spatzen... Warum gibts da nicht so einen Bridge/NAT-Modus, wie ihn z.B. VMWare-Player/Workstation kann?

An welcher Stelle soll das denn sein, wo man die "1" drücken soll? Wenn ich die Taste "Pause" drücke, geht ein Konfig-Fenster auf, in dem ich unter "Video" die Auflösung einstellen kann, aber der Punkt wird einfach ignoriert.
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: Lukas Frank am So 30.03.2014, 22:30:58
Schau mal da unter Netzwerk/Windows ->   http://wiki.aranym.org/manual

Bei meinem EasyMiNT 1.83 für Aranym kommt eine Auflösungsauswahl Möglichkeit durch fVDI beim Booten …

(http://forum.atari-home.de/index.php?action=dlattach;topic=11138.0;attach=6382;image)
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: 1ST1 am Mo 31.03.2014, 08:53:53
Wenn ich richtig lese, nutzt EasyAraMint  nvdi, und da kommt dann diese Auswahl von fvdi leider nicht. Ich probier mal das Image aus, was du mir per pn geschickt hast. Bei der Installation vom tp-Treiber von co-Linux ist mir gerade Win 8.1 mit Bluescreen abgeraucht...
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: Lukas Frank am Mo 31.03.2014, 12:21:56
Auf C:\ gibt es eine Datei "fvdi.sys" meine sieht so aus …

# fVDI configuration

debugout -1

echo "q - Quit fVDI"
echo "b - Bitmap fonts only"
echo "d - Debug"
setkey n
waitkey 2

exitkey q

# ----- Standard setup -----

casekey b no_vector_fonts
cookie nvdi=$0501
cookie speedo
vqgdos _FSM
:no_vector_fonts

# This is the path to fonts and drivers.
PATH = C:\GEMSYS

# Uncomment and modify this if you want to load another palette at
# startup time. The file must be 1536 bytes and contain 3 (RGB) * 256
# VDI palette values (0 - 1000). (This is a common palette file
# format.)
#palette c:\nvdi5.pal

# Tell fVDI the size of your screen, in mm. Recommended!
# A negative number can be given to specify a fixed DPI.
# Defaults to the approximate size of the picture on an SM124.
width -95
height -95

# If fVDI is not being started from the AUTO folder, comment this out.
booted


# ----- Various fixes -----

# With this uncommented fVDI can use NVDI as a background VDI (for
# dealing with non-screen devices). Some strange problems still
# remain, though.
#nvdifix

# Some programs look in the lineA variables for certain information.
# Uncomment this to make fVDI do a few more changes there.
#lineafix

# With this uncommented fVDI will make the XBIOS report the correct
# screen address even if using a graphics card. There are still
# problems with this.
#xbiosfix


# ----- Advanced setup -----

# Specify the 'roundness' of circles/ellipses/arcs.
# The split number indicates how many lines will be drawn as a
# percentage of the largest ellipse radius. The min/max numbers
# make sure that not too few or too many lines are used.
# More lines will result in slower drawing.
# Defaults are as in the original VDI (the GPLed sources).
#arcsplit 25
#arcmin 8
#arcmax 256

# Uncomment this to force fVDI to make do with a single Trap #2
# bending. Normally fVDI tries to move itself forward in the vector
# chains, but this might cause trouble together with some other TSR.
#singlebend

# Unless this is uncommented, fVDI tries to allocate memory as itself
# rather than the calling application under normal TOS.
# This option might possibly be useful if fVDI is launched before
# MiNT.
#nopidalloc

# If this is uncommented, fVDI will refrain from keeping a list of all
# allocated memory blocks. This option is useful if fVDI is launched
# before MiNT running with memory protection.
#nomemlink

# Uncomment this to disable all the VDI vector functions (vex_).
#novex

# Uncomment this to force fVDI to not rely on a previous VDI.
# For now, this will mean no mouse support...
#standalone

# The number of internal memory blocks allocated.
# Defaults to two, and there should normally be no reason to change
# that setting.
#blocks 2

# The size of the internal memory blocks in kbyte.
# Defaults to ten, which should normally be enough.
#blocksize 20


# ----- Debug setup -----

# This will turn on a few debug features in fVDI if uncommented.
# If something bombs, the information given at startup (this is before
# fVDI is running, so it will be on the normal Atari screen) using
# this, together with what for example ERR_RPRT.PRG shows, is very
# useful.
# Multiple 'debug' turns on more debug output/features.
casekey d debugging
goto no_debugging
:debugging
debug debug debug
:no_debugging
# vrt_cpyfm
silent 121
# vs_clip vr_trn_fm vswr_mode
silent 129 32 110
# lines
silent 6 15 16 17 108
# fills
silent 23 24 25 104 114

# This enables interactive debugging if uncommented.
# fVDI will stop and wait for key presses after displaying debug
# output. See the development documentation for more information.
#interactive

# Uncomment this one if you want the debug output to go somewhere else
# than the screen. The number is a BIOS (Bconout) device, where the
# most useful ones are the parallel port (0), the serial port (1), and
# the midi port (3). Use -1 for ARAnyM console output and -2 to return
# to the default (screen output via Cconws).
#debugout -1

# The size of the VDI call log in kbyte.
# Defaults to 4, but is neither allocated nor used without 'debug'.
#logsize 100

# Uncomment this one to use the mouse routines from the old VDI.
# You will also need to add the same switch to the configuration line
# of the driver being used.
#oldmouse

# To test the boot code without actually rebooting the system, it can
# be useful to uncomment the following. With this enabled, no previous
# virtual workstations will be copied by fVDI. They will actually continue
# to be handled by the old VDI
#fakeboot

# For testing purposes it can be useful to make fVDI available in
# parallel with the normal VDI. See the documentation for information.
#disable


# ----- Interactive setup -----

# Uncomment and change to set up a default key (reported if none is
# pressed). A device driver (or exitkey/casekey) can ask for this
# value later on.
#setkey f

# Uncomment and change to write any text to the screen.
# Note the quotes!
#echo "Press q to skip fVDI"

# Uncomment and change to wait for a key (for a specified number of
# seconds). A device driver (or exitkey/casekey) can ask for this
# value later on.
#waitkey 2

# Uncomment and change to specify a key for quitting fVDI immediately.
#exitkey q

# Uncomment to exchange the last key pressed with a stored one.
#swapkey

# Depending on the stored key, a jump to a later place in the file can
# be done. The place must be marked by the same text as the second
# parameter below, followed by a ':'.
#casekey m monochrome


# ----- Driver configuration -----

# Common driver initialization options (any driver can add to these):
# accelerate xxxxxxx
#     Any soft- or hardware accelerations can be turned off using the
#     'accelerate xxxxxxx' option. For any 'x' that is replaced by a
#     '-' or a '0', the corresponding accelerated function will be
#     turned off.
#     If this option is not used, all acceleration will be on.
#     Acceleration possibilities (in order):
#        line expand fillpoly fill blit text mouse
# oldmouse
#     Well, this switch is actually needed here too.

# The standard software accelerated drivers all recognize
# shadow
#     Use a separate buffer of the screen in RAM. This is not useful
#     unless you have a really fast processor ('040) and RAM that can
#     be accessed much faster than the screen.

# The ARAnyM driver recognizes
# mode WIDTHxHEIGHTxDEPTH@FREQUENCY
#     Sets a mode as close to (but not higher) the given numbers as
#     possible.
# realones
#     Do not special case all zero/one blit types in true colour mode.
#     Often better left inactive.
# assumenf
#     Use NatFeat without checking for cookie.
# scrninfo fb
#     Make vq_scrninfo return values regarding actual fb layout.
# debug
#     Turn on debugging aids.

casekey b no_vector_fonts
fonts = c:\GEMSYS\TTF
filecache 1024
antialias
:no_vector_fonts

size 8 10 12 16 36
size 36 48 24
size 64
size 6

# fVDI should be able to deal with any standard fonts.
# Just list what you want to use below the driver definition.
# You specify a system font by adding an 's' before the font
# filename. If you do not specify a system font, fVDI will use the
# default one (from the ROM).
# It is a very good idea to have a system font in the same sizes as
# the normal GEM one, but it is not necessary.
size 24 48 25
#01r 1plane.sys
#01r 4plane.sys
#01r 16bit.sys shadow oldmouse accelerate xxxxxx-
#01r rage.sys pcibios mode key imgcache screencache accelerate xxxxxxx

#01r aranym.sys mode 1200x1024x16@72
#01r aranym.sys mode 1024x768x16@72 assumenf
#01r aranym.sys mode 800x600x16@72 assumenf

echo "0 - 800x600"
echo "1 - 1024x768"
echo "2 - 1280x1024"
echo "3 - 1400x1050"
swapkey
setkey 0
waitkey 1

swapkey
casekey s using_sdl_driver

swapkey
casekey 0 res800
casekey 1 res1024
casekey 2 res1280
casekey 3 res1400

:res800
01r aranym.sys mode 800x608x32@72 assumenf irq accelerate xxxxxxx
goto font_specification

:res1024
01r aranym.sys mode 1024x768x32@72 assumenf irq accelerate xxxxxxx
goto font_specification

:res1280
01r aranym.sys mode 1280x1024x32@72 assumenf irq accelerate xxxxxxx
goto font_specification

:res1400
01r aranym.sys mode 1400x1050x32@72 assumenf irq accelerate xxxxxxx
goto font_specification

:using_sdl_driver
swapkey
casekey 0 sres800
casekey 1 sres1024
casekey 2 sres1280
casekey 3 sres1400

:sres800
01r aranym.sys mode 800x608x32@72 assumenf accelerate xxxxxxx
goto font_specification

:sres1024
01r aranym.sys mode 1024x768x32@72 assumenf accelerate xxxxxxx
goto font_specification

:sres1280
01r aranym.sys mode 1280x1024x32@72 assumenf accelerate xxxxxxx
goto font_specification

:sres1400
01r aranym.sys mode 1400x1050x32@72 assumenf accelerate xxxxxxx
goto font_specification


:font_specification
#s MONACO08.FNT
#s MONACO09.FNT
#s MONACO10.FNT
#s MONACO20.FNT
ATFF09.FNT
ATFF10.FNT
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: 1ST1 am Mo 31.03.2014, 13:54:09
In der fvdi.sys konnte ich jetzt die Auflösung einstellen, da waren entsprechende Zeilen drin. Habe mir die krumme Auflösung 740x690 erstellt, das passt mit Rahmen genau aufs Netbook-Display. In deinem Image, da muss man wahrscheinlich erstmal das EasyMint installieren, oder?
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: Lukas Frank am Mo 31.03.2014, 16:29:18
... in deinem Image, da muss man wahrscheinlich erstmal das EasyMint installieren, oder?

... ist alles da, musst nur den Installer laufen lassen !
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: 1ST1 am Di 01.04.2014, 22:39:47
Hier mal eine Multiboot für Aranym unter Windows. Man kopiert sich dazu diese Batch ins aranym-Verzeichnis und legt die verschiedenen Systeme in eigene Ordner da hinein und legt zu jedem System eine eigene Config-Datei an. Dann passt man in der Batch-Datei noch die Dateinamen dieser Config-Dateien an, man kann auch mehr als 2 Konfigurationen haben, dann muss man nur noch eine entsprechende if-Zeile hinzufügen, optional auch eine entsprechene Menüzeile einfügen und den Auswahl-Prompt anpassen.

@echo off
cls
set config=x
echo 0 = letzte Config
echo 1 = EasyAraMiNT
echo 2 = EasyMiNT 1.83
:auswahl
set /p wahl=(0-2):
if x%wahl%==x0 goto letzte
if x%wahl%==x1 set config=config.easyaramint
if x%wahl%==x2 set config=config.easymint183
if x%config%==xx goto auswahl
if not exist %cd%\%config% goto nicht_gefunden
copy %cd%\%config% %cd%\config > nul
aranym-jit %cd%\%config%
copy %cd%\config %cd%\%config% > nul
goto ende

:letzte
aranym-jit %cd%\config
goto ende

:nicht_gefunden
echo Konfigurationsdatei %cd%\%config% nicht gefunden!!!

:ende

Aranym startet man, in dem man diese Batch startet. Wenn man nicht die Option 0 auswählt, wird auch die Config-Datei weggesichert, welche man ja zur Laufzeit von aranym verändern kann.

Titel: Re: EasyAraMint für Aranym ...
Beitrag von: Arthur am Mi 02.04.2014, 14:25:12
Netz unter Aranym wurde schon mehrfach besprochen. Das ist eine Sache von einigen Minuten... zumindest unter Windows...
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: 1ST1 am Do 03.04.2014, 00:40:34
Hast du da mal einen Link zur Diskussion. Das TAP-Device von colinux läuft jedenfalls nicht unter Windows 8.1.
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: Arthur am Do 03.04.2014, 00:53:51
Hast du da mal einen Link zur Diskussion. Das TAP-Device von colinux läuft jedenfalls nicht unter Windows 8.1.

Gehts auch genauer? Installation klappt nicht... oder was geht da nicht?
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: 1ST1 am Do 03.04.2014, 08:40:37
Bluescreen bei der Installation des (nicht signierten) Treibers. Bluescreen beim anschließenden Reboot. Rettbar über die Wiederherstellungsfunktion von Win 8.1, dann ist aber der Treiber wieder weg.

Reproduzierbar, ich habs zwei Mal gemacht...
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: guest3379 am Do 03.04.2014, 10:08:33
Kannst DU mal bitte genauer beschreiben, wie das mit der Auflösungsanpassung in fvdi.sys geht? Ich könnte Deine Auflösung auch ganz gut gebrauchen.

NB. EasyMint ist mir generell unsympatisch. Ich komme ja an die fvdi.sys garnicht ran, wenn ich nicht aranym start und bedienen kann. In meiner Nur-Host-LW-Installation ist das hingegen kein Problem.
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: Lukas Frank am Do 03.04.2014, 10:15:22
Die Aranym EasyMiNT Installation ist wunderbar, komplett mit fvdi, Auflösungsauswahl beim Booten etc. pp ...

Installiere die 1.7x Aranym/EasyMiNT Version und ersetze den EasyMiNT Installer incl. Files einfach durch die 1.83er Version über das Hostdateisystem von Aranym ...
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: guest3379 am Do 03.04.2014, 10:20:38
Damit ist meine Frage nicht beantwortet. Die ging an 1st1.
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: 1ST1 am Do 03.04.2014, 12:38:35
Schau dir mal innerhalb der virtuellen Maschine die Datei c:\fvdi.sys an, da sind ganz unten feste Auflösungen definiert. Da kannst du einfach eigene Zeilen hinzufügen, oder vorhandene ändern. Beim Hinzufügen musst du halt die alte aktive Zeile mit einem Gartenzaun # auskommentieren.
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: Arthur am Do 03.04.2014, 13:49:33
Bluescreen bei der Installation des (nicht signierten) Treibers. Bluescreen beim anschließenden Reboot. Rettbar über die Wiederherstellungsfunktion von Win 8.1, dann ist aber der Treiber wieder weg.

Reproduzierbar, ich habs zwei Mal gemacht...

Schau mal hier... ich hab die 2.0.9er genommen... es gibt aber noch neuere... meiner funzt unter win 7 und win 8.1 . Keine Probleme mit der Signierung.

https://openvpn.net/release/

Edit: Nimm mal bitte diesen hier: https://openvpn.net/release/openvpn-2.1_rc10-install.exe ... wenn noch was nicht gleicht klappt dann bitte kurz posten was nicht geht.
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: guest3379 am Fr 04.04.2014, 00:33:23
@1&1 die fvdi.sys ist mir bekannt, aber ich habe es nie hingekriegt, die Auflösung zu verändern. eine Beispielzeile von Deiner Netbook-Auflösung würde mir mehr helfen.
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: 1ST1 am Fr 04.04.2014, 07:24:49
Ist eigentlich selbsterklärend.

Titel: Re: EasyAraMint für Aranym ...
Beitrag von: guest3379 am Fr 04.04.2014, 13:11:28
Danke, das hat mir geholfen. Bei den vielen Zeilen, die für die Auflösungsauswahl gedacht sind, habe ich die richtige Stelle in der SYS nicht gefunden. Dann noch die Zeilen für die Fonts und für andere Treiber, alles recht verwirrend. Stellt sich heraus, dass bei mir gar keine Auflösungszeile aktiv war, alle mit Raute versehen. Habe jetzt probeweise Deine Zeile ergänzt.
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: Lukas Frank am Fr 04.04.2014, 13:41:33
http://wiki.aranym.org/manual#video

fVDI + ARAnyM driver

This mode is newest, fastest and the only hardware accelerated. This is the only right mode suitable for real work in GEM. All you need is to install fVDI with special driver developed for ARAnyM. Following files are needed:

FVDI.PRG

main fVDI engine created by Johan Klockars

FVDI.SYS

configuration file

ARANYM.SYS

fVDI screen driver (the m68k part of it - the HOST native part is in the ARAnyM core)

You can run fVDI from AUTO folder (recommended) or from the desktop. For starting from AUTO folder you need to place the FVDI.PRG into \AUTO, CONFIG.SYS in the root of the boot drive and ARANYM.SYS into \GEMSYS folder (or specify the path in the FVDI.SYS file).

The simplest FVDI.SYS that sets graphics mode into resolution 1024x768x16bit should look like this:

PATH = C:/GEMSYS
booted
01r aranym.sys mode 1024x768x16@75
The number after ”@” is the refresh rate (in Hz) and is intended to be used only by framebuffer devices in fullscreen (currently this value is not used).

Look into general fVDI documentation and example FVDI.SYS file for more information.


http://www.klockars.net/fvdi.html

->   http://www.klockars.net/ftp/fVDI/fvdi.sys
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: Arthur am Fr 04.04.2014, 21:47:58
Bluescreen bei der Installation des (nicht signierten) Treibers. Bluescreen beim anschließenden Reboot. Rettbar über die Wiederherstellungsfunktion von Win 8.1, dann ist aber der Treiber wieder weg.

Reproduzierbar, ich habs zwei Mal gemacht...

Schau mal hier... ich hab die 2.0.9er genommen... es gibt aber noch neuere... meiner funzt unter win 7 und win 8.1 . Keine Probleme mit der Signierung.

https://openvpn.net/release/

Edit: Nimm mal bitte diesen hier: https://openvpn.net/release/openvpn-2.1_rc10-install.exe ... wenn noch was nicht gleicht klappt dann bitte kurz posten was nicht geht.

@1st1, schon installiert?
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: 1ST1 am Fr 04.04.2014, 22:53:20
Aufgrund der Nachfrage gerade mal ausprobiert...

Titel: Re: EasyAraMint für Aranym ...
Beitrag von: 1ST1 am Fr 04.04.2014, 22:57:16
rc22 ließ sich aber installieren. Ich teste jetzt bzw. übers Wochenende mal.
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: 1ST1 am Fr 04.04.2014, 23:18:07
Sieht noch nicht gut aus. Aber jetzt erstmal ins Bett...

Titel: Re: EasyAraMint für Aranym ...
Beitrag von: Arthur am Fr 04.04.2014, 23:25:47
Es gibt da wohl ab Windows 8 eine Änderung in den Voreinstellungen des Treibers die man ändern kann... das tritt dann auf wenn der Tap Adapter immer ein angeblich nicht eingestecktes Kabel hat (rotes X im Symbol). Das Problem liegt hier wohl an Aranym da dieses bei dem Adapter vorraus setzt das er standartmäßig aktiv... also verbunden ist. Das läßt sich im Gerätemanager ändern... Eigenschaften von TAP Windows Adapter -> Erweitert und dort bei Media Status im Dropdown-Menu von Application Controlled auf Always Connected ändern. Der Rest ist wie unter XP, Vista und Win 7.
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: Arthur am So 06.04.2014, 21:09:34
Sieht noch nicht gut aus. Aber jetzt erstmal ins Bett...

Und, schon weiter gekommen?
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: 1ST1 am So 06.04.2014, 21:49:37
Danke der Nachfrage. Habe den OpenVPn-Treiber installiert und die Einstellung mit der Verbindung gemacht, mir ist aber noch nicht klar, was ich dann noch machen muss? Muss ich dem TAP-Adapter eine feste IP mit dem Router als GW/DNS in meinem Subnetz geben? Das Wetter war heute zu gut für ausgiebige Experimente.
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: Arthur am So 06.04.2014, 21:54:23
Der TapAdapter muß nicht konfiguriert werden... aber die aus dem TapAdapter und dem LanAdapter erzeugte Brücke (so habe ich es gemacht) wird genau so wie der LanAdapter konfiguriert war ... konfiguriert.
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: 1ST1 am So 06.04.2014, 22:24:48
Klingt einfach, klappt aber nicht. Ich habe dann zwar eine Verbindung zu meinem WLAN, bekomme aber eine IP-Adresse aus einem Subnet, welches es bei mir nicht gibt.
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: Arthur am So 06.04.2014, 23:00:03
3. Wie kann ich auf das Dateisystem meines Windows-Hosts zugreifen?


Editiere in der config Datei von Aranym den Abschnitt [HOSTFS].

[HOSTFS]
A = /a
B =
C = drive_c
D = system
E = .
F =
G =
H =
I =
J =
K =
L =
M =
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: 1ST1 am Mo 07.04.2014, 07:22:52
Nee darum geht es nicht. Sobald die Netzwerkbrücke aktiv ist, komme ich mit Windows nicht mehr in mein Netz bzw. Internet. Die Verbindung zum Accesspoint steht zwar, aber mit einem völlig falschen IP-Subnetz. Mir ist derzeit nicht klar, wo das her kommt.
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: Arthur am Mo 07.04.2014, 09:53:56
Nee darum geht es nicht. Sobald die Netzwerkbrücke aktiv ist, komme ich mit Windows nicht mehr in mein Netz bzw. Internet. Die Verbindung zum Accesspoint steht zwar, aber mit einem völlig falschen IP-Subnetz. Mir ist derzeit nicht klar, wo das her kommt.

Wäre schön wenn Du mal aufzeigen könntest wie Du bisher mit deinem Netz ins internet gegangen bist z.B. WLan, Lan, DHCP etc. .
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: 1ST1 am Mo 07.04.2014, 12:12:40
WLAN oder wenn es mal richtig schnell sein muss dann LAN, jeweils mit DHCP, wobei das Netbook durch eine 24-Stunden-Lease-Time normalerweise immer die selbe IP bekommt..
Titel: Re: EasyAraMint für Aranym ...
Beitrag von: Arthur am Mo 07.04.2014, 19:04:01
Dann probiere es mal erst mit Lan... wenns dann nicht geht machst Du irgendwas anders... ;)