Re: wl.ko

2011-07-02 Thread Umarzuki Mochlis
2011/7/2 sam macdowell 

> Hi,
> I`d just tried to install by Synaptic: broadcom-sta-common
>
> It did OK, but nothing happen. there is no wl.ko around.
>

you probably need to read his first -> http://wiki.debian.org/wl#Squeeze

-- 
Regards,

Umarzuki Mochlis
http://debmal.my


netinst cannot install grub

2010-05-01 Thread Umarzuki Mochlis
i'm using netinst for 64-bit squeeze
the hard disk used is WD3200BEVT

problem:
when i came to the grub-installation part, it failed
but i can install grub and boot ubuntu 10.04 on the same hard disk

-- 
Regards,

Umarzuki Mochlis
http://debmal.my


compiling fred-server on lenny amd64

2009-06-03 Thread Umarzuki Mochlis
I had problem compiling fred-server 2.1.11 on lenny amd64 but i never had
any problem on lenny i386. The compiling instruction I'm using was obtained
from http://fred.nic.cz/raw-attachment/wiki/documentation/notasfredj-en.pdf

-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


Re: compiling gyachi 1.1.0

2009-05-23 Thread Umarzuki Mochlis
2009/5/23 Eduardo M KALINOWSKI 

> Umarzuki Mochlis wrote:
> > thanks for the hints Masami, when configuring I stuck with these messages
> >
> > checking for ALSA... configure: error: Package requirements (alsa >=
> > 0.9.8) were not met:
> >
> > No package 'alsa' found
> >
> > Consider adjusting the PKG_CONFIG_PATH environment variable if you
> > installed software in a non-standard prefix.
> >
> > Alternatively, you may set the environment variables ALSA_CFLAGS
> > and ALSA_LIBS to avoid the need to call pkg-config.
> > See the pkg-config man page for more details.
>
> It's the same problem: you're missing development packages. In this
> case, it is probably libasound2-dev
>
> > That's weird since my audio is using alsa.
>
> You have runtime packages, but not the development ones.
>

Thanks, all the packages that I needed are

automake
libglib2.0-dev
libgtk2.0-dev
libasound2-dev
libgtkhtml2-dev
libjasper-dev
imagemagick

When I ran make, I got these messages

ctrl:/home/umarzuki/Desktop/gyachi-1.1.0# make
make  all-recursive
make[1]: Entering directory `/home/umarzuki/Desktop/gyachi-1.1.0'
Making all in intl
make[2]: Entering directory `/home/umarzuki/Desktop/gyachi-1.1.0/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/umarzuki/Desktop/gyachi-1.1.0/intl'
Making all in po
make[2]: Entering directory `/home/umarzuki/Desktop/gyachi-1.1.0/po'
make[2]: Leaving directory `/home/umarzuki/Desktop/gyachi-1.1.0/po'
Making all in gyvoice
make[2]: Entering directory `/home/umarzuki/Desktop/gyachi-1.1.0/gyvoice'
gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/local/share/locale\"
-D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2
-I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/pixman-1
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/alsa  -g -O2  -Wall -Wno-pointer-sign -funsigned-char -MT
afl.o -MD -MP -MF .deps/afl.Tpo -c -o afl.o afl.c
In file included from wine/winbase.h:5,
 from afl.c:24:
wine/winnt.h:625:2: error: #error You need to define a CONTEXT for your CPU
In file included from wine/winbase.h:5,
 from afl.c:24:
wine/winnt.h:628: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’
before ‘*’ token
wine/winnt.h:754:2: error: #error You need to define DEFINE_REGS_ENTRYPOINT
macros for your CPU
wine/winnt.h:765:3: error: #error You must define GET_IP for this CPU
wine/winnt.h:1021: error: expected specifier-qualifier-list before
‘PCONTEXT’
wine/winnt.h:1034: error: expected declaration specifiers or ‘...’ before
‘PCONTEXT’
In file included from afl.c:24:
wine/winbase.h:544: warning: ‘packed’ attribute ignored for field of type
‘CHAR[8]’
In file included from afl.c:24:
wine/winbase.h:1342: error: expected declaration specifiers or ‘...’ before
‘CONTEXT’
wine/winbase.h:1481: warning: type defaults to ‘int’ in declaration of
‘CONTEXT’
wine/winbase.h:1481: error: expected ‘;’, ‘,’ or ‘)’ before ‘*’ token
afl.c: In function ‘ACM_GetStream’:
afl.c:46: warning: cast to pointer from integer of different size
afl.c: In function ‘acmDriverAddA’:
afl.c:73: warning: cast from pointer to integer of different size
afl.c: In function ‘acmDriverEnum’:
afl.c:134: warning: cast from pointer to integer of different size
afl.c: In function ‘acmDriverID’:
afl.c:157: warning: cast from pointer to integer of different size
afl.c: In function ‘acmDriverOpen’:
afl.c:232: warning: cast from pointer to integer of different size
afl.c: At top level:
afl.c:260: warning: cast from pointer to integer of different size
afl.c: In function ‘MSACM_UnregisterDriver’:
afl.c:303: warning: cast from pointer to integer of different size
afl.c: In function ‘MSACM_GetDriverID’:
afl.c:342: warning: cast to pointer from integer of different size
afl.c: In function ‘MSACM_GetDriver’:
afl.c:350: warning: cast to pointer from integer of different size
afl.c: In function ‘MSACM_GetObj’:
afl.c:358: warning: cast to pointer from integer of different size
afl.c: In function ‘acmStreamOpen’:
afl.c:414: warning: cast from pointer to integer of different size
afl.c:426: warning: cast from pointer to integer of different size
afl.c:464: warning: cast from pointer to integer of different size
afl.c:471: warning: cast from pointer to integer of different size
afl.c:493: warning: cast from pointer to integer of different size
afl.c: In function ‘acmStreamClose’:
afl.c:517: warning: cast from pointer to integer of different size
afl.c: In function ‘acmStreamConvert’:
afl.c:564: warning: cast from pointer to integer of different size
afl.c:564: warning: cast from pointer to integer of different size
afl.c: In function ‘acmStreamPre

