Moderator Control Panel ]

sasc-ng on ubuntu 11.04 - help

sasc-ng on ubuntu 11.04 - help

Postby tuksmr » Sat Aug 13, 2011 4:40 pm

hi
i've tried to instal sasc-ng with instructions from http://www.tbsdtv.com/forum/viewtopic.php?f=28&t=733 but without results.
what i done:
-downloaded latest drivers to my card http://www.tbsdtv.com/download/common/l ... 110806.rar
- patched with patch http://www.vanbest.org/drupal6/sites/ww ... utex.patch
- make, make install went ok.
- restarted system
installation of sasc-ng
Code: Select All Code
marcin@dragon:~/src$ hg clone http://85.17.209.13:6100/sc
destination directory: sc
requesting all changes
adding changesets
adding manifests
adding file changes
added 573 changesets with 1888 changes to 506 files
updating to branch trunk
315 files updated, 0 files merged, 0 files removed, 0 files unresolved
marcin@dragon:~/src$ cd sc/
marcin@dragon:~/src/sc$ wget http://www.vanbest.org/drupal6/sites/www.vanbest.org/files/vdr-sasc-ng-2.6.38.patch
--2011-08-13 10:48:55--  http://www.vanbest.org/drupal6/sites/www.vanbest.org/files/vdr-sasc-ng-2.6.38.patch
Translacja www.vanbest.org... 82.95.189.133, 2001:980:1d54:1::13                                                                                                         
Łączenie się z www.vanbest.org|82.95.189.133|:80... połączono.
Żądanie HTTP wysłano, oczekiwanie na odpowiedź... 200 OK
Długość: 4166 (4,1K) [text/x-diff]
Zapis do: `vdr-sasc-ng-2.6.38.patch'

100%[========================================================================================================================================================>] 4.166       --.-K/s   w 0,06s   

2011-08-13 10:48:55 (72,7 KB/s) - zapisano `vdr-sasc-ng-2.6.38.patch' [4166/4166]

marcin@dragon:~/src/sc$ patch -p1 < vdr-sasc-ng-2.6.38.patch
patching file contrib/sasc-ng/dvbloopback/module/dvblb_forward.c
patching file contrib/sasc-ng/dvbloopback/module/dvb_loopback.c
patching file contrib/sasc-ng/Makefile
patching file contrib/sasc-ng/sc/dvbdevice.cpp
marcin@dragon:~/src/sc$ cd contrib/sasc-ng/
marcin@dragon:~/src/sc/contrib/sasc-ng$ chmod a+x configure dvbloopback/module/config_dvb.pl
marcin@dragon:~/src/sc/contrib/sasc-ng$ ./configure --dvb-dir=/usr/src/dvb/linux-tbs-drivers
Using C++ compiler: g++
Using compile type debug
Processor capabilities: native ( mmx sse sse2 )
Trying various FFdecsa optimizations...
    PARALLEL_32_INT: test failed
    PARALLEL_64_2INT: test failed
    PARALLEL_64_LONG: 116
    PARALLEL_64_MMX: 240
    PARALLEL_128_2LONG: 158
    PARALLEL_128_2MMX: 266
    PARALLEL_128_SSE: 400
    PARALLEL_128_SSE2: 445
Choosing PARALLEL_MODE = PARALLEL_128_SSE2
Using DVB_DIR: /usr/src/dvb/linux-tbs-drivers/linux
marcin@dragon:~/src/sc/contrib/sasc-ng$ make
g++ -Wall -D__user=  -g -o objs/forward.o -c  -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -I/usr/src/dvb/linux-tbs-drivers/linux/include -Idvbloopback/module -I/lib/modules/2.6.38-10-generic/build/include dvbloopback/src/forward.c
In file included from /usr/src/dvb/linux-tbs-drivers/linux/include/linux/dvb/frontend.h:29:0,
                 from dvbloopback/src/forward.c:38:
