HELP !! Pinnacle PCTV Hybrid Pro (USB) on Ubuntu 7.04 (Feisty Fawn)

lusb:

Bus 003 Device 006: ID 09da:001a A4 Tech Co., Ltd Wireless Mouse & RXM-15 Receiver
Bus 003 Device 007: ID 03f0:0024 Hewlett-Packard
Bus 003 Device 008: ID 0930:6534 Toshiba Corp.
Bus 003 Device 005: ID eb1a:2881 eMPIA Technology, Inc.
Bus 003 Device 004: ID 04b4:6560 Cypress Semiconductor Corp. CY7C65640 USB-2.0 “TetraHub”
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 002: ID 08ff:2580 AuthenTec, Inc.
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 003: ID 046d:08da Logitech, Inc.
Bus 001 Device 001: ID 0000:0000
sudo apt-get install linux-headers-`uname -r`
sudo apt-get install mercurial
sudo apt-get install dvb-utils libxine-extracodecs

That’s ok…

sudo chown lync /usr/src
cd /usr/src
hg clone http://mcentral.de/hg/~mrec/v4l-dvb-kernel (v4l kernel drivers…)
cd /lib/firmware/`uname -r`
sudo wget http://konstantin.filtschew.de/v4l-firmware/firmware_v3.tgz (Firmware for my pinnacle)
sudo tar xvzf firmware_v3.tgz
cd /usr/src/v4l-dvb-kernel/

sudo make

AND The response:

make -C /usr/src/v4l-dvb-kernel/v4l
make[1]:`/usr/src/v4l-dvb-kernel/v4l’ dizinine giriliyor
creating symbolic links…
make -C /lib/modules/2.6.20-12-generic/build SUBDIRS=/usr/src/v4l-dvb-kernel/v4l modules
make[2]: Entering directory `/usr/src/linux-headers-2.6.20-12-generic’
CC [M] /usr/src/v4l-dvb-kernel/v4l/flexcop-pci.o
/usr/src/v4l-dvb-kernel/v4l/flexcop-pci.c: In function ‘flexcop_pci_irq_check_work’:
/usr/src/v4l-dvb-kernel/v4l/flexcop-pci.c:119: warning: passing argument 1 of ’schedule_delayed_work’ from incompatible pointer type
/usr/src/v4l-dvb-kernel/v4l/flexcop-pci.c: In function ‘flexcop_pci_stream_control’:
/usr/src/v4l-dvb-kernel/v4l/flexcop-pci.c:226: warning: passing argument 1 of ’schedule_delayed_work’ from incompatible pointer type
/usr/src/v4l-dvb-kernel/v4l/flexcop-pci.c:229: warning: passing argument 1 of ‘cancel_delayed_work’ from incompatible pointer type
/usr/src/v4l-dvb-kernel/v4l/flexcop-pci.c:378:71: error: macro “INIT_WORK” passed 3 arguments, but takes just 2
/usr/src/v4l-dvb-kernel/v4l/flexcop-pci.c: In function ‘flexcop_pci_probe’:
/usr/src/v4l-dvb-kernel/v4l/flexcop-pci.c:378: error: ‘INIT_WORK’ undeclared (first use in this function)
/usr/src/v4l-dvb-kernel/v4l/flexcop-pci.c:378: error: (Each undeclared identifier is reported only once
/usr/src/v4l-dvb-kernel/v4l/flexcop-pci.c:378: error: for each function it appears in.)
make[3]: *** [/usr/src/v4l-dvb-kernel/v4l/flexcop-pci.o] Error 1
make[2]: *** [_module_/usr/src/v4l-dvb-kernel/v4l] Error 2
make[2]: Leaving directory `/usr/src/linux-headers-2.6.20-12-generic’
make[1]: *** [default] Error 2
make[1]: `/usr/src/v4l-dvb-kernel/v4l’ exiting directory
make: *** [all] Error 2

??? STUCK!!

Any suggestions…???

Posted on 22 March '07 by admin, under Linux. .

XGL

Bugün ilk kez UBUNTU Dapper’ımda xgl’i deniyorum. çok güzel olmuş fakat benim ekran kartım iyi başedemiyor…

Dapper kullanıyorsanız işte size XGL server’ın nasıl kurulacağına ve kullanılacağına dahir belge (ingilizce):

https://wiki.ubuntu.com/XglHowto?highlight=%28xgl%29

Posted on 21 March '06 by admin, under Linux. .

Setup Lexmark z23-z35 (2x and 3x series printers) on Ubuntu (Breezy Badger 5.10)

(Lexmark Z34 on ubuntu)