Re: compiling gyachi 1.1.0

2009-05-23 Thread Umarzuki Mochlis
2009/5/23 Masami Ichikawa 

> on 05/23/09 19:31, Umarzuki Mochlis wrote:
> > configure.ac:25: error: possibly undefined macro: AM_PATH_GTK_2_0
> >   If this token and others are legitimate, please use
> m4_pattern_allow.
> >   See the Autoconf documentation.
> > configure.ac:26: error: possibly undefined macro: AM_PATH_GLIB_2_0
> > autoconf failed, stopping.
> >
> > Can somebody guide me on compiling and making a deb file out of gyachi
> 1.1.0
> > source?
> >
> I think it seems as if you haven't installed libglib2.0-dev and
> libgtk2.0-dev packages.
> Let's install these packages then run autogen.sh again.
>

thanks for the hints Masami, when configuring I stuck with these messages

checking for ALSA... configure: error: Package requirements (alsa >= 0.9.8)
were not met:

No package 'alsa' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables ALSA_CFLAGS
and ALSA_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

That's weird since my audio is using alsa.


>
> Cheers,
> --
>Masami
>
>
> --
> To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
>
>


-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


compiling gyachi 1.1.0

2009-05-23 Thread Umarzuki Mochlis
ning: AC_RUN_IFELSE was called before AC_GNU_SOURCE
configure.ac:14: warning: AC_COMPILE_IFELSE was called before AC_AIX
../../lib/autoconf/specific.m4:436: AC_AIX is expanded from...
configure.ac:14: warning: AC_RUN_IFELSE was called before AC_AIX
configure.ac:14: warning: AC_COMPILE_IFELSE was called before AC_MINIX
../../lib/autoconf/specific.m4:460: AC_MINIX is expanded from...
configure.ac:14: warning: AC_RUN_IFELSE was called before AC_MINIX
configure.ac:25: error: possibly undefined macro: AM_PATH_GTK_2_0
  If this token and others are legitimate, please use m4_pattern_allow.
  See the Autoconf documentation.
configure.ac:26: error: possibly undefined macro: AM_PATH_GLIB_2_0
autoconf failed, stopping.

Can somebody guide me on compiling and making a deb file out of gyachi 1.1.0
source?

-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


Re: zsnes package

2009-03-21 Thread Umarzuki Mochlis
2009/3/22 Umarzuki Mochlis 

> aside from snes9express, I couldn't find any other fronted for snes9x that
> have option to change the keyboard setting via gui interface.
>
> [snipped]

Could anyone guide me on making a Debian AMD64 package from it's source?
http://prdownloads.sourceforge.net/zsnes/zsnes151src.tar.bz2



-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


zsnes package

2009-03-21 Thread Umarzuki Mochlis
aside from snes9express, I couldn't find any other fronted for snes9x that
have option to change the keyboard setting via gui interface.

-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


Bls: Google Earth

2009-03-14 Thread Umarzuki Mochlis
wierdly, even after installing lib32nss-mdns, it still won't start.

Let me explain what I had done.

1. I tried installing from beta installer downloaded from google earth
but I need to get libgthread
2. I installed googleearth-package without removing the last installer
(step above), when I ran it, it says something about firewall blocking
/home/umarzuki/googleearth/googleearth-bin (refer to step 1)
3. tried to run the googleearth-bin but it says something about X11
not running so I removed the whole googleearth directory
4. purged google-earth and installed lib32nss-mdns but googleearth
won't run anymore

2009/3/15, Richard Ibbotson :
> On Saturday 14 March 2009 12:16:07 Jack Malmostoso wrote:
>> > Please check the following:
>> >  - your network connection
>> > - your firewall settings.
>>
>> And for that you have to install lib32nss-mdns.
>> #479319 has been filed a while ago.
>
> That sorted it out and now my installation of Seamonkey from source
> with the help of 'alien -d ' also works.
>
> Thanks very much :)
>
>
> --
> Richard
>
>
> --
> To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
>
>


-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Google Earth

2009-03-14 Thread Umarzuki Mochlis
2009/3/14 Jack Malmostoso 