/lib/modules/2.6.38-10-generic/build/include/linux/types.h:13:2: warning: #warning "Attempt to use kernel headers from user space, see http://kernelnewbies.org/KernelHeaders"
g++ -Wall -D__user=  -g -o objs/process_req.o -c  -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -I/usr/src/dvb/linux-tbs-drivers/linux/include -Idvbloopback/module -I/lib/modules/2.6.38-10-generic/build/include dvbloopback/src/process_req.c
g++ -Wall -D__user=  -g -o objs/msg_passing.o -c  -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -I/usr/src/dvb/linux-tbs-drivers/linux/include -Idvbloopback/module -I/lib/modules/2.6.38-10-generic/build/include dvbloopback/src/msg_passing.c
In file included from /usr/src/dvb/linux-tbs-drivers/linux/include/linux/dvb/frontend.h:29:0,
                 from dvbloopback/src/msg_passing.c:30:
/lib/modules/2.6.38-10-generic/build/include/linux/types.h:13:2: warning: #warning "Attempt to use kernel headers from user space, see http://kernelnewbies.org/KernelHeaders"
g++ -Wall -D__user=  -g -o objs/plugin_getsid.o -c  -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -I/usr/src/dvb/linux-tbs-drivers/linux/include -Idvbloopback/module -I/lib/modules/2.6.38-10-generic/build/include dvbloopback/src/plugin_getsid.c
In file included from /usr/src/dvb/linux-tbs-drivers/linux/include/linux/dvb/dmx.h:27:0,
                 from dvbloopback/src/plugin_getsid.c:36:
/lib/modules/2.6.38-10-generic/build/include/linux/types.h:13:2: warning: #warning "Attempt to use kernel headers from user space, see http://kernelnewbies.org/KernelHeaders"
g++ -Wall -D__user=  -g -o objs/plugin_ringbuf.o -c  -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -I/usr/src/dvb/linux-tbs-drivers/linux/include -Idvbloopback/module -I/lib/modules/2.6.38-10-generic/build/include dvbloopback/src/plugin_ringbuf.c
g++ -Wall -D__user=  -g -o objs/plugin_showioctl.o -c  -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -I/usr/src/dvb/linux-tbs-drivers/linux/include -Idvbloopback/module -I/lib/modules/2.6.38-10-generic/build/include dvbloopback/src/plugin_showioctl.c
In file included from /usr/src/dvb/linux-tbs-drivers/linux/include/linux/dvb/dmx.h:27:0,
                 from dvbloopback/src/plugin_showioctl.c:33:
/lib/modules/2.6.38-10-generic/build/include/linux/types.h:13:2: warning: #warning "Attempt to use kernel headers from user space, see http://kernelnewbies.org/KernelHeaders"
g++ -Wall -D__user=  -g -o objs/plugin_legacysw.o -c  -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -I/usr/src/dvb/linux-tbs-drivers/linux/include -Idvbloopback/module -I/lib/modules/2.6.38-10-generic/build/include dvbloopback/src/plugin_legacysw.c
In file included from /usr/src/dvb/linux-tbs-drivers/linux/include/linux/dvb/dmx.h:27:0,
                 from dvbloopback/src/plugin_legacysw.c:34:
/lib/modules/2.6.38-10-generic/build/include/linux/types.h:13:2: warning: #warning "Attempt to use kernel headers from user space, see http://kernelnewbies.org/KernelHeaders"
g++ -Wall -D__user=  -g -o objs/plugin_dss.o -c  -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -I/usr/src/dvb/linux-tbs-drivers/linux/include -Idvbloopback/module -I/lib/modules/2.6.38-10-generic/build/include dvbloopback/src/plugin_dss.c
g++ -Wall -D__user=  -g -o objs/plugin_cam.o -c  -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -I/usr/src/dvb/linux-tbs-drivers/linux/include -Idvbloopback/module -I/lib/modules/2.6.38-10-generic/build/include dvblb_plugins/plugin_cam.c
In file included from /usr/src/dvb/linux-tbs-drivers/linux/include/linux/dvb/dmx.h:27:0,
                 from dvblb_plugins/plugin_cam.c:10:
