PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Wlan Fritzbox 7170 u. suse 10.2



rossmannp
15.05.07, 18:28
Hallo ich habe AMD PC mit 256 MB Ram eine Fritzbox 7170 mit einem AVM usbStick.
Die software für den stick ist installiert und der usbstick wird in der Hardwarekonfiguration auch gefunden, aber ich komme nicht ins Internet.
Ping auf eine Seite funktioniert auch nicht.
Was kann ich tun damit ich ins Internet komme?
Gruß
Rossmannp:confused:

zyrusthc
16.05.07, 02:28
Deine Informationen sind mangelhaft und lassen eine Menge fragen offen!

Wird eine Verschlüsselung verwendet? Wenn ja dann zum Testen deaktivieren.
Wie ist dein Netzwerk aufgebaut ? IP vom Router und IP vom Stick posten oder dhcp!?
Ist vielleicht noch eine andere Schnittstelle eth0 aktiv ? Wenn ja deaktivieren oder in ein anderes Subnet legen.

Poste doch bitte mal was du genau und wie gemacht hast.
Eventuelle Fehlermeldungen unter der Verwendung der Code-Tags hier im Wortlaut posten.
Auch die Ausgabe von iwconfig , ifconfig und dmesg sind hier interessant.

Greeez Oli

rossmannp
16.05.07, 13:34
Hallo ich muss dazu sagen, dass ich linuxneuling bin. Ich werde versuchen die angegebenen Auskünfte herauszufinden.
Werde mich melden.
Gruß
rossmannp:confused:

rossmannp
17.05.07, 10:27
Hallo ich kann einige Befehle nicht ausführen, da ich nicht weis wo.
iwconfig, ifconfig dmseq.
Ich habe mehrere Sachen kopiert und angehängt ich hoffe es hilft uns weiter.
Außerdem habe ich festgestellt, dass das Einwahlprogramm sich meldet allerdings mit einem roten X
Ich probiere jetzt die Dateien anzuhängen. hab ich mirs doch gedacht, die Dateien lassen sich nicht hochladen. es sind .odt Dateien bzw Dateien ohne anhang die ich ins Textprogramm von linux kopiert habe.
Wie kann man die Dateien umbenennen?

Gruß
Rossmannp

zyrusthc
17.05.07, 10:30
Ich habe mehrere Sachen kopiert und angehängt ich hoffe es hilft uns weiter.
Sind den die Ausgaben so gross?

Wie kann man die Dateien umbenennen?
Einfach in txt oder packe sie alle mit zip tar.gz oder tar.bz2 !

rossmannp
17.05.07, 11:57
Hallo ich habe die Dateien umbenannt:
Gruß
rossmannp

zyrusthc
17.05.07, 12:03
Vergiss es , so schau ich mir das nicht an!
Poste die Ausgaben mit den Code-Tags des Forums hier rein!

rossmannp
17.05.07, 12:08
Wie geht das?
Keinen Ahnung
Gruß
rossmannp

zyrusthc
17.05.07, 12:11
Schau dir doch mal die Funktionen an die du hast wenn du einen Beitrag schreibst.
Dort sollte der Button http://www.linuxforen.de/forums/images/editor/code.gif für dich interessant sein.
Und nicht zuvergessen : http://www.linuxforen.de/forums/misc.php?do=bbcode

rossmannp
17.05.07, 13:49
Wer kann weiterhelfen?
:confused: :mad:
Gruß
rossmannp

rossmannp
17.05.07, 15:37
# Config.in for the CAPI subsystem
#
config ISDN_DRV_AVMB1_VERBOSE_REASON
bool "Verbose reason code reporting (kernel size +=7K)"
depends on ISDN_CAPI
help
If you say Y here, the AVM B1 driver will give verbose reasons for
disconnecting. This will increase the size of the kernel by 7 KB. If
unsure, say Y.

config ISDN_CAPI_MIDDLEWARE
bool "CAPI2.0 Middleware support (EXPERIMENTAL)"
depends on ISDN_CAPI && EXPERIMENTAL
help
This option will enhance the capabilities of the /dev/capi20
interface. It will provide a means of moving a data connection,
established via the usual /dev/capi20 interface to a special tty
device. If you want to use pppd with pppdcapiplugin to dial up to
your ISP, say Y here.

config ISDN_CAPI_CAPI20
tristate "CAPI2.0 /dev/capi support"
depends on ISDN_CAPI
help
This option will provide the CAPI 2.0 interface to userspace
applications via /dev/capi20. Applications should use the
standardized libcapi20 to access this functionality. You should say
Y/M here.