> On Sat, 14 Mar 2009 09:30:11 +0100, Umarzuki Mochlis wrote:
>
> > debian:~# aptitude search ia32-libs
> > i A ia32-libs- ia32 shared libraries for
> > use on amd64 and ia64 sy
> > p   ia32-libs-gtk
>
> But not ia32-libs-gtk.


After I installed ia32-libs-gtk, it just silent when i ran ./googleearth
When I ran
./googleearth-bin
./googleearth-bin: error while loading shared libraries: libQtWebKit.so.4:
cannot open shared object file: No such file or directory

>
> Btw, I suggest you also try out googleearth-package.

I couldn't find that one

debian:~# aptitude install googleearth-package
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
No candidate version found for googleearth-package
No candidate version found for googleearth-package
No packages will be installed, upgraded, or removed.

>
>
>
>
> --
> Best Regards, Jack
> Linux User #264449
> Powered by Debian GNU/Linux on AMD64
>
>
> --
> To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
>
>


-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


Re: Google Earth

2009-03-14 Thread Umarzuki Mochlis
2009/3/14 Jack Malmostoso 

> On Sat, 14 Mar 2009 07:10:10 +0100, Umarzuki Mochlis wrote:
>
> > How do I get this one to work?
>
> $ apt-cache search ia32-libs
>

I already installed ia32-libs

debian:~# aptitude search ia32-libs
i A ia32-libs- ia32 shared libraries for use
on amd64 and ia64 sy
p   ia32-libs-gtk- GTK+ ia32 shared libraries
p   ia32-libs-tools  - Tools for converting i386
debs for amd64 and ia64


>
> --
> Best Regards, Jack
> Linux User #264449
> Powered by Debian GNU/Linux on AMD64
>
>
> --
> To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
>
>


-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


Google Earth

2009-03-13 Thread Umarzuki Mochlis
I couldn't start google earth on my sid amd64

umarz...@debian:~/google-earth$
./googleearth
./googleearth-bin: error while loading shared libraries:
libgthread-2.0.so.0: cannot open shared object file: No such file or
directory

So I tried symlinking libgthread

umarz...@debian:~/google-earth$ ln -s /usr/lib/libgthread-2.0.so.0 .

but...

umarz...@debian:~/google-earth$ ./googleearth
./googleearth-bin: error while loading shared libraries:
libgthread-2.0.so.0: wrong ELF class: ELFCLASS64

How do I get this one to work?

-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


Re: "big" machines running Debian?

2009-02-21 Thread Umarzuki Mochlis
2009/2/21 Igor Támara 

> Hi, at some Datacenter here on my country they only want the
> machines to be installed with RHEL or Suse, every time I dig more
> into those distros I fall in love more with Debian.  This is why I'm
> asking about machines that have many cores and lots of RAM and
> plenty of disk.
>
>
> Here (at my country) big means more than 4x4 cores , more than
> 16Gb of RAM, and more than 1Tb on disk, excluding clusters, also SAN
> are good to know about.

If Red Hat can support it, I don't think that there's any reason Debian
couldn't.

>
>
> Is there a place where one can post the machines to make some feel
> of trusting for others?  I'm using Debian from about 2000 and had
> the opportunity of use sparc, powerpc, x86 and AMD64 ports, and ever
> had to go back with another distro, I'm really happy with Debian, so
> I want to use it as many places as possible.
>
> Thanks in advacne for any information.


>
> --
> Recomiendo Imágenes de OpenClipart
> http://www.openclipart.org
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.6 (GNU/Linux)
>
> iD8DBQFJn/rwtV4JcpE0AlYRAkuvAJ9Lk6TLC1WmyjcJ2m1qpiBC/jkDegCg70+5
> yDLpMTq6odSmddpuYWYHkPQ=
> =Md58
> -END PGP SIGNATURE-
>
>


-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


Re: ndiswrapper problem with Wireless

2009-02-19 Thread Umarzuki Mochlis
2009/2/19 

>
> I have hp pavillon tx1420us with
> Network controller: Broadcom Corporation BCM4328 802.11a/b/g/n (recv. 03)
> Broadcom 4321AG 802.11a/b/g/draft n Wi-Fi Adapter
> ---
> I'd ndiswrapper installed but:
>
> hp:/home/mac# iwconfig
> lono wireless extensions.
> eth0  no wireless extensions.
> 
> I'd checked:
>
> hp:/home/mac# lsmod | grep ndis
> ndiswrapper   216064  0
> hp:/home/mac# ndiswrapper -l
> bcmwl6 : driver installed
>device (14E4:4328) present (alternate driver: ssb)
> hp:/home/mac# cat /etc/modprobe.d/ndiswrapper
> alias wlan0 ndiswrapper
> hp:/home/mac# dmesg | grep ndisw
> [   17.473835] ndiswrapper version 1.53 loaded (smp=yes, preempt=no) [
> 17.589837] usbcore: registered new interface driver ndiswrapper
> hp:/home/mac#
>
> -
>  also seems OK 
>
> Any help?