/lib/modules/2.6.38-10-generic/build/include/linux/types.h:13:2: warning: #warning "Attempt to use kernel headers from user space, see http://kernelnewbies.org/KernelHeaders"
g++ -Wall -D__user=  -g -o objs/plugin_ffdecsa.o -c  -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -I/usr/src/dvb/linux-tbs-drivers/linux/include -Idvbloopback/module -I/lib/modules/2.6.38-10-generic/build/include dvblb_plugins/plugin_ffdecsa.c
g++ -Wall -D__user=  -g -o objs/plugin_scan.o -c  -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Idvbloopback/src -I/usr/src/dvb/linux-tbs-drivers/linux/include -Idvbloopback/module -I/lib/modules/2.6.38-10-generic/build/include dvblb_plugins/plugin_scan.c
In file included from /usr/src/dvb/linux-tbs-drivers/linux/include/linux/dvb/dmx.h:27:0,
                 from dvblb_plugins/plugin_scan.c:38:
/lib/modules/2.6.38-10-generic/build/include/linux/types.h:13:2: warning: #warning "Attempt to use kernel headers from user space, see http://kernelnewbies.org/KernelHeaders"
g++ -Wall -D__user=  -g -o objs/version.o -c -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES objs/version.cpp
g++ -Wall -D__user=  -g -o objs/misc.o -c  -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -I/usr/src/dvb/linux-tbs-drivers/linux/include -Idvbloopback/module -I/lib/modules/2.6.38-10-generic/build/include sc/misc.cpp
g++ -Wall -D__user=  -g -o objs/dvbdevice.o -c  -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -I/usr/src/dvb/linux-tbs-drivers/linux/include -Idvbloopback/module -I/lib/modules/2.6.38-10-generic/build/include sc/dvbdevice.cpp
In file included from /usr/src/dvb/linux-tbs-drivers/linux/include/linux/dvb/frontend.h:29:0,
                 from sc/include/vdr/dvbdevice.h:13,
                 from sc/dvbdevice.cpp:10:
/lib/modules/2.6.38-10-generic/build/include/linux/types.h:13:2: warning: #warning "Attempt to use kernel headers from user space, see http://kernelnewbies.org/KernelHeaders"
g++ -Wall -D__user=  -g -o objs/osdbase.o -c  -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -I/usr/src/dvb/linux-tbs-drivers/linux/include -Idvbloopback/module -I/lib/modules/2.6.38-10-generic/build/include sc/osdbase.cpp
g++ -Wall -D__user=  -g -o objs/menuitems.o -c  -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -I/usr/src/dvb/linux-tbs-drivers/linux/include -Idvbloopback/module -I/lib/modules/2.6.38-10-generic/build/include sc/menuitems.cpp
g++ -Wall -D__user=  -g -o objs/device.o -c  -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -I/usr/src/dvb/linux-tbs-drivers/linux/include -Idvbloopback/module -I/lib/modules/2.6.38-10-generic/build/include sc/device.cpp
g++ -Wall -D__user=  -g -o objs/thread.o -c  -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -I/usr/src/dvb/linux-tbs-drivers/linux/include -Idvbloopback/module -I/lib/modules/2.6.38-10-generic/build/include sc/thread.cpp
g++ -Wall -D__user=  -g -o objs/tools.o -c  -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -I/usr/src/dvb/linux-tbs-drivers/linux/include -Idvbloopback/module -I/lib/modules/2.6.38-10-generic/build/include sc/tools.cpp
g++ -Wall -D__user=  -g -o objs/sasccam.o -c  -DRELEASE_VERSION=\"0.0.2\" -D__KERNEL_STRICT_NAMES -Isc/PLUGINS/src/sc-src -I./sc/include -I/usr/src/dvb/linux-tbs-drivers/linux/include -Idvbloopback/module -I/lib/modules/2.6.38-10-generic/build/include sc/sasccam.cpp
In file included from /usr/src/dvb/linux-tbs-drivers/linux/include/linux/dvb/frontend.h:29:0,
                 from sc/include/vdr/dvbdevice.h:13,
                 from sc/sasccam.cpp:25:
/lib/modules/2.6.38-10-generic/build/include/linux/types.h:13:2: warning: #warning "Attempt to use kernel headers from user space, see http://kernelnewbies.org/KernelHeaders"
sc/sasccam.cpp: In constructor ‘sascCam::sascCam(int)’:
sc/sasccam.cpp:64:14: error: ‘class cSascDvbDevice’ has no member named ‘Cam’
sc/sasccam.cpp: In member function ‘void sascCam::AddPrg(int, int*, const unsigned char*, int)’:
sc/sasccam.cpp:80:28: error: invalid use of incomplete type ‘struct cPrg’
sc/PLUGINS/src/sc-src/cam.h:41:7: error: forward declaration of ‘struct cPrg’
sc/sasccam.cpp:81:14: error: invalid use of incomplete type ‘struct cPrg’
sc/PLUGINS/src/sc-src/cam.h:41:7: error: forward declaration of ‘struct cPrg’
sc/sasccam.cpp:83:5: error: ‘cPrgPid’ was not declared in this scope
sc/sasccam.cpp:83:14: error: ‘pid’ was not declared in this scope
sc/sasccam.cpp:83:22: error: expected type-specifier before ‘cPrgPid’
sc/sasccam.cpp:83:22: error: expected ‘;’ before ‘cPrgPid’
sc/sasccam.cpp:84:8: error: invalid use of incomplete type ‘struct cPrg’
sc/PLUGINS/src/sc-src/cam.h:41:7: error: forward declaration of ‘struct cPrg’
make: *** [objs/sasccam.o] Błąd 1

i always have the same error (Błąd 1)

what i'im doing wrong? can anybody help me?

---edited---
ok.
Code: Select All Code
hg -r 569 clone http://85.17.209.13:6100/sc sc