config ISDN_CAPI_CAPIFS_BOOL
bool "CAPI2.0 filesystem support"
depends on ISDN_CAPI_MIDDLEWARE && ISDN_CAPI_CAPI20

config ISDN_CAPI_CAPIFS
tristate
depends on ISDN_CAPI_CAPIFS_BOOL
default ISDN_CAPI_CAPI20
help
This option provides a special file system, similar to /dev/pts with
device nodes for the special ttys established by using the
middleware extension above. If you want to use pppd with
pppdcapiplugin to dial up to your ISP, say Y here.

config ISDN_CAPI_CAPIDRV
tristate "CAPI2.0 capidrv interface support"
depends on ISDN_CAPI && ISDN_I4L
help
This option provides the glue code to hook up CAPI driven cards to
the legacy isdn4linux link layer. If you have a card which is
supported by a CAPI driver, but still want to use old features like
ippp interfaces or ttyI emulation, say Y/M here.

#
# ISDN device configuration
#

menu "ISDN subsystem"

config ISDN
tristate "ISDN support"
depends on NET
---help---
ISDN ("Integrated Services Digital Networks", called RNIS in France)
is a special type of fully digital telephone service; it's mostly
used to connect to your Internet service provider (with SLIP or
PPP). The main advantage is that the speed is higher than ordinary
modem/telephone connections, and that you can have voice
conversations while downloading stuff. It only works if your
computer is equipped with an ISDN card and both you and your service
provider purchased an ISDN line from the phone company. For
details, read <http://www.alumni.caltech.edu/~dank/isdn/> on the WWW.

Select this option if you want your kernel to support ISDN.


menu "Old ISDN4Linux"
depends on NET && ISDN

config ISDN_I4L
tristate "Old ISDN4Linux (obsolete)"
---help---
This driver allows you to use an ISDN-card for networking
connections and as dialin/out device. The isdn-tty's have a built
in AT-compatible modem emulator. Network devices support autodial,
channel-bundling, callback and caller-authentication without having
a daemon running. A reduced T.70 protocol is supported with tty's
suitable for German BTX. On D-Channel, the protocols EDSS1
(Euro-ISDN) and 1TR6 (German style) are supported. See
<file:Documentation/isdn/README> for more information.

ISDN support in the linux kernel is moving towards a new API,
called CAPI (Common ISDN Application Programming Interface).
Therefore the old ISDN4Linux layer is becoming obsolete. It is
still usable, though, if you select this option.

if ISDN_I4L
source "drivers/isdn/i4l/Kconfig"
endif

endmenu

comment "CAPI subsystem"
depends on NET && ISDN