last time I had the same problem when I forgot to push the wifi button (left
to the power button) on my presario cq40.

>
>
> Thank you
>
>
>
>
>
>
>
>
>
>
> --
> To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
>
>


-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


Re: unable to install lenny using CD1 (26-Jan-2009)

2009-01-29 Thread Umarzuki Mochlis
2009/1/29 Gaius Mulley 

>
> Hi,
>
> I'm attempting to install lenny amd64 (using CD1) on a:
>
> CPU0: Intel(R) Core(TM)2 Duo CPU E8400  @ 3.00GHz stepping 0a
>
> the CD boots but the kernel fails to find the CDROM.  Under Ubuntu the
> CDROM device is /dev/scd0 - but no such device exists (in /dev/) when
> lenny is booted.  I'm wondering whether I'm doing something obviously
> wrong?
>
> Ubuntu reports the CDROM as:
>
> $ cdrecord -scanbus
> scsibus5:
>5,0,0   500) 'TSSTcorp' 'CDDVDW SH-S202J ' 'SB02' Removable
>CD-ROM
>
> apologies if it really is straightforward.
>

no need too, many had been in your position. In fact I did too. Simply
change to IDE cdrom drive or use all hard disk and optical drives using
SATA.

>
> regards,
> Gaius
>
>
> --
> To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
>
>


-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


installing driver with ndiswrapper

2009-01-27 Thread Umarzuki Mochlis
-- Forwarded message --
From: Umarzuki Mochlis 
Date: 2009/1/28
Subject: Re: installing driver with ndiswrapper
To: Stefan Biber 




2009/1/28 Stefan Biber 

> syntax: modprobe  .lädt ein modul nach
>
> ndiswrapper ist kein modul
>
it is a module since after compiling it, I managed to run modprobe
ndiswrapper. Check out:
eden:~# modinfo ndiswrapper
filename:   /lib/modules/2.6.26-1-amd64/misc/ndiswrapper.ko
license:GPL
version:1.53
description:NDIS wrapper driver
author: ndiswrapper team 
srcversion: 15EC9D20327F2CF7BC7D049
depends:
vermagic:   2.6.26-1-amd64 SMP mod_unload modversions
parm:   if_name:Network interface name or template (default: wlan%d)
(charp)
parm:   proc_uid:The uid of the files created in /proc (default: 0).
(int)
parm:   proc_gid:The gid of the files created in /proc (default: 0).
(int)
parm:   debug:debug level (int)
parm:   hangcheck_interval:The interval, in seconds, for checking if
driver is hung. (default: 0) (int)
parm:   utils_version:Compatible version of utils (read only: 1.9)
(charp)

I managed to load the driver
eden:~# ndiswrapper -l
bcmwl6 : driver installed
device (14E4:4315) present (alternate driver: wl)

But no interface shown with iwconfig
eden:~# iwconfig
lono wireless extensions.

eth0  no wireless extensions.

vmnet1no wireless extensions.

vmnet2no wireless extensions.

vmnet8no wireless extensions.

So I checked with dmesg:

[   12.829652] ndiswrapper (import:242): unknown symbol:
NDIS.SYS:'NdisFreeIoWorkItem'
[   12.829752] ndiswrapper (import:242): unknown symbol:
NDIS.SYS:'NdisMSetMiniportAttributes'
[   12.829821] ndiswrapper (import:242): unknown symbol:
NDIS.SYS:'NdisAllocateIoWorkItem'
[   12.829880] ndiswrapper (import:242): unknown symbol:
NDIS.SYS:'NdisMSendNetBufferListsComplete'
[   12.829939] ndiswrapper (import:242): unknown symbol:
NDIS.SYS:'NdisMDeregisterMiniportDriver'
[   12.829998] ndiswrapper (import:242): unknown symbol:
NDIS.SYS:'NdisQueueIoWorkItem'
[   12.830062] ndiswrapper (import:242): unknown symbol:
NDIS.SYS:'NdisMRegisterScatterGatherDma'
[   12.830121] ndiswrapper (import:242): unknown symbol:
NDIS.SYS:'NdisMRegisterMiniportDriver'
[   12.830180] ndiswrapper (import:242): unknown symbol:
NDIS.SYS:'NdisMIndicateReceiveNetBufferLists'
[   12.830239] ndiswrapper (import:242): unknown symbol:
NDIS.SYS:'NdisMOidRequestComplete'
[   12.830297] ndiswrapper (import:242): unknown symbol:
NDIS.SYS:'NdisFreeNetBufferListPool'
[   12.830359] ndiswrapper (import:242): unknown symbol:
NDIS.SYS:'NdisOpenConfigurationEx'
[   12.830417] ndiswrapper (import:242): unknown symbol:
NDIS.SYS:'NdisAllocateNetBufferListPool'
[   12.830475] ndiswrapper (import:242): unknown symbol:
NDIS.SYS:'NdisMDeregisterInterruptEx'
[   12.830536] ndiswrapper (import:242): unknown symbol:
NDIS.SYS:'NdisFreeMdl'
[   12.830590] ndiswrapper (import:242): unknown symbol:
NDIS.SYS:'NdisAllocateMemoryWithTagPriority'
[   12.830649] ndiswrapper (import:242): unknown symbol:
NDIS.SYS:'NdisAllocateMdl'
[   12.830708] ndiswrapper (import:242): unknown symbol:
NDIS.SYS:'NdisMSetBusData'
[   12.830766] ndiswrapper (import:242): unknown symbol:
NDIS.SYS:'NdisAllocateNetBufferAndNetBufferList'
[   12.830826] ndiswrapper (import:242): unknown symbol:
NDIS.SYS:'NdisMGetBusData'
[   12.830888] ndiswrapper (import:242): unknown symbol:
NDIS.SYS:'NdisFreeNetBufferList'
[   12.830949] ndiswrapper (import:242): unknown symbol:
NDIS.SYS:'NdisMSynchronizeWithInterruptEx'
[   12.831014] ndiswrapper (import:242): unknown symbol:
NDIS.SYS:'NdisMIndicateStatusEx'
[   12.831076] ndiswrapper (import:242): unknown symbol:
NDIS.SYS:'NdisMRegisterInterruptEx'
[   12.831134] ndiswrapper (import:242): unknown symbol:
NDIS.SYS:'NdisMDeregisterScatterGatherDma'
[   12.831202] ndiswrapper (load_sys_files:206): couldn't prepare driver
'bcmwl6'
[   12.832361] ndiswrapper (load_wrap_driver:108): couldn't load driver
bcmwl6; check system log for messages from 'loadndisdriver'

