Jump to content

adamato

Members
  • Posts

    13
  • Joined

  • Last visited

About adamato

  • Birthday 05/24/1969

Contact Methods

  • Website URL
    http://
  • ICQ
    0

adamato's Achievements

New Here

New Here (1/7)

0

Reputation

  1. I downloaded a CVS version of ndiswrapper and compiled now I get no errors doing ndiswrapper -i neti2220x64 modprobe ndiswrapper doing dmesg I get ... ndiswrapper version 1.7 loaded (preempt=no,smp=no) ndiswrapper (load_pe_images:571): fixing KI_USER_SHARED_DATA address in the driv er ndiswrapper: driver neti2220x64 (,17/01/2005,3.03.12.2006) loaded ACPI: PCI Interrupt 0000:02:09.0[A] -> GSI 22 (level, low) -> IRQ 217 ndiswrapper: using irq 217 wlan0: vendor: 'INPROCOMM IPN2220 Wireless LAN Adapter' wlan0: ndiswrapper ethernet device 00:11:09:2a:66:d7 using driver neti2220x64, 1 7FE:2220.5.conf wlan0: encryption modes supported: WEP; TKIP with WPA, WPA2, WPA2PSK; AES/CCMP w ith WPA, WPA2, WPA2PSK ... so, all seems to be OK, BUT: iwconfig get stuck in ifconfig I do have wlan0: wlan0 Link encap:Ethernet HWaddr 00:11:09:2A:66:D7 inet6 addr: fe80::211:9ff:fe2a:66d7/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B) Interrupt:217 Memory:fbffe800-fbfff000 but I dont know to confifure it : how to select available nets, hot to set wep encryption, and so on thanks for your replay adamato
  2. I have 2.6.12-12mdk (kernel) 2.6-2.6.12-12mdk (kernel-source) 2.6-2.6.12-12mdk kernel-source-stripped installed. I don't know if those are compatible each other...
  3. Hello, I have a MSI megabook s270 (with AMD turion 64 MT37) I have troubles configuring the wireless card [AirConn] INPROCOMM IPN 2220 Wireless LAN Adapter (rev 01)width: 32 bits I got ndiswrapper-1.6/, installed it with the option: export INPROCOMM_AMD64=1 make make install I installed the ndiswrapper following the procedure below: downloaded inprocomm drivers 64 bits from http://www.planetamd64.com/index.php?act=A...ype=post&id=435 ndiswrapper -i i2220nta.inf modprobe ndiswrapper the last command gives: FATAL: Error inserting ndiswrapper (/lib/modules/2.6.12-12mdk/misc/ndiswrapper.ko): Invalid argument Could anybody help me? Thanks adamato
  4. I spent quite some time yesterday night, and I found the solution. the correct command to stream a avi file into a yuv file is smil2yuv, not lav2yuv. The correct sequence is therefore: smil2yuv avifile -a tempaudio.mp2 | mpeg2enc -v 0 -b 4000 -f 8 -I 1 -n p -a 2 -o tempvideo.m1v mplex -f 8 tempaudio.mp2 tempvideo.m1v -o outfile.mpeg2 the first line streams out the audio from the avifile to a temporary tempaudio.mp2 file and the video to a tempvideo.m1v the second command multiplexes audio and video files together into outfile.mpeg2 (-n p option is for PAL) have fun! adamato Marked the thread Solved - Artificial Intelligence
  5. Hello all, does anybody know why I can encode raw video files from my cam into mpeg2 dvd compliant using kino with the following options on the MPEG section: video pipe: mpeg2enc -v 0 -b 4000 audio encoding: mp2enc -v 0 -r 48000 whilst if I use command line scripting with similar options like: lav2wav +p file.avi | mp2enc -v 0 -r 48000 -o file.mp2 lav2yuv +p file.avi | mpeg2enc -v 0 -b 4000 -n p -f 8 -s -r 16 -o file.m1v mplex -f 8 file.mp2 file.m1v -o file.mpg I get the final file.mpg which is totally green (no other colours!) thanks a lot adamato [moved from Software by spinynorman]
  6. Actually it works! so it means that somehow the KDE utility (devices popping up on the desktop) fails... Still I don't know the reason, but I consider the problem as solved thank Alex
  7. I cannot double click the cdrom icon on my desktop for accessing cd contents, while I can go through the console into /mnt/cdrom. Other users in my system can do both double click and cmd. line, I can only use the cmd line, otherwise if I click on the cdrom icon I get the message: "Retrieving data from devices is not supported" any idea? I am using mandriva 2005 limited ed. thanks a lot Alex [moved from Software by spinynorman]
  8. Problem solved! I went through Mozilla mail, exported db format readable from evolution. thanks a lot Alex :D
  9. Hi guys, simple question: does anybody know how to import a MS outlook database into evolution? thanks Alex
  10. Ehi! For some reason the hardrake puts sometimes DMA off. The system went back working properly on mpeg2 playback when I pluged a Bluetooth-USB device, and then something changed in the HD config. (???) I decided to disable hardrake at boot. At the moment it works. thanks for the tip adamato
  11. mplayer -vo gave me no usefull info. To be more precise, mplayer or kaffeine do work with mpeg4 files, but both fail with raw video files (from my videocam) and mpeg2 encoded movies (coded with kino or MS movie maker) Surprisingly commercial DVD work! codec problems? regards adamato
  12. My 2.5GHz machine gets really slow while playing normal mpeg2 or avi video files. The scenes are not fluid and the cpu is working 99% (using totem, caffeine, xine or mplayer) My graphic card is nvidia GeForce4 MX 440 my /etc/X11/xorg.conf is appended thanks for your help Alex # File generated by XFdrake. # ********************************************************************** # Refer to the XF86Config man page for details about the format of # this file. # ********************************************************************** Section "Files" # Multiple FontPath entries are allowed (they are concatenated together) # By default, Mandrake 6.0 and later now use a font server independent of # the X server to render fonts. FontPath "unix/:-1" EndSection Section "ServerFlags" #DontZap # disable <Crtl><Alt><BS> (server abort) #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching) AllowMouseOpenFail # allows the server to start up even if the mouse does not work EndSection Section "Module" Load "dbe" # Double-Buffering Extension Load "v4l" # Video for Linux Load "extmod" Load "type1" Load "freetype" Load "glx" Load "/usr/X11R6/lib/modules/extensions/libglx.so" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "keyboard" Option "XkbModel" "pc105" Option "XkbLayout" "de_CH" Option "XkbOptions" "compose:rwin" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/mouse" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "monitor1" VendorName "Samsung" ModelName "Samsung SyncMaster 171v" HorizSync 30-81 VertRefresh 56-75 EndSection Section "Device" Identifier "device1" VendorName "nVidia Corp." BoardName "NVIDIA GeForce4 (generic)" Driver "nvidia" Option "DPMS" Option "IgnoreEDID" "1" EndSection Section "Screen" Identifier "screen1" Device "device1" Monitor "monitor1" DefaultColorDepth 24 Subsection "Display" Depth 8 Virtual 1280 1024 EndSubsection Subsection "Display" Depth 15 Virtual 1280 1024 EndSubsection Subsection "Display" Depth 16 Virtual 1280 1024 EndSubsection Subsection "Display" Depth 24 Virtual 1280 1024 EndSubsection EndSection Section "ServerLayout" Identifier "layout1" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" Screen "screen1" EndSection
  13. xine fails when I try to playback any video file (mplayer works) the output of xine-check seems OK here the xine output (verbosity=1) I hope someone could help me AD :o xine --verbose=0 slideshow.AVI This is xine (X11 gui) - a free video player v0.99.2. © 2000-2004 The xine Team. main: all available video drivers failed. [alessandro@apollo tape4]$ xine --verbose=1 slideshow.AVI This is xine (X11 gui) - a free video player v0.99.2. © 2000-2004 The xine Team. Built with xine library 1.0.0 (1-rc5) Found xine library version: 1.0.0 (1.0). Plateform informations: ---------------------- system name : Linux node name : apollo release : 2.6.8.1-12mdk version : #1 Fri Oct 1 12:53:41 CEST 2004 machine : i686 CPU Informations: ---------------- processor : 0 vendor_id : AuthenticAMD cpu family : 6 model : 8 model name : AMD Athlon XP 1800+ stepping : 0 cpu MHz : 1534.121 cache size : 256 KB fdiv_bug : no hlt_bug : no f00f_bug : no coma_bug : no fpu : yes fpu_exception : yes cpuid level : 1 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow bogomips : 3039.23 ------- Display Name: :0.0, XServer Vendor: Mandrakelinux (X.Org X11 6.7.0, patch level 4.2.101mdk), Protocol Version: 11, Revision: 0, Available Screen(s): 1, Default screen number: 0, Using screen: 0, Depth: 24, XShmQueryVersion: 1.1, -[ xiTK version 0.10.7 [XMB] ]-[ WM type: (EWMH) KWIN {KWin} ]- Display is not using Xinerama. Benchmarking memcpy methods (smaller is better): libc memcpy() : 563589230 linux kernel memcpy() : 569807572 MMX optimized memcpy() : 469647917 MMXEXT optimized memcpy() : 283701648 SSE optimized memcpy() : 285163712 load_plugins: skipping unreadable plugin directory /home/alessandro/.xine/plugins. load_plugins: plugin /usr/lib/xine/plugins/1.0.0/post/xineplug_post_audio_filter_upmix.so found load_plugins: plugin /usr/lib/xine/plugins/1.0.0/post/xineplug_post_goom.so found load_plugins: plugin /usr/lib/xine/plugins/1.0.0/post/xineplug_post_mosaico.so found .... load_plugins: plugin /usr/lib/xine/plugins/1.0.0/xineplug_vo_out_aa.so found load_plugins: ignoring plugin aa, wrong iface version 19 (should be 20) load_plugins: plugin /usr/lib/xine/plugins/1.0.0/xineplug_inp_cdx.so found load_plugins: input plugin CDX does not provide a priority, xine-lib will use the default priority. main: all available video drivers failed.
×
×
  • Create New...