config ISDN_CAPI
tristate "CAPI2.0 support"
depends on ISDN
help
This provides the CAPI (Common ISDN Application Programming
Interface, a standard making it easy for programs to access ISDN
hardware, see <http://www.capi.org/>. This is needed for AVM's set
of active ISDN controllers like B1, T1, M1.

source "drivers/isdn/capi/Kconfig"

source "drivers/isdn/hardware/Kconfig"

endmenu


bash: kconfig: command not found
linux-hpdt:~ # lsusb
Bus 005 Device 003: ID 057c:6201 AVM GmbH
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
linux-hpdt:~ # rcnetwork restart
Shutting down the NetworkManager done
Shutting down the DHCP DBUS Daemon done
Shutting down the NetworkManagerDispatcher done
Starting the DHCP DBUS Daemon done
Starting the NetworkManagerDispatcher done
Starting the NetworkManager done
linux-hpdt:~ # iwlist wlan0 scan
wlan0 Interface doesn't support scanning.

linux-hpdt:~ # cd /home/rossmannp/Desktop/fritz/src
linux-hpdt:/home/rossmannp/Desktop/fritz/src # iwlist wlan0 scan
wlan0 Interface doesn't support scanning.

linux-hpdt:/home/rossmannp/Desktop/fritz/src # lsusb
Bus 005 Device 003: ID 057c:6201 AVM GmbH
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
linux-hpdt:/home/rossmannp/Desktop/fritz/src # kconfig
bash: kconfig: command not found
linux-hpdt:/home/rossmannp/Desktop/fritz/src # lsusb
Bus 005 Device 003: ID 057c:6201 AVM GmbH
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
linux-hpdt:/home/rossmannp/Desktop/fritz/src # makefile menuconfig
bash: makefile: command not found
linux-hpdt:/home/rossmannp/Desktop/fritz/src # insmod fwlanusb.ko
linux-hpdt:/home/rossmannp/Desktop/fritz/src #
linux-hpdt:/home/rossmannp/Desktop/fritz/src #
linux-hpdt:/home/rossmannp/Desktop/fritz/src #
linux-hpdt:/home/rossmannp/Desktop/fritz/src #
Messages

May 17 09:34:51 linux-hpdt pppd[3005]: Exit.
May 17 09:34:52 linux-hpdt kernel: usb 5-2: new high speed USB device using ehci_hcd and address 3
May 17 09:34:53 linux-hpdt kernel: usb 5-2: new device found, idVendor=057c, idProduct=6201
May 17 09:34:53 linux-hpdt kernel: usb 5-2: new device strings: Mfr=3, Product=2, SerialNumber=1
May 17 09:34:53 linux-hpdt kernel: usb 5-2: Product: WLAN USB Device
May 17 09:34:53 linux-hpdt kernel: usb 5-2: Manufacturer: AVM GmbH
May 17 09:34:53 linux-hpdt kernel: usb 5-2: SerialNumber: 00040EC860C0
May 17 09:34:53 linux-hpdt kernel: usb 5-2: configuration #1 chosen from 1 choice
May 17 09:34:52 linux-hpdt logger: /etc/init.d/xdm: No changes for /etc/X11/xdm/Xservers
May 17 09:34:53 linux-hpdt logger: /etc/init.d/xdm: No changes for /etc/X11/xdm/xdm-config
May 17 09:35:04 linux-hpdt rcpowersaved: s2ram does not know your machine. See 's2ram -i' for details. (127)
May 17 09:35:04 linux-hpdt rcpowersaved: Use SUSPEND2RAM_FORCE=yes to override this detection.
May 17 09:35:04 linux-hpdt kdm_config[3274]: Multiple occurrences of key 'Language' in section [X-*-Greeter] of /opt/kde3/share/config/kdm/kdmrc
============ start debug info ============
libhd version 13.18 (ia32)
using /var/lib/hardware
kernel version is 2.6
----- /proc/cmdline -----
root=/dev/hdc2 vga=0x317 resume=/dev/hdc1 splash=silent
----- /proc/cmdline end -----
debug = 0xff7ffff7
probe = 0x0000138fc4aa17fff9fffe (+memory +pci +isapnp +net +floppy +misc +misc.serial +misc.par +misc.floppy +serial +cpu +bios +monitor +mouse +scsi +usb -usb.mods +modem +modem.usb +parallel +parallel.lp +parallel.zip +isa +isa.isdn +isdn +kbd +prom +sbus +int +braille +braille.alva +braille.fhp +braille.ht -ignx11 +sys -bios.vbe -isapnp.old -isapnp.new -isapnp.mod +braille.baum -manual +fb +pppoe -scan +pcmcia -fork -parallel.imm +s390 -cpuemu -sysfs -s390disks +udev +block +block.cdrom +block.part +edd +edd.mod -bios.ddc -bios.fb -bios.mode +input +block.mods +bios.vesa -cpuemu.debug -scsi.noserial +wlan -bios.crc -hal -bios.vram -bios.acpi -bios.ddc.ports=1 -bios.ddc.ports=2 -bios.ddc.ports=3 -bios.ddc.ports=4 -modules.pata -max -lxrc)
shm: attached segment 622594 at 0xb7b8c000
>> hal.1: read hal data
hal: connected to: :1.20
----- hal device list -----
0: udi = '/org/freedesktop/Hal/devices/platform_bluetooth'
platform.id = 'bluetooth'
linux.sysfs_path_device = '/sys/devices/platform/bluetooth'
info.bus = 'platform'
info.udi = '/org/freedesktop/Hal/devices/platform_bluetooth'
linux.subsystem = 'platform'
info.product = 'Platform Device (bluetooth)'
linux.hotplug_type = 2 (0x2)
linux.sysfs_path = '/sys/devices/platform/bluetooth'
info.parent = '/org/freedesktop/Hal/devices/computer'

1: udi = '/org/freedesktop/Hal/devices/usb_device_57c_6201_00040EC860C0_usbraw'
linux.device_file = '/dev/bus/usb/005/003'
usbraw.device = '/dev/bus/usb/005/003'
info.capabilities = { 'usbraw' }
info.udi = '/org/freedesktop/Hal/devices/usb_device_57c_6201_00040EC860C0_usbraw'
linux.subsystem = 'usb_device'
info.product = 'USB Raw Device Access'
linux.hotplug_type = 2 (0x2)
linux.sysfs_path = '/sys/class/usb_device/usbdev5.3'
info.category = 'usbraw'
info.parent = '/org/freedesktop/Hal/devices/usb_device_57c_6201_00040EC860C0'

2: udi = '/org/freedesktop/Hal/devices/usb_device_57c_6201_00040EC860C0_if0'
usb.version_bcd = 512 (0x200)
usb.is_self_powered = false
usb.linux.device_number = 3 (0x3)
usb.product = 'USB Vendor Specific Interface'
usb.device_protocol = 255 (0xff)
linux.subsystem = 'usb'
usb.device_revision_bcd = 256 (0x100)
info.product = 'USB Vendor Specific Interface'
usb.bus_number = 5 (0x5)
usb.interface.class = 255 (0xff)
usb.configuration_value = 1 (0x1)
usb.num_interfaces = 1 (0x1)
info.parent = '/org/freedesktop/Hal/devices/usb_device_57c_6201_00040EC860C0'
usb.interface.subclass = 255 (0xff)
usb.num_configurations = 1 (0x1)
usb.device_subclass = 255 (0xff)
usb.vendor_id = 1404 (0x57c)
usb.vendor = 'AVM GmbH'
usb.device_class = 255 (0xff)
usb.can_wake_up = false
usb.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:0b.2/usb5/5-2/5-2:1.0'
usb.serial = '00040EC860C0'
usb.num_ports = 0 (0x0)
usb.speed_bcd = 294912 (0x48000)
usb.max_power = 500 (0x1f4)
info.udi = '/org/freedesktop/Hal/devices/usb_device_57c_6201_00040EC860C0_if0'
info.bus = 'usb'
linux.hotplug_type = 2 (0x2)
usb.interface.number = 0 (0x0)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:0b.2/usb5/5-2/5-2:1.0'
usb.product_id = 25089 (0x6201)
usb.interface.protocol = 255 (0xff)
linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:0b.2/usb5/5-2/5-2:1.0'

3: udi = '/org/freedesktop/Hal/devices/usb_device_57c_6201_00040EC860C0'
usb_device.num_interfaces = 1 (0x1)
usb_device.device_class = 255 (0xff)
usb_device.device_revision_bcd = 256 (0x100)
usb_device.version_bcd = 512 (0x200)
linux.sysfs_path_device = '/sys/devices/pci0000:00/0000:00:0b.2/usb5/5-2'
info.bus = 'usb_device'
usb_device.device_subclass = 255 (0xff)
usb_device.speed_bcd = 294912 (0x48000)
usb_device.can_wake_up = false
usb_device.bus_number = 5 (0x5)
usb_device.configuration_value = 1 (0x1)
usb_device.vendor = 'AVM GmbH'
usb_device.product = 'WLAN USB Device'
info.udi = '/org/freedesktop/Hal/devices/usb_device_57c_6201_00040EC860C0'
usb_device.max_power = 500 (0x1f4)
linux.subsystem = 'usb'
usb_device.device_protocol = 255 (0xff)
info.vendor = 'AVM GmbH'
usb_device.num_configurations = 1 (0x1)
info.product = 'WLAN USB Device'
linux.hotplug_type = 2 (0x2)
linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:0b.2/usb5/5-2'
usb_device.vendor_id = 1404 (0x57c)
usb_device.num_ports = 0 (0x0)
usb_device.is_self_powered = false
usb_device.linux.sysfs_path = '/sys/devices/pci0000:00/0000:00:0b.2/usb5/5-2'
usb_device.product_id = 25089 (0x6201)
info.parent = '/org/freedesktop/Hal/devices/usb_device_0_0_0000_00_0b_2'
info.linux.driver = 'usb'
usb_device.linux.device_number = 3 (0x3)
usb_device.serial = '00040EC860C0'

4: udi = '/org/freedesktop/Hal/devices/pci_1039_7012_oss_pcm_0_0'
oss.type = 'pcm'
linux.device_file = '/dev/dsp'
org.freedesktop.Hal.Device.resmgr.method_execpaths = { 'hal-resmgr-grant', 'hal-resmgr-revoke' }
oss.card = 0 (0x0)
info.capabilities = { 'oss' }
oss.device_file = '/dev/dsp'
info.udi = '/org/freedesktop/Hal/devices/pci_1039_7012_oss_pcm_0_0'
linux.subsystem = 'sound'
org.freedesktop.Hal.Device.resmgr.method_signature s = { '', '' }
oss.device = 0 (0x0)
resmgr.device = '/dev/dsp'
info.interfaces = { 'org.freedesktop.Hal.Device.resmgr' }
org.freedesktop.Hal.Device.resmgr.method_names = { 'Grant', 'Revoke' }
info.product = 'SiS SI7012 OSS PCM Device'
linux.hotplug_type = 2 (0x2)
linux.sysfs_path = '/sys/class/sound/dsp'
oss.physical_device = '/org/freedesktop/Hal/devices/pci_1039_7012'
oss.card_id = 'SI7012'
info.callouts.remove = { 'hal-resmgr' }
info.category = 'oss'
oss.device_id = 'SiS SI7012'
resmgr.class = 'sound'
info.callouts.add = { 'hal-resmgr' }
info.parent = '/org/freedesktop/Hal/devices/pci_1039_7012'
org.freedesktop.Hal.Device.resmgr.method_argnames = { '', '' }

5: udi = '/org/freedesktop/Hal/devices/pci_1039_7012_oss_pcm_0'
oss.type = 'pcm'
linux.device_file = '/dev/audio'
org.freedesktop.Hal.Device.resmgr.method_execpaths = { 'hal-resmgr-grant', 'hal-resmgr-revoke' }
oss.card = 0 (0x0)
info.capabilities = { 'oss' }
oss.device_file = '/dev/audio'
info.udi = '/org/freedesktop/Hal/devices/pci_1039_7012_oss_pcm_0'
linux.subsystem = 'sound'
org.freedesktop.Hal.Device.resmgr.method_signature s = { '', '' }
oss.device = 0 (0x0)
resmgr.device = '/dev/audio'
info.interfaces = { 'org.freedesktop.Hal.Device.resmgr' }
org.freedesktop.Hal.Device.resmgr.method_names = { 'Grant', 'Revoke' }
info.product = 'SiS SI7012 OSS PCM Device'
linux.hotplug_type = 2 (0x2)
linux.sysfs_path = '/sys/class/sound/audio'
oss.physical_device = '/org/freedesktop/Hal/devices/pci_1039_7012'
oss.card_id = 'SI7012'
info.callouts.remove = { 'hal-resmgr' }
info.category = 'oss'
oss.device_id = 'SiS SI7012'
resmgr.class = 'sound'
info.callouts.add = { 'hal-resmgr' }
info.parent = '/org/freedesktop/Hal/devices/pci_1039_7012'
org.freedesktop.Hal.Device.resmgr.method_argnames = { '', '' }

6: udi = '/org/freedesktop/Hal/devices/pci_1039_7012_oss_pcm_1'
oss.type = 'pcm'
linux.device_file = '/dev/adsp'
org.freedesktop.Hal.Device.resmgr.method_execpaths = { 'hal-resmgr-grant', 'hal-resmgr-revoke' }
oss.card = 0 (0x0)
info.capabilities = { 'oss' }
oss.device_file = '/dev/adsp'
info.udi = '/org/freedesktop/Hal/devices/pci_1039_7012_oss_pcm_1'
linux.subsystem = 'sound'
org.freedesktop.Hal.Device.resmgr.method_signature s = { '', '' }
oss.device = 1 (0x1)
resmgr.device = '/dev/adsp'
info.interfaces = { 'org.freedesktop.Hal.Device.resmgr' }
org.freedesktop.Hal.Device.resmgr.method_names = { 'Grant', 'Revoke' }
info.product = 'SiS SI7012 OSS PCM Device'
linux.hotplug_type = 2 (0x2)
linux.sysfs_path = '/sys/class/sound/adsp'
oss.physical_device = '/org/freedesktop/Hal/devices/pci_1039_7012'
oss.card_id = 'SI7012'
info.callouts.remove = { 'hal-resmgr' }
info.category = 'oss'
oss.device_id = 'SiS SI7012'
resmgr.class = 'sound'
info.callouts.add = { 'hal-resmgr' }
info.parent = '/org/freedesktop/Hal/devices/pci_1039_7012'
org.freedesktop.Hal.Device.resmgr.method_argnames = { '', '' }

7: udi = '/org/freedesktop/Hal/devices/pnp_PNPb006_oss_mixer__1'
oss.type = 'mixer'
linux.device_file = '/dev/mixer1'
org.freedesktop.Hal.Device.resmgr.method_execpaths = { 'hal-resmgr-grant', 'hal-resmgr-revoke' }
oss.card = 1 (0x1)
info.capabilities = { 'oss' }
oss.device_file = '/dev/mixer1'
info.udi = '/org/freedesktop/Hal/devices/pnp_PNPb006_oss_mixer__1'
linux.subsystem = 'sound'
org.freedesktop.Hal.Device.resmgr.method_signature s = { '', '' }
resmgr.device = '/dev/mixer1'
info.interfaces = { 'org.freedesktop.Hal.Device.resmgr' }
org.freedesktop.Hal.Device.resmgr.method_names = { 'Grant', 'Revoke' }
info.product = 'UART OSS Control Device'
linux.hotplug_type = 2 (0x2)
linux.sysfs_path = '/sys/class/sound/mixer1'
oss.physical_device = '/org/freedesktop/Hal/devices/pnp_PNPb006'
oss.card_id = 'UART'
info.callouts.remove = { 'hal-resmgr' }
info.category = 'oss'
resmgr.class = 'sound'
info.callouts.add = { 'hal-resmgr' }
info.parent = '/org/freedesktop/Hal/devices/pnp_PNPb006'
org.freedesktop.Hal.Device.resmgr.method_argnames = { '', '' }

8: udi = '/org/freedesktop/Hal/devices/pci_1039_7012_oss_mixer__1'
oss.type = 'mixer'
linux.device_file = '/dev/mixer'
org.freedesktop.Hal.Device.resmgr.method_execpaths = { 'hal-resmgr-grant', 'hal-resmgr-revoke' }
oss.card = 0 (0x0)
info.capabilities = { 'oss' }
oss.device_file = '/dev/mixer'
info.udi = '/org/freedesktop/Hal/devices/pci_1039_7012_oss_mixer__1'
linux.subsystem = 'sound'
org.freedesktop.Hal.Device.resmgr.method_signature s = { '', '' }
resmgr.device = '/dev/mixer'
info.interfaces = { 'org.freedesktop.Hal.Device.resmgr' }
org.freedesktop.Hal.Device.resmgr.method_names = { 'Grant', 'Revoke' }
info.product = 'SiS SI7012 OSS Control Device'
linux.hotplug_type = 2 (0x2)
linux.sysfs_path = '/sys/class/sound/mixer'
oss.physical_device = '/org/freedesktop/Hal/devices/pci_1039_7012'
oss.card_id = 'SI7012'
info.callouts.remove = { 'hal-resmgr' }
info.category = 'oss'
oss.device_id = 'SiS SI7012'
resmgr.class = 'sound'
info.callouts.add = { 'hal-resmgr' }
info.parent = '/org/freedesktop/Hal/devices/pci_1039_7012'
org.freedesktop.Hal.Device.resmgr.method_argnames = { '', '' }

9: udi = '/org/freedesktop/Hal/devices/computer_alsa_sequencer'
linux.device_file = '/dev/snd/seq'
org.freedesktop.Hal.Device.resmgr.method_execpaths = { 'hal-resmgr-grant', 'hal-resmgr-revoke' }
alsa.device_file = '/dev/snd/seq'
info.capabilities = { 'alsa' }
alsa.type = 'sequencer'
info.udi = '/org/freedesktop/Hal/devices/computer_alsa_sequencer'
linux.subsystem = 'sound'
org.freedesktop.Hal.Device.resmgr.method_signature s = { '', '' }
resmgr.device = '/dev/snd/seq'
info.interfaces = { 'org.freedesktop.Hal.Device.resmgr' }
org.freedesktop.Hal.Device.resmgr.method_names = { 'Grant', 'Revoke' }
info.product = 'ALSA Sequencer Device'
linux.hotplug_type = 2 (0x2)
linux.sysfs_path = '/sys/class/sound/seq'
info.callouts.remove = { 'hal-resmgr' }
info.category = 'alsa'
resmgr.class = 'sound'
info.callouts.add = { 'hal-resmgr' }
info.parent = '/org/freedesktop/Hal/devices/computer'
org.freedesktop.Hal.Device.resmgr.method_argnames = { '', '' }

10: udi = '/org/freedesktop/Hal/devices/apm_ac_adapter'
info.capabilities = { 'ac_adapter' }
info.udi = '/org/freedesktop/Hal/devices/apm_ac_adapter'
info.product = 'AC Adapter'
linux.hotplug_type = 5 (0x5)
linux.apm_path = '/proc/apm'
info.category = 'ac_adapter'
linux.apm_type = 1 (0x1)
info.parent = '/org/freedesktop/Hal/devices/computer'
ac_adapter.present = true

11: udi = '/org/freedesktop/Hal/devices/apm_battery'
battery.type = 'primary'
battery.present = false
battery.technology = 'unknown'
info.capabilities = { 'battery' }
info.udi = '/org/freedesktop/Hal/devices/apm_battery'
info.product = 'Battery Bay'
linux.hotplug_type = 5 (0x5)
linux.apm_path = '/proc/apm'
info.category = 'battery'
linux.apm_type = 0 (0x0)
info.parent = '/org/freedesktop/Hal/devices/computer'

12: udi = '/org/freedesktop/Hal/devices/volume_uuid_97d0a79f_fdbb_4512_8e45_30094be9a163'
block.minor = 3 (0x3)
volume.label = ''
volume.ignore = true
org.freedesktop.Hal.Device.Volume.method_names = { 'Mount', 'Unmount', 'Eject' }
info.capabilities = { 'volume', 'block' }
volume.partition.flags = { }
volume.is_partition = true
volume.mount_point = '/home'
info.category = 'volume'
info.product = 'Volume (ext3)'
volume.is_disc = false
volume.is_mounted = true
volume.partition.type = '0x83'
block.is_volume = true
volume.linux.is_device_mapper = false
block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_05003882'
info.parent = '/org/freedesktop/Hal/devices/storage_serial_05003882'
volume.block_size = 512 (0x200)
volume.partition.number = 3 (0x3)
volume.num_blocks = 23181795 (0x161b9e3)
volume.fsversion = '1.0'
block.device = '/dev/hdc3'
volume.uuid = '97d0a79f-fdbb-4512-8e45-30094be9a163'
volume.partition.label = ''
volume.partition.scheme = 'mbr'
volume.partition.media_size = 20496236544ull (0x4c5abc000ull)
volume.partition.uuid = ''
volume.fsusage = 'filesystem'
volume.is_mounted_read_only = false
org.freedesktop.Hal.Device.Volume.method_argnames = { 'mount_point fstype extra_options', 'extra_options', 'extra_options' }
info.interfaces = { 'org.freedesktop.Hal.Device.Volume' }
storage.model = ''
volume.size = 11869079040ull (0x2c373c600ull)
info.udi = '/org/freedesktop/Hal/devices/volume_uuid_97d0a79f_fdbb_4512_8e45_30094be9a163'
volume.mount.valid_options = { 'ro', 'sync', 'dirsync', 'noatime', 'nodiratime', 'noexec', 'quiet', 'remount', 'exec', 'data=' }
org.freedesktop.Hal.Device.Volume.method_signature s = { 'ssas', 'as', 'as' }
block.major = 22 (0x16)
volume.fstype = 'ext3'
org.freedesktop.Hal.Device.Volume.method_execpaths = { 'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject' }
volume.unmount.valid_options = { 'lazy' }
linux.hotplug_type = 3 (0x3)
volume.partition.start = 8620093440ull (0x201cc3000ull)
linux.sysfs_path = '/sys/block/hdc/hdc3'
linux.sysfs_path_device = '/sys/block/hdc/hdc3'

13: udi = '/org/freedesktop/Hal/devices/volume_uuid_b47fd865_927e_4bf2_84f4_df35747ebf23'
block.minor = 2 (0x2)
volume.label = ''
volume.ignore = true
org.freedesktop.Hal.Device.Volume.method_names = { 'Mount', 'Unmount', 'Eject' }
info.capabilities = { 'volume', 'block' }
volume.partition.flags = { 'boot' }
volume.is_partition = true
volume.mount_point = '/'
info.category = 'volume'
info.product = 'Volume (ext3)'
volume.is_disc = false
volume.is_mounted = true
volume.partition.type = '0x83'
block.is_volume = true
volume.linux.is_device_mapper = false
block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_05003882'
info.parent = '/org/freedesktop/Hal/devices/storage_serial_05003882'
volume.block_size = 512 (0x200)
volume.partition.number = 2 (0x2)
volume.num_blocks = 15807960 (0xf135d8)
volume.fsversion = '1.0'
block.device = '/dev/hdc2'
volume.uuid = 'b47fd865-927e-4bf2-84f4-df35747ebf23'
volume.partition.label = ''
volume.partition.scheme = 'mbr'
volume.partition.media_size = 20496236544ull (0x4c5abc000ull)
volume.partition.uuid = ''
volume.fsusage = 'filesystem'
volume.is_mounted_read_only = false
org.freedesktop.Hal.Device.Volume.method_argnames = { 'mount_point fstype extra_options', 'extra_options', 'extra_options' }
info.interfaces = { 'org.freedesktop.Hal.Device.Volume' }
storage.model = ''
volume.size = 8093675520ull (0x1e26bb000ull)
info.udi = '/org/freedesktop/Hal/devices/volume_uuid_b47fd865_927e_4bf2_84f4_df35747ebf23'
volume.mount.valid_options = { 'ro', 'sync', 'dirsync', 'noatime', 'nodiratime', 'noexec', 'quiet', 'remount', 'exec', 'data=' }
org.freedesktop.Hal.Device.Volume.method_signature s = { 'ssas', 'as', 'as' }
block.major = 22 (0x16)
volume.fstype = 'ext3'
org.freedesktop.Hal.Device.Volume.method_execpaths = { 'hal-storage-mount', 'hal-storage-unmount', 'hal-storage-eject' }
volume.unmount.valid_options = { 'lazy' }
linux.hotplug_type = 3 (0x3)
volume.partition.start = 526417920ull (0x1f608000ull)
linux.sysfs_path = '/sys/block/hdc/hdc2'
linux.sysfs_path_device = '/sys/block/hdc/hdc2'

14: udi = '/org/freedesktop/Hal/devices/volume_part1_size_526385664'
block.minor = 1 (0x1)
volume.label = ''
volume.ignore = true
info.capabilities = { 'volume', 'block' }
volume.partition.flags = { }
volume.is_partition = true
volume.mount_point = ''
info.category = 'volume'
info.product = 'Volume (swap)'
volume.is_disc = false
volume.is_mounted = false
volume.partition.type = '0x82'
block.is_volume = true
volume.linux.is_device_mapper = false
block.storage_device = '/org/freedesktop/Hal/devices/storage_serial_05003882'
info.parent = '/org/freedesktop/Hal/devices/storage_serial_05003882'
volume.block_size = 512 (0x200)
volume.partition.number = 1 (0x1)
volume.num_blocks = 1028097 (0xfb001)
volume.fsversion = '2'
block.device = '/dev/hdc1'
volume.uuid = ''
volume.partition.label = ''
volume.partition.scheme = 'mbr'
volume.partition.media_size = 20496236544ull (0x4c5abc000ull)
volume.partition.uuid = ''
volume.fsusage = 'other'
volume.is_mounted_read_only = false
storage.model = ''
volume.size = 526385664ull (0x1f600200ull)
info.udi = '/org/freedesktop/Hal/devices/volume_part1_size_526385664'
block.major = 22 (0x16)
volume.fstype = 'swap'
linux.hotplug_type = 3 (0x3)
volume.partition.start = 32256ull (0x7e00ull)
linux.sysfs_path = '/sys/block/hdc/hdc1'
linux.sysfs_path_device = '/sys/block/hdc/hdc1'

Rain_maker
17.05.07, 15:48
In einem Linuxforum ein .doc als Anhang zu posten ist in etwa so, wie zu einem Vegetariertreffen eine Blutwurst als Gastgeschenk mitzubringen.

*SCNR*

So, back2topic

Versuchs doch über Yast:

http://www.pc-forum24.de/suse-internetkonfiguration/4159-neues-fuer-fritz-wlan-usb.html

Greetz,

RM

rossmannp
17.05.07, 19:30
Hallo, wie soll das gehen, wenn ich nur über Windows ins Internet komme und dann auf das Forum und schreiben was ich gemacht habe in Linux.
Ich komme mit Linux nicht ins Internet!!!:confused:
Also sagen Sie mir wie das geht mit yast oder dergleichen.
Mir nutzt es garnichts wenn sie mich mit Fachausdrücken die ich nicht verstehe überhäufen.
Außerdem bin ich kein Vegetarierer und esse gerne Blutwurst, bin nämlich Fleischermeister a.D.
Gruß
rossmannp

Rain_maker
17.05.07, 20:46
Tipp Nr.1

Webseiten lassen sich auch abspeichern und dann ohne Internetverbindung ansehen.

(Das wäre der "Hinweg", wie man sich ein Tutorial aus dem Internet ansehen kann, auch wenn man nicht online ist.)

Tipp Nr.2

http://www.linux-club.de/faq/TCP/IP-Netzwerke_und_Internetzugang#Wie_etwas_posten_wenn .27s_Netz_nicht_geht.3F

(Und das wäre der "Rückweg)

Tipp Nr.3


Außerdem bin ich kein Vegetarierer und esse gerne Blutwurst, bin nämlich Fleischermeister a.D.

Humordetektoren nachjustieren lassen *g*

Greetz,

R_"Eingefleischter_Vergetarier"_M