eden:~# cat /var/log/messages | grep loadndis
Jan 28 07:54:08 eden loadndisdriver: loadndisdriver: load_driver(358):
couldn't load driver bcmwl6

>
>
>
> 2009/1/27 Umarzuki Mochlis 
>
> I'm trying to install my laptop wireless driver with ndiswrapper
>>
>> eden:/home/umarzuki/Desktop/Downloads# ndiswrapper -i bcmwl6.inf
>> installing bcmwl6 ...
>> eden:/home/umarzuki/Desktop/Downloads# depmod -a
>> eden:/home/umarzuki/Desktop/Downloads# modprobe ndiswrapper
>> FATAL: Module ndiswrapper not found.
>>
>> Why did that happened?
>> eden:

installing driver with ndiswrapper

2009-01-27 Thread Umarzuki Mochlis
I'm trying to install my laptop wireless driver with ndiswrapper

eden:/home/umarzuki/Desktop/Downloads# ndiswrapper -i bcmwl6.inf
installing bcmwl6 ...
eden:/home/umarzuki/Desktop/Downloads# depmod -a
eden:/home/umarzuki/Desktop/Downloads# modprobe ndiswrapper
FATAL: Module ndiswrapper not found.

Why did that happened?
eden:/home/umarzuki/Desktop/Downloads# aptitude search ndiswrapper
i   ndiswrapper-common  - Common scripts required to use the
utiliti
p   ndiswrapper-source  - Source for the ndiswrapper Linux
kernel mo
i A ndiswrapper-utils-1.9   - Userspace utilities for the
ndiswrapper Li

-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


Re: Equivalence to apt-get install -f

2009-01-27 Thread Umarzuki Mochlis
2009/1/27 Ron Johnson 

> On 01/27/2009 01:04 AM, Pierre Meurisse wrote:
>
>> On Mon, Jan 26, 2009 at 09:11:06PM -0600, Ron Johnson wrote:
>>
>>> On 01/26/2009 08:59 PM, Umarzuki Mochlis wrote:
>>>
>>>> For aptitude, is there an equivalence to
>>>> # apt-get install -f
>>>>
>>> What is it that you need to force?
>>>
>>>  -f means --fix-broken
>>
>>
> That's what I meant... :D  (Force a broken install to go thru.)
>
well, last time i tried aptitude install -f did not work to solve deluge
dependencies (the package from its website) but apt-get install -f does.
Hence question asked.

>
>
> --
> Ron Johnson, Jr.
> Jefferson LA  USA
>
> "I am not surprised, for we live long and are celebrated poopers."
>
>
> --
> To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
>
>


-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


Re: boot-time script

2009-01-26 Thread Umarzuki Mochlis
2009/1/27 Ron Johnson 

>
> Please don't cross-post.
>
> On 01/26/2009 09:26 PM, Umarzuki Mochlis wrote:
>
>> I tried making boot-time script for deluge like below
>>
>> #!/bin/bash
>> /usr/bin/deluge
>>
>> Then I ran update-rc.d to the deluge script hat I saved in /etc/init.d
>> # update-rc.d deluge defaults
>>
>> But when I rebooted my PC, it didn't start. Please tell me where I got it
>> wrong?
>>
>
> It's a *GUI* *client*, not a daemon.
>
Now I get it. It only works with deamon. That's why I got

nastything:~# /etc/rc.local start
/var/lib/python-support/python2.5/gtk-2.0/gtk/__init__.py:72: GtkWarning:
could not open display
  warnings.warn(str(e), _gtk.Warning)