Finally, at the and of a great struggle with the printer I have the solution… If I knew the “tail”…

First of all you have to have alien (which converts .rpm files to .deb) and libstdc++5. If you have them then pass to the next step. If you don’t then type these:

sudo apt-get install alien
sudo apt-get install libstdc++5

Next Step:

First of all you have to download the driver:

From here:
CJLZ35LE-CUPS-2.0-1.TAR.GZ

Or here (official lexmark site):
CJLZ35LE-CUPS-2.0-1.TAR.GZ

Let’s start to set up our f**king Lexmark Z2x-Z3x (Z34 is Mine)

tar -xvzf CJLZ35LE-CUPS-2.0-1.TAR.GZ
tail -n +143 lexmarkz35-CUPS-2.0-1.gz.sh > install.tar.gz
tar -xvzf install.tar.gz
sudo alien --to-deb *.rpmdpkg -i *.deb
sudo ldconfigcd /usr/share/cups/modelsudo
gunzip Lexmark-Z35-lxz35cj-cups.ppd.gz
sudo /etc/init.d/cupsys restart

(Explanation:
1st com: unpack the archive
2nd com: the .sh script is broken in for breezy
3rd com: unpacking of archive which was produced by “tail” command
4th com: converting the .rpm files to the .deb files
5th com: we have to refresh our system for recognition of lexmark libraries
6th com: change directory to cups (c-ommon u-nix p-rinting s-ystem) our printer is lying here
7th com: unpacking the ppd file (which is “the” driver)
8th com: we have to restart cups

After these steps, we should check if printer was set up properly:

/usr/lib/cups/backend/z35

You should see an output like this:

direct z35:/dev/usb/lp0 "Lexmark Inkjet color printer" "Lexmark Printer"

If does not then change the usb port of printer and repeat the procedure.

If there is no problem then you can simply activate your printer from Ubuntu’s printing menu:
System>>>Administration>>>Printing

You should see something like this:

Press next & choose Lexmark from manufacturer Menu. You should see the driver “Z35 V2.0-1″ and choose it

Finally Press “Apply”
That’s all fellas.
Happy Printings….

Posted on 13 February '06 by admin, under English, Linux. .

Goobuntu // Ubuntu // GoogleOS (Screenshots of Goobuntu, Google OS)

May Google will release it?? I have no idea. But gossips are everywhere…
Some “possible” photos from “possible” Google OS or Goobuntu

(http://www.flickr.com/photos/lynchaos/)

(http://www.goobuntu.com/blog/)

Posted on 3 February '06 by admin, under Linux. .

Goobuntu // Ubuntu


Google uses Ubuntu only internally

Though steps toward closing in on the consumer have been made (Desktop Search utility, Google Talk IM, and Google Earth), chances for a Google OS to arrive are little, considering that there is no web browser at the time being.

Rumors of Google developing an Ubuntu (Linux)-based operating system named Goobuntu have been silenced by Google’s technology spokeswoman Sonya Borälv, saying that though Google uses Ubuntu internally, they do not distribution outside the company.

Though steps toward closing in on the consumer have been made (Desktop Search utility, Google Talk IM, and Google Earth), chances for a Google OS to arrive are little, considering that there is no web browser at the time being.

Issues that would arise after a Google OS would include GNU General Public License 3’s (GPL 3) anti-DRM nature clash with Google Video and Google Music service (highly addicted to DRM).

Ubuntu is a desktop Linux distribution, based on Debian GNU/Linux, sponsored by Mark Shuttleworth’s Canonical Ltd. Ubuntu means “humanity towards others” in South Africa.

What sets is apart from Debian is a new release every 6 months and support for a minimum of 18 months. Ubuntu v6.04 “Dapper Drake”, should benefit from support for 3/5 years (desktop / server).

Ubuntu aims to use only free software to provide an up-to-date yet reasonably stable operating system for the average user. Many reviewers of Ubuntu point out a main part of Ubuntu’s success is the fact it has a very large community.

Mark Shuttleworth founded Thawte nearly 11 years ago, specializing in digital certificates and Internet security, selling it 5 years after (’99) to VeriSign. He later developed HBD Venture Capital, a business incubator and venture capital provider, and the Shuttleworth Foundation, an NGO focusing on social innovation.

He participated in the development of Debian in the 1990s, and funded (in 2004) the development of a user-friendly version of Linux, the Ubuntu Linux. In 2005 he founded the Ubuntu Foundation and made an initial investment of 10 million dollars. The foundation is used to pay Ubuntu contributors.

Posted on 1 February '06 by admin, under English, Linux. .

Pages: Prev 1 2 3 4