solved the problem with compile.
but now, i don't know if the sasc-ng works fine. when i start it and start mumudvb to use card=1 it can't tune.
Code: Select All Code
root@dragon:/etc/sc_files# sasc-ng -i
0: TurboSight TBS 5921 DVBS/S2 frontend
root@dragon:/etc/sc_files# sasc-ng -j 0:1 --cam-budget --cam-dir /etc/sc_files
Aug 13 13:52:34.652 : Version: 0.0.2-2833a47469ad+
Aug 13 13:52:34.652 CAM: initializing plugin: SoftCam (1.0.0pre-HG-2833a47469ad+): A software emulated CAM
Aug 13 13:52:34.652 CAM(general.info): SC version 1.0.0pre-HG-2833a47469ad+ initializing (VDR 1.6.0)
Aug 13 13:52:34.652 CAM: starting plugin:
Aug 13 13:52:34.652 CAM(general.info): SC version 1.0.0pre-HG-2833a47469ad+ starting (VDR 1.6.0)
Aug 13 13:52:34.653 CAM(core.load): ** Plugin config:
Aug 13 13:52:34.653 CAM(core.load): ** Key updates (AU) are enabled (active CAIDs) (no prestart)
Aug 13 13:52:34.653 CAM(core.load): ** Local systems DON'T take priority over cached remote
Aug 13 13:52:34.653 CAM(core.load): ** Concurrent FF recordings are NOT allowed
Aug 13 13:52:34.653 CAM(core.load): ** Force transfermode with digital audio
Aug 13 13:52:34.653 CAM(core.load): ** ECM cache is set to enabled
Aug 13 13:52:34.653 CAM(core.load): ** TsBufferSize is 4 MB
Aug 13 13:52:34.653 CAM(core.load): ** ScCaps are 1 2 0 0 0 0 0 0 0 0
Aug 13 13:52:34.653 CAM(general.info): loading cardclient config from /etc/sc_files/cardclient.conf
Aug 13 13:52:34.653 CAM(cardclient.newcamd): now using protocol version 525 (cdLen=8)
Aug 13 13:52:34.653 CAM(cardclient.core): hostname=192.168.1.5 port=16001 emm=0 emmCaids 0100/ffff
Aug 13 13:52:34.653 CAM(cardclient.core): Newcamd: username=test password=test key=0102030405060708091011121314
Aug 13 13:52:34.653 CAM(cardclient.core): client 'Newcamd' ready
Aug 13 13:52:34.653 CAM(core.net): connecting to 192.168.1.5:16001/tcp (192.168.1.5)
Aug 13 13:52:37.089 CAM(cardclient.login): Newcamd: CaID=0100 admin=1 srvUA=0000000000000000 provider 000065/0000000000000000 000068/0000000000000000 000000/0111111111111111 000000/0111111111111111 000000/0111111111111111
Aug 13 13:52:37.089 CAM(cardclient.emm): Newcamd: EMM disabled from config
Aug 13 13:52:37.089 CAM(general.error): failed open /etc/sc_files/SoftCam.Key: No such file or directory
Aug 13 13:52:37.089 CAM(general.error): failed open /etc/sc_files/smartcard.conf: No such file or directory
Aug 13 13:52:37.089 CAM(general.error): failed open /etc/sc_files/cardslot.conf: No such file or directory
Aug 13 13:52:37.089 CAM(general.info): loading overrides from /etc/sc_files/override.conf
Aug 13 13:52:37.089 CAM(core.load): loaded 0 overrides from /etc/sc_files/override.conf
Aug 13 13:52:37.089 CAM(general.error): no keys loaded for softcam!
Aug 13 13:52:37.089 CAM(core.load): ** registered systems:
Aug 13 13:52:37.089 CAM(core.load): ** Cardclient        (pri -15)
Aug 13 13:52:37.089 CAM(core.load): ** Conax             (pri -10)
Aug 13 13:52:37.089 CAM(core.load): ** ConstCW           (pri -20)
Aug 13 13:52:37.089 CAM(core.load): ** Cryptoworks       (pri -10)
Aug 13 13:52:37.089 CAM(core.load): ** Irdeto            (pri -10)
Aug 13 13:52:37.089 CAM(core.load): ** Irdeto2           (pri  -8)
Aug 13 13:52:37.089 CAM(core.load): ** Nagra             (pri -10)
Aug 13 13:52:37.089 CAM(core.load): ** Nagra2            (pri -10)
Aug 13 13:52:37.089 CAM(core.load): ** Fake-NDS          (pri -12)
Aug 13 13:52:37.090 CAM(core.load): ** SC-Conax          (pri  -5)
Aug 13 13:52:37.090 CAM(core.load): ** SC-Cryptoworks    (pri  -5)
Aug 13 13:52:37.090 CAM(core.load): ** SC-Irdeto         (pri  -5)
Aug 13 13:52:37.090 CAM(core.load): ** SC-Nagra          (pri  -5)
Aug 13 13:52:37.090 CAM(core.load): ** SC-Seca           (pri  -5)
Aug 13 13:52:37.090 CAM(core.load): ** SC-Viaccess       (pri  -5)
Aug 13 13:52:37.090 CAM(core.load): ** SC-VideoGuard2    (pri  -5)
Aug 13 13:52:37.090 CAM(core.load): ** Seca              (pri -10)
Aug 13 13:52:37.090 CAM(core.load): ** @SHL              (pri -10)
Aug 13 13:52:37.090 CAM(core.load): ** Viaccess          (pri -10)
Aug 13 13:52:38.099 dvr: Starting thread on /dev/dvb/adapter1/dvr1
The thread scheduling parameters indicate:
policy = 1
priority = 99
Aug 13 13:52:38.099 frontend: Starting thread on /dev/dvb/adapter1/frontend1
The thread scheduling parameters indicate:
policy = 0
priority = 0
Aug 13 13:52:38.100 demux: Starting thread on /dev/dvb/adapter1/demux1
The thread scheduling parameters indicate:
policy = 0
priority = 0
Aug 13 13:52:38.101 : Listening on port 5456
 