1.1.1
/var/lib/python-support/python2.5/deluge/ui/gtkui/queuedtorrents.py:48:
Warning: invalid (NULL) pointer instance
  "glade/queuedtorrents.glade"))
/var/lib/python-support/python2.5/deluge/ui/gtkui/queuedtorrents.py:48:
Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)'
failed
  "glade/queuedtorrents.glade"))
/var/lib/python-support/python2.5/deluge/ui/gtkui/queuedtorrents.py:48:
GtkWarning: gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)'
failed
  "glade/queuedtorrents.glade"))
/var/lib/python-support/python2.5/deluge/ui/gtkui/queuedtorrents.py:48:
Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
  "glade/queuedtorrents.glade"))
/var/lib/python-support/python2.5/deluge/ui/gtkui/queuedtorrents.py:48:
Warning: value "TRUE" of type `gboolean' is invalid or out of range for
property `visible' of type `gboolean'
  "glade/queuedtorrents.glade"))
/var/lib/python-support/python2.5/deluge/ui/gtkui/queuedtorrents.py:64:
GtkWarning: gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)'
failed
  gtk.TreeViewColumn(_("Torrent"), gtk.CellRendererText(), text=0))
/var/lib/python-support/python2.5/deluge/ui/gtkui/queuedtorrents.py:64:
Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
  gtk.TreeViewColumn(_("Torrent"), gtk.CellRendererText(), text=0))
/var/lib/python-support/python2.5/deluge/ui/gtkui/mainwindow.py:51: Warning:
invalid (NULL) pointer instance
  "glade/main_window.glade"))
/var/lib/python-support/python2.5/deluge/ui/gtkui/mainwindow.py:51: Warning:
g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
  "glade/main_window.glade"))
/var/lib/python-support/python2.5/deluge/ui/gtkui/mainwindow.py:51:
GtkWarning: gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)'
failed
  "glade/main_window.glade"))
/var/lib/python-support/python2.5/deluge/ui/gtkui/mainwindow.py:51: Warning:
g_object_get: assertion `G_IS_OBJECT (object)' failed
  "glade/main_window.glade"))
/var/lib/python-support/python2.5/deluge/ui/gtkui/mainwindow.py:51: Warning:
value "TRUE" of type `gboolean' is invalid or out of range for property
`visible' of type `gboolean'
  "glade/main_window.glade"))
/var/lib/python-support/python2.5/deluge/ui/gtkui/mainwindow.py:51:
GtkWarning: gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN
(screen)' failed
  "glade/main_window.glade"))
/var/lib/python-support/python2.5/deluge/ui/gtkui/mainwindow.py:51:
GtkWarning: gtk_icon_size_lookup_for_settings: assertion `GTK_IS_SETTINGS
(settings)' failed
  "glade/main_window.glade"))
/var/lib/python-support/python2.5/deluge/ui/gtkui/mainwindow.py:51:
GtkWarning: Invalid icon size 1

  "glade/main_window.glade"))
/var/lib/python-support/python2.5/deluge/ui/gtkui/mainwindow.py:51:
GtkWarning: gtk_icon_theme_load_icon: assertion `GTK_IS_ICON_THEME
(icon_theme)' failed
  "glade/main_window.glade"))
/etc/rc.local: line 14:  3592 Segmentation fault  /usr/bin/deluge


>
> Do you really want it to start up when you log in?
>
Yes, my little sister alwas forgot to start deluge when using my PC (I'm
always not at home during weekdays)

>
> --
> Ron Johnson, Jr.
> Jefferson LA  USA
>
> "I am not surprised, for we live long and are celebrated poopers."
>
>
> --
> To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
>
>


-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


boot-time script

2009-01-26 Thread Umarzuki Mochlis
I tried making boot-time script for deluge like below

#!/bin/bash
/usr/bin/deluge

Then I ran update-rc.d to the deluge script hat I saved in /etc/init.d
# update-rc.d deluge defaults

But when I rebooted my PC, it didn't start. Please tell me where I got it
wrong?

-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


Re: Equivalence to apt-get install -f

2009-01-26 Thread Umarzuki Mochlis
nothing particularly. I just want to know since apt-get can do it, why not
aptitude.

2009/1/27 Ron Johnson 

> On 01/26/2009 08:59 PM, Umarzuki Mochlis wrote:
>
>> For aptitude, is there an equivalence to
>> # apt-get install -f
>>
>
> What is it that you need to force?
>
> --
> Ron Johnson, Jr.
> Jefferson LA  USA
>
> "I am not surprised, for we live long and are celebrated poopers."
>
>
> --
> To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
>
>


-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


Equivalence to apt-get install -f

2009-01-26 Thread Umarzuki Mochlis
For aptitude, is there an equivalence to
# apt-get install -f

-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


Re: deluge cannot load

2009-01-26 Thread Umarzuki Mochlis
2009/1/27 Uladzislau Rezki 

