Re: Karmic Kernel Source throwing error when building v4l-dvb

2009-10-09 Thread Andrew Barbaccia
On Tue, Oct 6, 2009 at 10:14 AM, Andrew Barbaccia 
andrew.barbac...@gmail.com wrote:

  On Tue, Oct 6, 2009 at 3:54 AM, Nils Kassube kass...@gmx.net wrote:

 Andrew Barbaccia wrote:
  I'm trying to build the v4l-dvb tree.

 You mean the v4l-dvb tree from linuxtv.org, right?


 Yes that's the one.



  I believe my build environment
  is setup correctly as I have installed build-essential, linux-headers
  and linux-source. I have extracted the source, linked to
  /usr/src/linux and did the whole make oldconfig thing.

  Is there something missing from the linux-headers package? Did I
  configure something incorrectly?

 Maybe it is a problem with the v4l-dvb tree. Some time ago it didn't
 work for me with everything enabled but I had success with only those
 modules enabled which I needed for my hardware. You can run make
 menuconfig in the v4l-dvb directory and disable everything except what
 you really need.


 Nils


 I believe the problem exists somewhere with the module I was trying to
 compile also. When I download the saa7134-stable branch (which was merged
 into the linuxtv.org tree) I get the same errors.

 I found a thread here on linux-media mailing list:
 http://www.mail-archive.com/linux-me...@vger.kernel.org/msg06865.html

 But there is no resolution and I cannot seem to have make realize I have
 the full source installed.


For anyone else having this problem I was able to get some resolution from
the guys in #v4l on IRC.

Basically the Firedtv driver needs the entire kernel source to compile - not
just the headers. They said they are aware of the problem and will address
it at some point.

So a quick work around is to disable the firedtv driver by modifying the
./v4l/.config file and changing '=m' to '=n' on the firedtv line.

The longer solution is to install the kernel source and then modify the
makefile configuration options to use that instead of the headers (it will
default to using the headers still if not configured correctly). If you're
not using firedtv, this is not worth it.

Thanks all who helped!
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Karmic Kernel Source throwing error when building v4l-dvb

2009-10-06 Thread Andrew Barbaccia
On Tue, Oct 6, 2009 at 3:54 AM, Nils Kassube kass...@gmx.net wrote:

 Andrew Barbaccia wrote:
  I'm trying to build the v4l-dvb tree.

 You mean the v4l-dvb tree from linuxtv.org, right?


Yes that's the one.



  I believe my build environment
  is setup correctly as I have installed build-essential, linux-headers
  and linux-source. I have extracted the source, linked to
  /usr/src/linux and did the whole make oldconfig thing.

  Is there something missing from the linux-headers package? Did I
  configure something incorrectly?

 Maybe it is a problem with the v4l-dvb tree. Some time ago it didn't
 work for me with everything enabled but I had success with only those
 modules enabled which I needed for my hardware. You can run make
 menuconfig in the v4l-dvb directory and disable everything except what
 you really need.


 Nils


I believe the problem exists somewhere with the module I was trying to
compile also. When I download the saa7134-stable branch (which was merged
into the linuxtv.org tree) I get the same errors.

I found a thread here on linux-media mailing list:
http://www.mail-archive.com/linux-me...@vger.kernel.org/msg06865.html

But there is no resolution and I cannot seem to have make realize I have the
full source installed.
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Karmic Kernel Source throwing error when building v4l-dvb

2009-10-05 Thread Andrew Barbaccia
I'm trying to build the v4l-dvb tree. I believe my build environment is
setup correctly as I have installed build-essential, linux-headers and
linux-source. I have extracted the source, linked to /usr/src/linux and did
the whole make oldconfig thing.

During the build I get errors like these:

make[2]: Entering directory `/usr/src/linux-headers-2.6.31-11-generic'
  CC [M]  /home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.o
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:21:17: error:
dma.h: No such file or directory
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:22:21: error:
csr1212.h: No such file or directory
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:23:23: error:
highlevel.h: No such file or directory
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:24:19: error:
hosts.h: No such file or directory
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:25:22: error:
ieee1394.h: No such file or directory
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:26:17: error:
iso.h: No such file or directory
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:27:21: error:
nodemgr.h: No such file or directory
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:37: warning:
'struct hpsb_iso' declared inside parameter list
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:37: warning: its
scope is only this definition or declaration, which is probably not what you
want
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c: In function
'rawiso_activity_cb':
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:53: error:
dereferencing pointer to incomplete type
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:54: error: implicit
declaration of function 'hpsb_iso_n_ready'
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:61: error:
dereferencing pointer to incomplete type
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:62: error: implicit
declaration of function 'dma_region_i'
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:62: error:
dereferencing pointer to incomplete type
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:62: error: expected
expression before 'unsigned'
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:63: warning:
assignment makes pointer from integer without a cast
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:64: error:
dereferencing pointer to incomplete type
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:68: error:
dereferencing pointer to incomplete type
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:82: error: implicit
declaration of function 'hpsb_iso_recv_release_packets'
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c: In function
'node_of':
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:87: error:
dereferencing pointer to incomplete type
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:87: warning: type
defaults to 'int' in declaration of '__mptr'
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:87: warning:
initialization from incompatible pointer type
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:87: error: invalid
use of undefined type 'struct unit_directory'
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c: In function
'node_lock':
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:92: error: implicit
declaration of function 'hpsb_node_lock'
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:92: error:
'EXTCODE_COMPARE_SWAP' undeclared (first use in this function)
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:92: error: (Each
undeclared identifier is reported only once
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:92: error: for each
function it appears in.)
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:93: error:
'quadlet_t' undeclared (first use in this function)
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:93: error: expected
')' before 'arg'
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c: In function
'node_read':
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:98: error: implicit
declaration of function 'hpsb_node_read'
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c: In function
'node_write':
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:103: error:
implicit declaration of function 'hpsb_node_write'
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c: In function
'start_iso':
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:114: error:
implicit declaration of function 'hpsb_iso_recv_init'
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:114: error:
dereferencing pointer to incomplete type
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:116: error:
'HPSB_ISO_DMA_DEFAULT' undeclared (first use in this function)
/home/andrew/Technical/Source/v4l-dvb/v4l/firedtv-1394.c:118: warning:
assignment makes pointer from integer without a cast

Re: Looking at Package Management for Karmic or Karmic+1

2009-04-06 Thread Andrew Barbaccia
 Now that the Updates Available window opens by itself, it may help for
 it to contain a checkbox for installing future updates by default.


+1.

I would say keep the current update workflow but add a line about click
here to automatically update in the future.
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Remove app via apt-get from menu

2009-03-20 Thread Andrew Barbaccia

 Anyway, what if the user wants to remove the Freecel game, but want to
 keep the others? That's almost impossible, cause they belong to a single
 package.


Possibly the immediate fix is to allow users to simply remove the item from
the menu and not remove the package from the system?
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


VPN package installer UI (old nework offline icon)

2009-03-19 Thread Andrew Barbaccia
Going OT, would any one go For or Against having NM vpn option auto
 launching some kind of VPN friendly UI to get the NM-pptp/openvpn/cvpn like
 we do for codecs?


Changed the subject to something more appropriate...

This was misleading to me as well (as I just setup a VPN last night for a
colleague for the 1st time). I had to use the web to determine what the next
steps were. I agree something should popup with package-install suggestions
like the codec window.

-
Andrew
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Remove app via apt-get from menu

2009-03-19 Thread Andrew Barbaccia
I agree. Two places to accomplish the same thing seems confusing.


On Thu, Mar 19, 2009 at 2:48 PM, Jonh Wendell wend...@ubuntu.com wrote:

 Em Qui, 2009-03-19 às 19:41 +0100, Vincenzo Ciancia escreveu:
  On 19/03/2009 Joao Pinto wrote:
  
   +1
  
   Mosf of the times we realize the bunch of applications that we no
   longer use/need when we search on the menu.
 
  I think linuxmint already has this so it's just a matter of shameless
  free-software-blessed copying?
 
  Vincenzo

 Why can't the user go to add/remove programs to uninstall them if [s]he
 went there to install in the first place?
 --
 Jonh Wendell
 http://www.bani.com.br


 --
 Ubuntu-devel-discuss mailing list
 Ubuntu-devel-discuss@lists.ubuntu.com
 Modify settings or unsubscribe at:
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss




-- 
Andrew Barbaccia
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Remove app via apt-get from menu

2009-03-19 Thread Andrew Barbaccia

 *When I load up the Application menu, I want to run a particular
 application*. I'm trying to get things done. Interrupting that process to
 search for a package in a package manager, gets nothing accomplished. But if
 I could right click and deal with 90% of the process *from the menu*, my
 system would undoubtedly be less cluttered and I'd be happier.


Very fair points.

We should consider prompting a dialogue asking to remove only the menu item
or the application/package from the system.

We also have to consider what happens if we remove something like
gnome-terminal which in case will remove gnome-desktop and then cause
things to not get updated in the future...

-a
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Replacing network-offline (old version 2xmonitor) with NM wlan 0% signal strength icon

2009-03-18 Thread Andrew Barbaccia

 your system can only use one default route



 [snip]



 dont waste panel space for confusing information and
 show the most relevant info the user needs to know about.


Have to agree with Oli here. N-M should handle the logic for switching
between different networks but in the tray, only one icon should be
displayed - the connection currently being used.

- Encrypted

- Non-encrypted


I personally think this more advanced information should be displayed when
clicking (or hovering - another debate i'm sure) on the N-M icon. My
reasoning being that additional states is confusing and a user knowledgeable
about wireless security should also know which networks they automatically
connect to.


 4. VPNs

5. Bluetooth threading


The case of VPNs is interesting and I don't feel it fits into this
connection list since it's another layer on top of an already established
connection. In the case that you are VPNing over a wireless network, you
would like to see both the wireless signal strength and the VPN indicator.
Maybe a second icon on the tray should display once connected. Need feedback
here from those who use VPN more than I do.

Bluetooth threading? (tethering) is a case which I know little about and
others will have to help here as well.

From my perspective I now sit with 4 network connections and 3 states:

1. Wired
2. Wireless
3. Mobile (3G / Edge)
4. Bluetooth Tethering

1. No connection
2. Connecting
3. Connected (Active)

Is there a page where we could put some of this icon/state info into so it's
a little more organized?

-a
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss


Re: Replacing network-offline (old version 2xmonitor) with NM wlan 0% signal strength icon

2009-03-18 Thread Andrew Barbaccia

 The VPN indicator lock is sufficient.  It does its job of notifying me when
 vpnc
 has disassociated just fine.  If only command line vpnc was so lovely.


How does this work currently. I'm unaware as others on this list are too
probably.
-- 
Ubuntu-devel-discuss mailing list
Ubuntu-devel-discuss@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-devel-discuss