it seems ready to work. but mumucam says:
Code: Select All Code
MuMuDVB Version 1.6.1b_20110605_master
 --- Build information ---
Built with CAM support.
Built without transcoding support.
Built with ATSC support.
Built with ATSC long channel names support.
Built with support for DVB API Version 5 (DVB-S2).
---------
Originally based on dvbstream 0.6 by (C) Dave Chapman 2001-2004
Released under the GPL.
Latest version available from http://mumudvb.braice.net/
Project from the cr@ns (http://www.crans.org)
by Brice DUBOST (mumudvb@braice.net)

WARN:  Main:  Warning : You set a buffer size > 1, this feature is experimental, please report bugs/problems or results
Info:  Main:  Full autoconfiguration, we activate SAP announces. if you want to desactivate them see the README.
Info:  Main:  Full autoconfiguration, we activate PAT rewritting. if you want to desactivate it see the README.
Info:  Main:  Full autoconfiguration, we activate SDT rewritting. if you want to desactivate it see the README.
Info:  Main:  Full autoconfiguration, we activate sorting of the EIT PID. if you want to desactivate it see the README.
Info:  Main:  ========== End of configuration, MuMuDVB version 1.6.1b_20110605_master is starting ==========
Info:  Autoconf:  The autoconfiguration auto update is enabled. If you want to disable it put "autoconf_pid_update=0" in your config file.
WARN:  Logs:  saving_filename /var/run/mumudvb/mumudvb_generated_conf_card1_tuner0: No such file or directory
WARN:  Main:  Can't create /var/run/mumudvb/channels_streamed_adapter1_tuner0: No such file or directory
WARN:  Main:  Can't create /var/run/mumudvb/channels_unstreamed_adapter1_tuner0: No such file or directory
Info:  Main:  Streaming. Freq 10719000
Info:  Main:  Card not tuned after timeout - exiting
root@dragon:/etc/mumu#

when i deactivate sasc-ng mumudvb will stream all fta channels.

Code: Select All Code
marcin@dragon:~$ szap -a 1 '4fun.TV(CYFRA +)'
reading channels from file '/home/marcin/.szap/channels.conf'
zapping to 890 '4fun.TV(CYFRA +)':
sat 0, frequency = 10719 MHz V, symbolrate 27500000, vpid = 0x00a3, apid = 0x005c sid = 0x1134
using '/dev/dvb/adapter1/frontend0' and '/dev/dvb/adapter1/demux0'


and silent. no errors, no debug

dmesg shows (only ones, the first time):
Code: Select All Code
[ 2138.636105] dvblb_fake_ioctl interrupted: 4
[ 2140.880210] TurboSight TBS 5921 Frontend:
[ 2140.880212]  tbs5921fe: software version is 1.24.2
[ 2140.880215] TurboSight TBS 5921 Frontend:
[ 2140.880216]  tbs5921fe - Successfully Initialized

When i try to shap scrambled channell it's the same as with the fta channel - silent :( ans sasc-ng log (in this case on console) is silent too :(
is sasc-ng working properly?
where i made mistake?

mabye this card can not support dvbloopback?
tuksmr
 
Posts: 7
Joined: Sat Aug 13, 2011 6:39 am

Re: sasc-ng on ubuntu 11.04 - help

Postby Crashpunk » Sun Feb 05, 2012 5:43 am

Hello, Do You Found any Solution to this Problem? i have same problem, Thank You
Crashpunk
 
Posts: 2
Joined: Thu Aug 18, 2011 10:50 am


Return to Linux

Who is online

Users browsing this forum: No registered users and 1 guest