> On 23 January 2009 16:00:30 Umarzuki Mochlis wrote:
> > When I tried to load as normal user, I got
> >
> > umarz...@nastything:~$ deluge
> > no existing Deluge session
> > Starting new Deluge session...
> > deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
> > Applying preferences
> > terminate called after throwing an instance of
> 'libtorrent::invalid_handle'
> >   what():  invalid torrent handle used
> > Aborted
> >
> Actually i am not a user of the deluge, but while "googling" i found a
> solution, i.e. people says to do that: "rm
> ~/.config/deluge/persistent.state"
> after that try to run deluge again.
>

after I tried installing with package rom deluge's page, all is ok.

>
> --
> Uladzislau Rezki
>



-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


Re: Ticketing system

2009-01-24 Thread Umarzuki Mochlis
2009/1/24 S. Fishpaste 

> On Sat, 24 Jan 2009 11:30:45 +0800, Umarzuki Mochlis in
> gmane.linux.debian.user wrote:
> > --000e0cd32d0688f31d0461322141
> > Content-Type: text/plain; charset=UTF-8
> > Content-Transfer-Encoding: 7bit
> >
> > Recommend me a nice, easy to use free and open source software for
> support
> > ticketing system on linux adn please tell me why do you like it :)
>
> Sounds like a homework question -- Call me crazy but ...
>

haha...I'm not a college boy anymore. If that's what you mean. A friends
asked me about it but I never tried any.

>
> --
> Regards,
> S. Fishpaste
>
>
> --
> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact
> listmas...@lists.debian.org
>
>


-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


Pixma iP1000 printer driver on Lenny AMD64

2009-01-24 Thread Umarzuki Mochlis
Anyone ever configured this printer on debian 64 bit? Or any canon printer
on lenny 64?

-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


Ticketing system

2009-01-23 Thread Umarzuki Mochlis
Recommend me a nice, easy to use free and open source software for support
ticketing system on linux adn please tell me why do you like it :)

-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


Re: deluge cannot load

2009-01-23 Thread Umarzuki Mochlis
When I tried to load as normal user, I got

umarz...@nastything:~$ deluge
no existing Deluge session
Starting new Deluge session...
deluge_core; using libtorrent 0.13.0.0. Compiled with NDEBUG.
Applying preferences
terminate called after throwing an instance of 'libtorrent::invalid_handle'
  what():  invalid torrent handle used
Aborted


2009/1/23 Umarzuki Mochlis 

> When I tried to run deluge, it won't load. Then I tried wth terminal
>
> nastything:~# deluge
> /var/lib/python-support/python2.5/gtk-2.0/gtk/__init__.py:72: GtkWarning:
> could not open display
>   warnings.warn(str(e), _gtk.Warning)
> nastything:~# /var/lib/python-support/python2.5/gtk-2.0/gtk/__init__.py:72:
> GtkWarning: could not open display
>   warnings.warn(str(e), _gtk.Warning)
> no existing Deluge session
> /var/lib/python-support/python2.5/deluge/wizard.py:50: Warning: invalid
> (NULL) pointer instance
>   , domain='deluge')
> /var/lib/python-support/python2.5/deluge/wizard.py:50: Warning:
> g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
>   , domain='deluge')
> /var/lib/python-support/python2.5/deluge/wizard.py:50: GtkWarning:
> gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
>   , domain='deluge')
> /var/lib/python-support/python2.5/deluge/wizard.py:50: Warning:
> g_object_get: assertion `G_IS_OBJECT (object)' failed
>   , domain='deluge')
> /var/lib/python-support/python2.5/deluge/wizard.py:50: GtkWarning:
> gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
>   , domain='deluge')
> /var/lib/python-support/python2.5/deluge/wizard.py:50: GtkWarning:
> gtk_icon_theme_load_icon: assertion `GTK_IS_ICON_THEME (icon_theme)' failed
>   , domain='deluge')
> /var/lib/python-support/python2.5/deluge/wizard.py:50: GtkWarning:
> gtk_icon_size_lookup_for_settings: assertion `GTK_IS_SETTINGS (settings)'
> failed
>   , domain='deluge')
> /var/lib/python-support/python2.5/deluge/wizard.py:50: GtkWarning: Invalid
> icon size 1
>
>   , domain='deluge')
>
> --
> Regards,
>
> Umarzuki Mochlis
> http://gameornot.net
>



-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


deluge cannot load

2009-01-23 Thread Umarzuki Mochlis
When I tried to run deluge, it won't load. Then I tried wth terminal

nastything:~# deluge
/var/lib/python-support/python2.5/gtk-2.0/gtk/__init__.py:72: GtkWarning:
could not open display
  warnings.warn(str(e), _gtk.Warning)
nastything:~# /var/lib/python-support/python2.5/gtk-2.0/gtk/__init__.py:72:
GtkWarning: could not open display
  warnings.warn(str(e), _gtk.Warning)
no existing Deluge session
/var/lib/python-support/python2.5/deluge/wizard.py:50: Warning: invalid
(NULL) pointer instance
  , domain='deluge')
/var/lib/python-support/python2.5/deluge/wizard.py:50: Warning:
g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
  , domain='deluge')
/var/lib/python-support/python2.5/deluge/wizard.py:50: GtkWarning:
gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
  , domain='deluge')
/var/lib/python-support/python2.5/deluge/wizard.py:50: Warning:
g_object_get: assertion `G_IS_OBJECT (object)' failed
  , domain='deluge')
/var/lib/python-support/python2.5/deluge/wizard.py:50: GtkWarning:
gtk_icon_theme_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
  , domain='deluge')
/var/lib/python-support/python2.5/deluge/wizard.py:50: GtkWarning:
gtk_icon_theme_load_icon: assertion `GTK_IS_ICON_THEME (icon_theme)' failed
  , domain='deluge')
/var/lib/python-support/python2.5/deluge/wizard.py:50: GtkWarning:
gtk_icon_size_lookup_for_settings: assertion `GTK_IS_SETTINGS (settings)'
failed
  , domain='deluge')
/var/lib/python-support/python2.5/deluge/wizard.py:50: GtkWarning: Invalid
icon size 1

  , domain='deluge')

-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


VMware server

2009-01-19 Thread Umarzuki Mochlis
I tried installing vmware server 1.0.8 on my debian lenny referring to
http://wiki.debian.org/Manual-Howto#head-c9e998d4806797452cd58fce417b6fb00fbc60beand
got

Extracting the sources of the vmmon module.

Building the vmmon module.

Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config0/vmmon-only'
make -C /lib/modules/2.6.26-1-amd64/build/include/.. SUBDIRS=$PWD
SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.26-1-amd64'
  CC [M]  /tmp/vmware-config0/vmmon-only/linux/driver.o
/tmp/vmware-config0/vmmon-only/linux/driver.c:146: error: unknown field
'nopage' specified in initializer
/tmp/vmware-config0/vmmon-only/linux/driver.c:147: warning: initialization
from incompatible pointer type
/tmp/vmware-config0/vmmon-only/linux/driver.c:150: error: unknown field
'nopage' specified in initializer
/tmp/vmware-config0/vmmon-only/linux/driver.c:151: warning: initialization
from incompatible pointer type
make[2]: *** [/tmp/vmware-config0/vmmon-only/linux/driver.o] Error 1
make[1]: *** [_module_/tmp/vmware-config0/vmmon-only] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.26-1-amd64'
make: *** [vmmon.ko] Error 2
make: Leaving directory `/tmp/vmware-config0/vmmon-only'
Unable to build the vmmon module.

For more information on how to troubleshoot module-related problems, please
visit our Web site at "http://www.vmware.com/download/modules/modules.html";
and
"http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html";.

Execution aborted.

I changed the default gcc to 4.1.2 as it says my kernel compiled with it
# export CC=/usr/bin/gcc-4.1.2

-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


Re: recommended motherboards for build?

2009-01-13 Thread Umarzuki Mochlis
if you're just going for surfing and word precessing, just get a
Athlon X2 4800 with a 'just enough' motherboard for less than 150 USD.

2009/1/14 Lennart Sorensen :
> On Tue, Jan 13, 2009 at 02:34:27PM +0100, Jochen Schulz wrote:
>> Then you definitely don't need a quad core CPU and even if you insist
>> you shouldn't use the Q6600.
>
> Yeah something like an E8400 is a nice choice.  TDP of 65W (versus 95 or
> 105 on the Q6600 or newer quads), and cheap, and 3GHz, which for people
> that don't use 4 heavy threads at a time, will work out a lot faster.
>
> I use a Q6600 in a mythtv/fileserver/webserver/everything else I needed
> box running linux.
>
> When I built a cad system for my father, I used the E8400 because
> solidworks doesn't do that much threading and gains nothing going beyond
> 2 cores, and 3ghz dual with 1333MT/s bus for less money than a 2.4GHz quad
> with a 1066MT/s bus just made more sense.  The fact it runs cooler too
> was a bonus.
>
> --
> Len Sorensen
>
>
> --
> To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
>
>



-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Laptop CQ40-115AU webcam

2009-01-12 Thread Umarzuki Mochlis
thanks for that info, i'll be sure to check out cheese and ekiga.

2009/1/12 Lennart Sorensen :
> On Sat, Jan 10, 2009 at 12:29:49PM +0800, Umarzuki Mochlis wrote:
>> Hi AMD64 users can you all give some info on enabling webcam on my
>> Presario cq40-115au lappy.
>>
>>  I don't really know which app to use since i don't do much chatting
>> with webcam but just to test whether it works in case some windows
>> fanboy asked.
>
> Well cheese or ekiga are both decent little tools that are easy to check
> a web cam with.
>
> Now if it happens to be a UVC compliant webcam, then it should pretty
> much just work, although there is apparently a bug in 2.6.26 that makes
> UVC webcams not work in some cases.  I haven't played with the one I
> just bought enough to figure out if that is why I am having odd problems
> but most likely it is.
>
> --
> Len Sorensen
>



-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Laptop CQ40-115AU webcam

2009-01-09 Thread Umarzuki Mochlis
Hi AMD64 users can you all give some info on enabling webcam on my
Presario cq40-115au lappy.

 I don't really know which app to use since i don't do much chatting
with webcam but just to test whether it works in case some windows
fanboy asked.

-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


-- 
To UNSUBSCRIBE, email to debian-amd64-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org