From owner-freebsd-multimedia@FreeBSD.ORG Mon May 29 06:29:41 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA42916AC92 for ; Mon, 29 May 2006 06:29:40 +0000 (UTC) (envelope-from gmarco@giovannelli.it) Received: from freebsd.giovannelli.com (freebsd.giovannelli.com [83.149.149.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D0C343D46 for ; Mon, 29 May 2006 06:29:39 +0000 (GMT) (envelope-from gmarco@giovannelli.it) Received: from hp.giovannelli.com (pc4.giovannelli.com [10.254.254.104]) by freebsd.giovannelli.com (8.13.6/8.13.6) with SMTP id k4T6WPHM009785 for ; Mon, 29 May 2006 08:32:26 +0200 (CEST) (envelope-from gmarco@giovannelli.it) Date: Mon, 29 May 2006 08:29:32 +0200 From: Gianmarco Giovannelli To: multimedia@freebsd.org Message-Id: <20060529082932.d6439e7c.gmarco@giovannelli.it> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.18; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-antivirus: scanned by vbmsrv 1.0.4 vdb sdb Cc: Subject: i915 found but dri not working... X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2006 06:29:41 -0000 After the last commit my i915 graphic card is properly detected and, I think, attached ... pci0: on pcib0 agp0: port 0x1800-0x1807 mem 0xb0080000-0xb00fffff,0xc0000000-0xcfffffff,0xb0000000-0xb003ffff irq 16 at device 2.0 on pci0 agp0: detected 7932k stolen memory agp0: aperture size is 256M drmsub0: : (child of agp_i810.c) on agp0 info: [drm] AGP at 0xb0080000 0MB info: [drm] Initialized i915 1.4.0 20060119 pci0: at device 2.1 (no driver attached) agp0@pci0:2:0: class=0x030000 card=0x3080103c chip=0x25928086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82915GM/GMS, 82910GML Integrated Graphics Device' class = display subclass = VGA none0@pci0:2:1: class=0x038000 card=0x3080103c chip=0x27928086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = '82915GM/GMS,82910GML Mobile Express Family Graphics Controller (??)' class = display but dri continues to not work. I have in my kernel: [...] device agp # support several AGP chipsets device drm # DRM core module required by DRM drivers device i915drm # Intel i830 through i915 [...] # glxinfo name of display: :0.0 display: :0 screen: 0 direct rendering: No server glx vendor string: SGI server glx version string: 1.2 server glx extensions: GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_EXT_import_context, GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe, GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig client glx vendor string: SGI client glx version string: 1.4 client glx extensions: GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory, GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control, GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group GLX extensions: GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method, GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_visual_select_group OpenGL vendor string: Mesa project: www.mesa3d.org OpenGL renderer string: Mesa GLX Indirect OpenGL version string: 1.2 (1.5 Mesa 6.4.1) OpenGL extensions: [...] I have installed: dri-6.2.20050719,1 DRI OpenGL drivers snapshot and I have in my xorg.conf: Section "Module" Load "freetype" Load "extmod" Load "glx" Load "dri" Load "dbe" Load "record" Load "xtrap" EndSection and in my Xorg.log I found: drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 7, (OK) drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 7, (OK) drmOpenByBusid: Searching for BusID pci:0000:00:02.0 drmOpenDevice: node name is /dev/dri/card0 drmOpenDevice: open result is 7, (OK) drmOpenByBusid: drmOpenMinor returns 7 but glxgears reports: 1276 frames in 5.0 seconds = 252.701 FPS 1240 frames in 5.1 seconds = 245.529 FPS 1220 frames in 5.0 seconds = 243.443 FPS 1200 frames in 5.0 seconds = 239.097 FPS 1200 frames in 5.0 seconds = 239.866 FPS 1220 frames in 5.0 seconds = 243.112 FPS Any idea and help ? -- Best Regards, Gianmarco Giovannelli http://www.gufi.org/~gmarco From owner-freebsd-multimedia@FreeBSD.ORG Mon May 29 06:41:05 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.ORG Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FC5C16A98E for ; Mon, 29 May 2006 06:41:05 +0000 (UTC) (envelope-from nemeths@for.mat.bham.ac.uk) Received: from sun13.bham.ac.uk (sun13.bham.ac.uk [147.188.128.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id DB14343D48 for ; Mon, 29 May 2006 06:41:03 +0000 (GMT) (envelope-from nemeths@for.mat.bham.ac.uk) Received: from [147.188.128.127] (helo=bham.ac.uk) by sun13.bham.ac.uk with esmtp (Exim 4.10) id 1FkbR0-0002Fi-00 for freebsd-multimedia@FreeBSD.ORG; Mon, 29 May 2006 07:41:02 +0100 Received: from for.mat.bham.ac.uk ([147.188.56.59]) by bham.ac.uk with esmtp (Exim 4.43) id 1FkbR0-0000Mq-61 for freebsd-multimedia@FreeBSD.ORG; Mon, 29 May 2006 07:41:02 +0100 Received: from bab.mat.bham.ac.uk by for.mat.bham.ac.uk (8.8.8+Sun/SMI-SVR4) id HAA08243; Mon, 29 May 2006 07:41:01 +0100 (BST) Received: from localhost (nemeths@localhost) by bab.mat.bham.ac.uk (8.8.8p2+Sun/8.8.8) with ESMTP id HAA17408 for ; Mon, 29 May 2006 07:41:00 +0100 (BST) X-Authentication-Warning: babbage.bham.ac.uk: nemeths owned process doing -bs Date: Mon, 29 May 2006 07:41:00 +0100 (BST) From: Sandor Z Nemeth X-X-Sender: nemeths@babbage.bham.ac.uk To: freebsd-multimedia@FreeBSD.ORG In-Reply-To: <200603061650.k26GoX6K088567@lurza.secnetix.de> Message-ID: References: <200603061650.k26GoX6K088567@lurza.secnetix.de> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-BHAM-CUBE-wlist: LOCAL for.mat.bham.ac.uk X-BHAM-CUBE-processed: yes Cc: Subject: Re: 3d hw accel on intel i810 ... the never ending story X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2006 06:41:13 -0000 Hi, I tried to install "ekiga" (former "gnomemeeting") from ports on FreeBSD 6.0. A needed dependency for it is "avahi". However, "avahi" is in conflict with "howl" which needs to be deinstalled (I am talled that this is because the two programs install files in the same place). This is really bad since "howl" is needed for the following installed packages: bluefish-1.0.4_3 dbus-sharp-0.61_12 f-spot-0.1.8_2 gecko-sharp-0.6_8 gimp-2.2.10_1,1 gnome-menu-editor-0.5_1 gnome-menus-2.12.0_2 gnomedesktop-2.12.3_1 gnomepanel-2.12.3_1 gnomevfs2-2.12.2_2 gnumeric-1.6.2_1 goffice-0.2.0_1 grip-3.2.0_9 gthumb-2.6.8_2 gtk-sharp-1.0.10_8 gtk-sharp-2.8.0_1 gtkhtml3-3.8.2_1 gtksourceview-1.4.2_1 libbonoboui-2.10.1_2 libgnome-2.12.0.1_1 libgnomedb-1.9.100_1 libgnomeui-2.12.1_1 libgsf-gnome-1.13.3_1 libgtkhtml-2.11.0_1 mono-tools-1.1.11_1 Does anybody know how to solve this conflict? Thanks, Sandor -------------------------------------------------------- Dr Sandor Zoltan Nemeth Lecturer -------------------------------------------------------- School of Mathematics The University of Birmingham Watson Building Edgbaston B15 2TT Birmingham United Kingdom Phone: +44-121-414-6404 Fax: +44-121-414-3389 -------------------------------------------------------- From owner-freebsd-multimedia@FreeBSD.ORG Mon May 29 08:42:36 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 961B416A833 for ; Mon, 29 May 2006 08:42:36 +0000 (UTC) (envelope-from sziszi@c2.hu) Received: from mail.c2.hu (mail.c2.hu [193.202.88.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 843B043D6B for ; Mon, 29 May 2006 08:42:33 +0000 (GMT) (envelope-from sziszi@c2.hu) Envelope-to: freebsd-multimedia@freebsd.org Received: from imaphost [10.0.0.100]:51268 (helo=mail.c2.hu) by mail.c2.hu with smtp id 1FkdKY-0001ck-9Y for freebsd-multimedia@freebsd.org; Mon, 29 May 2006 10:42:30 +0200 Received: from 84.3.54.211 (proxying for 84.3.54.211) (SquirrelMail authenticated user sziszi@c2.hu) by mail.c2.hu with HTTP; Mon, 29 May 2006 10:42:30 +0200 (CEST) Message-ID: <51020.84.3.54.211.1148892150.squirrel@mail.c2.hu> In-Reply-To: References: <200603061650.k26GoX6K088567@lurza.secnetix.de> Date: Mon, 29 May 2006 10:42:30 +0200 (CEST) From: =?iso-8859-2?Q?=C1d=E1m_Szilveszter?= To: freebsd-multimedia@freebsd.org User-Agent: C2Mail / 2.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-2 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Note: Sending IP is 10.0.0.100 (imaphost) Subject: =?iso-8859-2?q?Re=3A=A03d=A0hw=A0accel=A0on=A0intel=A0i810=A0=2E?= =?iso-8859-2?q?=2E=2E=A0the=A0neRe=3A=A03d=A0hw=A0accel=A0on=A0intel=A0i8?= =?iso-8859-2?q?10=A0=2E=2E=2E=A0the=A0never=A0ending=A0sto?= ry X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2006 08:42:42 -0000 Hello Sandor, Sandor Z Nemeth írta: > Hi, > > I tried to install "ekiga" (former "gnomemeeting") from ports on > FreeBSD > 6.0. A needed dependency for it is "avahi". However, "avahi" is in > conflict with "howl" which needs to be deinstalled (I am talled that > this > is because the two programs install files in the same place). This is > really bad > since "howl" is needed for the following installed packages: <...> > Does anybody know how to solve this conflict? I think that you will need to recompile your gnome desktop so that the ports that used to depend on howl will now pick up the avahi dependency instead. Best regards, Szilveszter ------------------------------------- C2 MAIL: Levelezés felsőfokon. http://mail.c2.hu From owner-freebsd-multimedia@FreeBSD.ORG Mon May 29 09:00:02 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28EF316A44E for ; Mon, 29 May 2006 09:00:02 +0000 (UTC) (envelope-from nemeths@for.mat.bham.ac.uk) Received: from sun13.bham.ac.uk (sun13.bham.ac.uk [147.188.128.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80B9143D46 for ; Mon, 29 May 2006 09:00:01 +0000 (GMT) (envelope-from nemeths@for.mat.bham.ac.uk) Received: from [147.188.128.127] (helo=bham.ac.uk) by sun13.bham.ac.uk with esmtp (Exim 4.10) id 1FkdbU-0003xH-00; Mon, 29 May 2006 10:00:00 +0100 Received: from for.mat.bham.ac.uk ([147.188.56.59]) by bham.ac.uk with esmtp (Exim 4.43) id 1FkdbU-0004Ct-Jk; Mon, 29 May 2006 10:00:00 +0100 Received: from bab.mat.bham.ac.uk by for.mat.bham.ac.uk (8.8.8+Sun/SMI-SVR4) id JAA08798; Mon, 29 May 2006 09:59:59 +0100 (BST) Received: from localhost (nemeths@localhost) by bab.mat.bham.ac.uk (8.8.8p2+Sun/8.8.8) with ESMTP id JAA18574; Mon, 29 May 2006 09:59:58 +0100 (BST) X-Authentication-Warning: babbage.bham.ac.uk: nemeths owned process doing -bs Date: Mon, 29 May 2006 09:59:58 +0100 (BST) From: Sandor Z Nemeth X-X-Sender: nemeths@babbage.bham.ac.uk To: =?iso-8859-2?Q?=C1d=E1m_Szilveszter?= In-Reply-To: <51020.84.3.54.211.1148892150.squirrel@mail.c2.hu> Message-ID: References: <200603061650.k26GoX6K088567@lurza.secnetix.de> <51020.84.3.54.211.1148892150.squirrel@mail.c2.hu> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-559023410-684387517-1148893198=:17276" X-BHAM-CUBE-wlist: LOCAL for.mat.bham.ac.uk X-BHAM-CUBE-processed: yes Cc: freebsd-multimedia@freebsd.org Subject: Re: ekiga conflict X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2006 09:00:02 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---559023410-684387517-1148893198=:17276 Content-Type: TEXT/PLAIN; charset=iso-8859-2; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Hello Szilveszter, I do not have the whole gnome desktop installed, since I am not using it.= =20 I am using only IceWM and ratpoison as graphical interfaces. However, if=20 the only solution is to install the whole gnome desktop I will do it. Thanks, Sandor On Mon, 29 May 2006, =C1d=E1m Szilveszter wrote: > Hello Sandor, > > Sandor Z Nemeth =EDrta: >> Hi, >> >> I tried to install "ekiga" (former "gnomemeeting") from ports on >> FreeBSD >> 6.0. A needed dependency for it is "avahi". However, "avahi" is in >> conflict with "howl" which needs to be deinstalled (I am talled that >> this >> is because the two programs install files in the same place). This is >> really bad >> since "howl" is needed for the following installed packages: > > <...> > >> Does anybody know how to solve this conflict? > > I think that you will need to recompile your gnome desktop so that the > ports that used to depend on howl will now pick up the avahi > dependency instead. > > Best regards, > > Szilveszter > > ------------------------------------- > C2 MAIL: Levelez=E9s fels=F5fokon. http://mail.c2.hu > > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.= org" > ---559023410-684387517-1148893198=:17276-- From owner-freebsd-multimedia@FreeBSD.ORG Mon May 29 11:03:09 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D16816A4CC for ; Mon, 29 May 2006 11:03:09 +0000 (UTC) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89A0C43D4C for ; Mon, 29 May 2006 11:03:08 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4TB389T097465 for ; Mon, 29 May 2006 11:03:08 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4TB378t097450 for freebsd-multimedia@freebsd.org; Mon, 29 May 2006 11:03:07 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 29 May 2006 11:03:07 GMT Message-Id: <200605291103.k4TB378t097450@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: freebsd-multimedia@FreeBSD.org Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2006 11:03:10 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/02/22] kern/63204 multimedia [sound] /dev/mixer broken with ESS Maestr f [2004/11/16] kern/73987 multimedia [sound] Nforce2 MB sound problem o [2005/04/14] kern/79905 multimedia [sound] sis7018 sound module problem o [2005/04/14] kern/79912 multimedia [sound] sound broken for 2 VIA chipsets: o [2005/05/17] kern/81146 multimedia [sound] Sound isn't working AT ALL for Si o [2005/06/08] kern/82043 multimedia [sound] snd_emu10k1 - mixer does not work o [2005/12/10] kern/90214 multimedia [sound] memory leaks in snd_via8233 o [2006/03/09] kern/94279 multimedia [snd_neomagic] snd_neomagic crashes on Fr o [2006/04/30] kern/96538 multimedia [sound] emu10k1-driver inverts channels 9 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- f [2001/02/26] kern/25386 multimedia [sound] Incorrect mixer registers (line & o [2002/04/30] kern/37600 multimedia [sound] [partial patch] t4dwave drive doe f [2003/12/26] kern/60599 multimedia [bktr] [partial patch] No sound for ATI T o [2003/12/29] kern/60677 multimedia [sound] [patch] No reaction of volume con f [2004/05/14] kern/66642 multimedia [sound] pcm0: play: 0: play interrupt tim f [2004/09/30] kern/72218 multimedia [sound] audio recording broken with emu10 o [2004/10/22] kern/72995 multimedia [sound] Intel ICH2 (82801BA) - sound near o [2005/04/08] kern/79678 multimedia [sound] sound works except recording from o [2005/04/29] kern/80465 multimedia [sound] pcm0:record:0: record interrupt t o [2005/05/05] kern/80632 multimedia pcm driver missing support for CMI8738 au o [2005/07/29] kern/84311 multimedia [sound] 82801FB/FR/FW/FRW Intel High Defi f [2005/08/03] kern/84507 multimedia [sound] fm801: Not every card supports va f [2005/09/11] kern/85964 multimedia [sound] Can't play 24 bit audio (Audigy 2 o [2005/10/21] kern/87782 multimedia [sound] snd_t4dwave and pcm0:record:0: re f [2005/11/11] kern/88820 multimedia [sound] Erratic recognition of VIA 8285 s o [2006/01/29] kern/92512 multimedia [sound] distorted mono output with emu10k o [2006/01/30] kern/92557 multimedia [sound] Contrary to 6.0 release notes, sn o [2006/03/01] i386/93986 multimedia Acer TravelMate 4652LMi pcm0 channel dead o [2006/03/29] kern/95086 multimedia [sound] uaudio line in problem with sbdm 19 problems total. From owner-freebsd-multimedia@FreeBSD.ORG Mon May 29 13:14:35 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7ADD16A801 for ; Mon, 29 May 2006 13:14:35 +0000 (UTC) (envelope-from sziszi@c2.hu) Received: from mail.c2.hu (mail.c2.hu [193.202.88.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4DC4943D7C for ; Mon, 29 May 2006 13:14:26 +0000 (GMT) (envelope-from sziszi@c2.hu) Envelope-to: freebsd-multimedia@freebsd.org Received: from imaphost [10.0.0.100]:60769 (helo=mail.c2.hu) by mail.c2.hu with smtp id 1FkhZd-0006MW-Al for freebsd-multimedia@freebsd.org; Mon, 29 May 2006 15:14:21 +0200 Received: from 84.3.54.211 (proxying for 84.3.54.211) (SquirrelMail authenticated user sziszi@c2.hu) by mail.c2.hu with HTTP; Mon, 29 May 2006 15:14:21 +0200 (CEST) Message-ID: <45537.84.3.54.211.1148908461.squirrel@mail.c2.hu> In-Reply-To: References: <200603061650.k26GoX6K088567@lurza.secnetix.de><51020.84.3.54.211.1148892150.squirrel@mail.c2.hu> Date: Mon, 29 May 2006 15:14:21 +0200 (CEST) From: =?iso-8859-2?Q?=C1d=E1m_Szilveszter?= To: freebsd-multimedia@freebsd.org User-Agent: C2Mail / 2.0 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-2 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Note: Sending IP is 10.0.0.100 (imaphost) Subject: =?iso-8859-2?q?Re=3A=A0ekiga=A0conflict?= X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2006 13:14:36 -0000 Hello Sandor, Sandor Z Nemeth írta: > Hello Szilveszter, > > I do not have the whole gnome desktop installed, since I am not using > it. > I am using only IceWM and ratpoison as graphical interfaces. However, > if > the only solution is to install the whole gnome desktop I will do it. No, you do not need to install the whole desktop, I probably did not express myself clearly enough. However, you seem to have many parts of it on your system, and some of those depend on howl. My guess is that if you reinstall the ports that require howl now, they will pick up avahi as a dependency instead. I have not tried this, but it may work. Hope this helps. Regards Szilveszter ------------------------------------- Tele van a postaládája? C2MAIL 100 MB e-mail tárhely ingyen! http://mail.c2.hu From owner-freebsd-multimedia@FreeBSD.ORG Mon May 29 13:47:33 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B4FDD16AB99 for ; Mon, 29 May 2006 13:47:33 +0000 (UTC) (envelope-from nemeths@for.mat.bham.ac.uk) Received: from sun13.bham.ac.uk (sun13.bham.ac.uk [147.188.128.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 486FB43D79 for ; Mon, 29 May 2006 13:47:22 +0000 (GMT) (envelope-from nemeths@for.mat.bham.ac.uk) Received: from [147.188.128.127] (helo=bham.ac.uk) by sun13.bham.ac.uk with esmtp (Exim 4.10) id 1Fki5a-0000qm-00; Mon, 29 May 2006 14:47:22 +0100 Received: from for.mat.bham.ac.uk ([147.188.56.59]) by bham.ac.uk with esmtp (Exim 4.43) id 1Fki5a-00036a-7o; Mon, 29 May 2006 14:47:22 +0100 Received: from bab.mat.bham.ac.uk by for.mat.bham.ac.uk (8.8.8+Sun/SMI-SVR4) id OAA11044; Mon, 29 May 2006 14:47:21 +0100 (BST) Received: from localhost (nemeths@localhost) by bab.mat.bham.ac.uk (8.8.8p2+Sun/8.8.8) with ESMTP id OAA22117; Mon, 29 May 2006 14:47:20 +0100 (BST) X-Authentication-Warning: babbage.bham.ac.uk: nemeths owned process doing -bs Date: Mon, 29 May 2006 14:47:20 +0100 (BST) From: Sandor Z Nemeth X-X-Sender: nemeths@babbage.bham.ac.uk To: =?iso-8859-2?Q?=C1d=E1m_Szilveszter?= In-Reply-To: <45537.84.3.54.211.1148908461.squirrel@mail.c2.hu> Message-ID: References: <200603061650.k26GoX6K088567@lurza.secnetix.de><51020.84.3.54.211.1148892150.squirrel@mail.c2.hu> <45537.84.3.54.211.1148908461.squirrel@mail.c2.hu> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-559023410-1804928587-1148909628=:21893" Content-ID: X-BHAM-CUBE-wlist: LOCAL for.mat.bham.ac.uk X-BHAM-CUBE-processed: yes Cc: freebsd-multimedia@freebsd.org Subject: Re: =?iso-8859-2?q?Re=3A=A0ekiga=A0conflict?= X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2006 13:47:39 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---559023410-1804928587-1148909628=:21893 Content-Type: TEXT/PLAIN; CHARSET=X-UNKNOWN; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Content-ID: Hello Szilveszter, I figured it out by myself how to install ekiga. More or less I did what=20 you mentioned here. Some other packages had to be reinstalled as well.=20 However, I can't search for people on the address book at all. Also, ekiga cannot read from the sound device /dev/dsp0.0. It seems that=20 no telephony program works for me (I tried both "ekiga" and "skype").=20 People cannot hear me and I cannot hear them. However, I have sound on my= =20 system, and I can also record voice with audacity. I have no idea what's=20 going wrong. I have a "Creative Sound Blater Live 24! external" sound=20 card. I can use "ekiga" and "skype" under Windows XP on the same computer. I have a Logitech webcamera attached to the computer which works under=20 Windows as a microphone too. However, under FreeBSD I use another=20 microphone which is connected to the "Creative Sound Blater Live 24!=20 external" sound card which is used with the snd_uaudio module. I switched to FreeBSD from Linux on November 2005, because it was the only= =20 Unix-like system which recognised my main hardware on my new Emachine=20 computer, which was a real bargain from PCWorld (but this for the cost of= =20 some hardware incompatibilities, but I should not complain since it was=20 very cheap). Apart from Macromedia Flash plugin and telephony everything= =20 work fine under FreeBSD :) I would try also MacOS, but at the moment the hardware is to expensive for= =20 me. Thanks, Sandor -------------------------------------------------------- Dr Sandor Zoltan Nemeth Lecturer -------------------------------------------------------- School of Mathematics The University of Birmingham Watson Building Edgbaston B15 2TT Birmingham United Kingdom Phone: +44-121-414-6404 Fax: +44-121-414-3389 -------------------------------------------------------- On Mon, 29 May 2006, =C1d=E1m Szilveszter wrote: > Hello Sandor, > > Sandor Z Nemeth =EDrta: >> Hello Szilveszter, >> >> I do not have the whole gnome desktop installed, since I am not using >> it. >> I am using only IceWM and ratpoison as graphical interfaces. However, >> if >> the only solution is to install the whole gnome desktop I will do it. > > No, you do not need to install the whole desktop, I probably did not > express myself clearly enough. However, you seem to have many parts of > it on your system, and some of those depend on howl. My guess is that > if you reinstall the ports that require howl now, they will pick up > avahi as a dependency instead. I have not tried this, but it may work. > > Hope this helps. > > Regards > > Szilveszter > > ------------------------------------- > Tele van a postal=E1d=E1ja? C2MAIL 100 MB e-mail t=E1rhely ingyen! > http://mail.c2.hu > > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to "freebsd-multimedia-unsubscribe@freebsd.= org" > ---559023410-1804928587-1148909628=:21893-- From owner-freebsd-multimedia@FreeBSD.ORG Mon May 29 15:25:41 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2500A16A712 for ; Mon, 29 May 2006 15:25:41 +0000 (UTC) (envelope-from karel@lovetemple.net) Received: from mta1.siol.net (mta1.siol.net [193.189.160.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42D1843D48 for ; Mon, 29 May 2006 15:25:39 +0000 (GMT) (envelope-from karel@lovetemple.net) Received: from edge2.siol.net ([10.10.10.211]) by mta1.siol.net with ESMTP id <20060529152538.YQYB4387.mta1.siol.net@edge2.siol.net>; Mon, 29 May 2006 17:25:38 +0200 Received: from [192.168.0.149] (really [86.61.4.69]) by edge2.siol.net with ESMTP id <20060529152538.BGMR7870.edge2.siol.net@[192.168.0.149]>; Mon, 29 May 2006 17:25:38 +0200 Message-ID: <447B126A.2080306@lovetemple.net> Date: Mon, 29 May 2006 17:25:30 +0200 From: Karel Miklav User-Agent: Thunderbird 1.5.0.2 (X11/20060510) MIME-Version: 1.0 To: Gianmarco Giovannelli , multimedia@freebsd.org References: <20060529082932.d6439e7c.gmarco@giovannelli.it> In-Reply-To: <20060529082932.d6439e7c.gmarco@giovannelli.it> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: i915 found but dri not working... X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2006 15:25:46 -0000 Gianmarco Giovannelli wrote: > After the last commit my i915 graphic card is properly > detected and, I think, attached ... > # glxinfo > name of display: :0.0 > display: :0 screen: 0 > direct rendering: No Did you install the dri port? -- Regards, Karel miklav From owner-freebsd-multimedia@FreeBSD.ORG Mon May 29 17:39:03 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 981CE16A4CC for ; Mon, 29 May 2006 17:39:03 +0000 (UTC) (envelope-from freebsd@gimbo.org) Received: from freebsd.giovannelli.com (freebsd.giovannelli.com [83.149.149.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2E3543D48 for ; Mon, 29 May 2006 17:39:01 +0000 (GMT) (envelope-from freebsd@gimbo.org) Received: from usul.giovannelli.it (usul.giovannelli.com [10.254.254.4]) by freebsd.giovannelli.com (8.13.6/8.13.6) with ESMTP id k4THfjdW018903; Mon, 29 May 2006 19:41:50 +0200 (CEST) (envelope-from freebsd@gimbo.org) Message-Id: <7.0.1.0.2.20060529192412.0240a598@gimbo.org> X-Mailer: QUALCOMM Windows Eudora Version 7.0.1.0 Date: Mon, 29 May 2006 19:26:52 +0200 To: Karel Miklav From: Gianmarco Giovannelli In-Reply-To: <447B126A.2080306@lovetemple.net> References: <20060529082932.d6439e7c.gmarco@giovannelli.it> <447B126A.2080306@lovetemple.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-antivirus: scanned by vbmsrv 1.0.4 vdb sdb Cc: multimedia@freebsd.org Subject: Re: i915 found but dri not working... X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2006 17:39:04 -0000 At 17.25 29/05/2006, you wrote: >Gianmarco Giovannelli wrote: >>After the last commit my i915 graphic card is properly > > detected and, I think, attached ... > >># glxinfo name of display: :0.0 >>display: :0 screen: 0 >>direct rendering: No > >Did you install the dri port? If you mean this one, yes :-) >I have installed: >dri-6.2.20050719,1 DRI OpenGL drivers snapshot I'd like to know if is there anyone with a i915 card that is able to use dri ... and if yes if he can post his/her configs :-) Thanks... Best Regards, Gianmarco Giovannelli , "Unix expert since yesterday" http://utenti.gufi.org/~gmarco/ From owner-freebsd-multimedia@FreeBSD.ORG Mon May 29 20:16:11 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BE5516A429 for ; Mon, 29 May 2006 20:16:11 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DCEE43D46 for ; Mon, 29 May 2006 20:16:10 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5FF80.dip.t-dialin.net [84.165.255.128]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.4/8.13.4) with ESMTP id k4TKFRaj083949; Mon, 29 May 2006 22:15:28 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k4TKFwHj069541; Mon, 29 May 2006 22:15:59 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Mon, 29 May 2006 22:16:04 +0200 From: Alexander Leidinger To: Sandor Z Nemeth Message-ID: <20060529221604.65c10dd6@Magellan.Leidinger.net> In-Reply-To: References: <200603061650.k26GoX6K088567@lurza.secnetix.de> <51020.84.3.54.211.1148892150.squirrel@mail.c2.hu> <45537.84.3.54.211.1148908461.squirrel@mail.c2.hu> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.18; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: freebsd-multimedia@freebsd.org Subject: Re: =?utf-8?b?wqBla2lnYcKgY29uZmxpY3Q=?= X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2006 20:16:11 -0000 Quoting Sandor Z Nemeth (Mon, 29 May 2006 14:47:20 +0100 (BST)): > Also, ekiga cannot read from the sound device /dev/dsp0.0. It seems that > no telephony program works for me (I tried both "ekiga" and "skype"). > People cannot hear me and I cannot hear them. However, I have sound on my > system, and I can also record voice with audacity. I have no idea what's > going wrong. I have a "Creative Sound Blater Live 24! external" sound > card. USDB audio doesn't do full-duplex. You can either read or write to the soundcard, but not both. If you have a uhci controller, you can patch the source to allow both. I suggest to search in the multimedia mailinglist for this, I don't know it out of the top of my head where you can find the part which needs to be patched. Bye, Alexander. -- Selling GoodYear Eagle F1 235/40ZR18, 2x 4mm + 2x 5mm, ~150 EUR you have to pick it up between Germany/Saarland and Luxembourg/Capellen http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-multimedia@FreeBSD.ORG Mon May 29 20:23:26 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 17ABA16A709 for ; Mon, 29 May 2006 20:23:26 +0000 (UTC) (envelope-from nemeths@for.mat.bham.ac.uk) Received: from sun13.bham.ac.uk (sun13.bham.ac.uk [147.188.128.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3FE943D72 for ; Mon, 29 May 2006 20:23:12 +0000 (GMT) (envelope-from nemeths@for.mat.bham.ac.uk) Received: from [147.188.128.127] (helo=bham.ac.uk) by sun13.bham.ac.uk with esmtp (Exim 4.10) id 1FkoGe-0006dh-00; Mon, 29 May 2006 21:23:12 +0100 Received: from for.mat.bham.ac.uk ([147.188.56.59]) by bham.ac.uk with esmtp (Exim 4.43) id 1FkoGe-0001Al-2E; Mon, 29 May 2006 21:23:12 +0100 Received: from bab.mat.bham.ac.uk by for.mat.bham.ac.uk (8.8.8+Sun/SMI-SVR4) id VAA14110; Mon, 29 May 2006 21:23:08 +0100 (BST) Received: from localhost (nemeths@localhost) by bab.mat.bham.ac.uk (8.8.8p2+Sun/8.8.8) with ESMTP id VAA26441; Mon, 29 May 2006 21:23:07 +0100 (BST) X-Authentication-Warning: babbage.bham.ac.uk: nemeths owned process doing -bs Date: Mon, 29 May 2006 21:23:07 +0100 (BST) From: Sandor Z Nemeth X-X-Sender: nemeths@babbage.bham.ac.uk To: Alexander Leidinger In-Reply-To: <20060529221604.65c10dd6@Magellan.Leidinger.net> Message-ID: References: <200603061650.k26GoX6K088567@lurza.secnetix.de> <51020.84.3.54.211.1148892150.squirrel@mail.c2.hu> <45537.84.3.54.211.1148908461.squirrel@mail.c2.hu> <20060529221604.65c10dd6@Magellan.Leidinger.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-BHAM-CUBE-wlist: LOCAL for.mat.bham.ac.uk X-BHAM-CUBE-processed: yes Cc: freebsd-multimedia@freebsd.org Subject: Re: =?utf-8?b?wqBla2lnYcKgY29uZmxpY3Q=?= X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2006 20:23:26 -0000 Hi, On Mon, 29 May 2006, Alexander Leidinger wrote: > Quoting Sandor Z Nemeth (Mon, 29 May 2006 14:47:20 +0100 (BST)): > >> Also, ekiga cannot read from the sound device /dev/dsp0.0. It seems that >> no telephony program works for me (I tried both "ekiga" and "skype"). >> People cannot hear me and I cannot hear them. However, I have sound on my >> system, and I can also record voice with audacity. I have no idea what's >> going wrong. I have a "Creative Sound Blater Live 24! external" sound >> card. > > USDB audio doesn't do full-duplex. You can either read or write to the > soundcard, but not both. If you have a uhci controller, you can patch > the source to allow both. I suggest to search in the multimedia > mailinglist for this, I don't know it out of the top of my head where > you can find the part which needs to be patched. > > Bye, > Alexander. Thanks, at least I can understand what's going on now. Bye, Sandor From owner-freebsd-multimedia@FreeBSD.ORG Mon May 29 22:43:04 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 28E3C16A4CF; Mon, 29 May 2006 22:43:04 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmmtao04.cox.net (eastrmmtao04.cox.net [68.230.240.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B50A43D55; Mon, 29 May 2006 22:43:03 +0000 (GMT) (envelope-from conrads@cox.net) Received: from serene.no-ip.org ([72.200.25.154]) by eastrmmtao04.cox.net (InterMail vM.6.01.06.01 201-2131-130-101-20060113) with ESMTP id <20060529224300.ZULW9931.eastrmmtao04.cox.net@serene.no-ip.org>; Mon, 29 May 2006 18:43:00 -0400 Received: from serene.no-ip.org (localhost [127.0.0.1]) by serene.no-ip.org (8.13.6/8.13.6) with ESMTP id k4TMgoEU097361; Mon, 29 May 2006 17:42:53 -0500 (CDT) (envelope-from conrads@cox.net) Date: Mon, 29 May 2006 17:42:44 -0500 From: "Conrad J. Sabatier" To: "Yuriy Tsibizov" Message-ID: <20060529174244.7ed36ead@serene.no-ip.org> In-Reply-To: References: Organization: A Rag-Tag Band of Drug-Crazed Hippies X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.18; amd64-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org, freebsd-current@freebsd.org Subject: Re: Call for testing: emu10kx driver for Creative sound cards X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2006 22:43:12 -0000 On Tue, 23 May 2006 10:36:29 +0400, "Yuriy Tsibizov" wrote: > > > This driver can replace emu10k1 driver. Older version of this > > > driver was available from ports (audio/emu10kx). > > > > [snipped for brevity ] > > > > Talk about uncanny timing! I've been thinking of replacing my > > soundcard for a while now. This looks pretty exciting, especially > > the MIDI support. > "evennewermidi" patch needs someone to take care about it - it was > not updated for two years! Yes, I wish I understood device driver programming better (i.e., better than "not at all" :-). I would gladly volunteer to take this over. I've got a nice Yamaha synth (keyboard) sitting here just gathering dust since I quit using Windows altogether (used to use it with Cakewalk). I considered switching over to one of the Linux distros just to be able to make use of it, but I just can't bring myself to part with my beloved FreeBSD. :-) > > Which of the Creative cards would you recommend as "best"? > > I'd love to try this! > I'm not sure what you can find in your local shops... "Audigy 4 > Pro" (SB0380), "Audigy 2 Value" (SB0400) and "Audigy 4" (SB0610) > should be possible to find new. > > You may have to ask salesperson let you look at sound card chipset - > it should start with "CA" and should not end on "-DAT". > > X-Fi series seems to use another DSP, they will not work. Thanks for the tips. Appreciate it. -- Conrad J. Sabatier -- "In Unix veritas" From owner-freebsd-multimedia@FreeBSD.ORG Mon May 29 23:30:39 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE7A116A629 for ; Mon, 29 May 2006 23:30:39 +0000 (UTC) (envelope-from mbsd@pacbell.net) Received: from ylpvm29.prodigy.net (ylpvm29-ext.prodigy.net [207.115.57.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A99943D48 for ; Mon, 29 May 2006 23:30:39 +0000 (GMT) (envelope-from mbsd@pacbell.net) Received: from pimout7-ext.prodigy.net (pimout7-int.prodigy.net [207.115.4.147]) by ylpvm29.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k4TNTfVu004300 for ; Mon, 29 May 2006 19:29:41 -0400 X-ORBL: [71.139.4.206] DomainKey-Signature: a=rsa-sha1; s=sbc01; d=pacbell.net; c=nofws; q=dns; h=date:from:x-x-sender:to:cc:subject:in-reply-to:message-id: references:mime-version:content-type; b=kGJXynCjmY4dSDiZSLcriY0Cbf69IwOWaYhCSiIhagryKLYLzltAMcAZt08yLD2r8 Y3imwqZH8fIRy1hGLO4/A== Received: from spirou.home (ppp-71-139-4-206.dsl.snfc21.pacbell.net [71.139.4.206]) by pimout7-ext.prodigy.net (8.13.6 out.dk/8.13.6) with ESMTP id k4TNUY3g176308; Mon, 29 May 2006 19:30:35 -0400 Date: Mon, 29 May 2006 16:30:31 -0700 (PDT) From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= X-X-Sender: mikko@spirou.home To: Gianmarco Giovannelli In-Reply-To: <7.0.1.0.2.20060529192412.0240a598@gimbo.org> Message-ID: <20060529162807.C1140@spirou.home> References: <20060529082932.d6439e7c.gmarco@giovannelli.it> <447B126A.2080306@lovetemple.net> <7.0.1.0.2.20060529192412.0240a598@gimbo.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Karel Miklav , multimedia@freebsd.org Subject: Re: i915 found but dri not working... X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2006 23:30:42 -0000 On Mon, 29 May 2006, Gianmarco Giovannelli wrote: > At 17.25 29/05/2006, you wrote: >> Gianmarco Giovannelli wrote: >>> After the last commit my i915 graphic card is properly >> > detected and, I think, attached ... >> >>> # glxinfo name of display: :0.0 >>> display: :0 screen: 0 >>> direct rendering: No >> >> Did you install the dri port? > > > If you mean this one, yes :-) > >> I have installed: >> dri-6.2.20050719,1 DRI OpenGL drivers snapshot Update your ports, uninstall "dri-devel" and install "dri" instead. % grep ^PORTVERSION /usr/ports/graphics/dri{,-devel}/Makefile /usr/ports/graphics/dri/Makefile:PORTVERSION= 6.4.1 /usr/ports/graphics/dri-devel/Makefile:PORTVERSION= 6.2.20050719 Guess which one is most up-to-date? :) > > I'd like to know if is there anyone with a i915 card that is able to use dri > ... and if yes if he can post his/her configs :-) Works for me with the above port. $.02, /Mikko From owner-freebsd-multimedia@FreeBSD.ORG Tue May 30 00:47:50 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 704B516AFC4 for ; Tue, 30 May 2006 00:47:50 +0000 (UTC) (envelope-from davidn@datalinktech.com.au) Received: from mail-ihug.icp-qv1-irony6.iinet.net.au (ihug-mail.icp-qv1-irony6.iinet.net.au [203.59.1.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3B1143D53 for ; Tue, 30 May 2006 00:47:47 +0000 (GMT) (envelope-from davidn@datalinktech.com.au) Received: from 203-206-162-119.perm.iinet.net.au (HELO mail.datalinktech.com.au) ([203.206.162.119]) by mail-ihug.icp-qv1-irony6.iinet.net.au with ESMTP; 30 May 2006 08:47:08 +0800 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="4.05,186,1146412800"; d="scan'208"; a="315142881:sNHT1917278320" Received: from [192.168.4.232] ([192.168.4.232]) by mail.datalinktech.com.au with esmtp; Tue, 30 May 2006 10:47:05 +1000 id 0018D953.447B9609.0000D09C Message-ID: <447B9602.9060409@datalinktech.com.au> Date: Tue, 30 May 2006 10:46:58 +1000 From: David Nugent User-Agent: Thunderbird 1.5.0.2 (X11/20060516) MIME-Version: 1.0 To: "Conrad J. Sabatier" References: <20060529174244.7ed36ead@serene.no-ip.org> In-Reply-To: <20060529174244.7ed36ead@serene.no-ip.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org, Yuriy Tsibizov Subject: Re: Call for testing: emu10kx driver for Creative sound cards X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2006 00:47:52 -0000 Conrad J. Sabatier wrote: > Yes, I wish I understood device driver programming better (i.e., better > than "not at all" :-). I would gladly volunteer to take this over. > I've got a nice Yamaha synth (keyboard) sitting here just gathering > dust since I quit using Windows altogether (used to use it with > Cakewalk). I considered switching over to one of the Linux distros just > to be able to make use of it, but I just can't bring myself to part > with my beloved FreeBSD. :-) > I'm in the same situation, except I do reluctantly use Gentoo Linux at home just so that I can run hydrogen, rosegarden and a few other useful ALSA client apps. I'm hoping one day that the Not-Invented-Here syndrome will go away and other OS's don't have to track unnecessary and unportable APIs. Is it just me or does ALSA actually offer non-trivial advantages over more portable (OSS) sound interfaces? If so, I haven't seen them. From owner-freebsd-multimedia@FreeBSD.ORG Tue May 30 01:08:19 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9FEA16A5F8; Tue, 30 May 2006 01:08:19 +0000 (UTC) (envelope-from Chris@lainos.org) Received: from mail.neovanglist.net (blackacid.neovanglist.net [69.16.150.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A20243D4C; Tue, 30 May 2006 01:08:19 +0000 (GMT) (envelope-from Chris@lainos.org) Received: from localhost (localhost.neovanglist.net [127.0.0.1]) by mail.neovanglist.net (Postfix) with ESMTP id D57CF6D451; Mon, 29 May 2006 18:08:16 -0700 (MST) Received: from mail.neovanglist.net ([127.0.0.1]) by localhost (blackacid.neovanglist.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 75462-06; Mon, 29 May 2006 18:08:11 -0700 (MST) Received: from melchior (kbhn-vbrg-sr0-vl202-021.perspektivbredband.net [85.235.18.21]) (using SSLv3 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mail.neovanglist.net (Postfix) with ESMTP id 014C56D438; Mon, 29 May 2006 18:08:10 -0700 (MST) From: Chris Gilbert To: freebsd-current@freebsd.org Date: Tue, 30 May 2006 03:08:00 +0200 User-Agent: KMail/1.8.2 References: <20060520141209.A2285@free.home.local> In-Reply-To: <20060520141209.A2285@free.home.local> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605300308.01145.Chris@lainos.org> X-Virus-Scanned: amavisd-new at neovanglist.net Cc: freebsd-multimedia@freebsd.org, Alexander Leidinger , Yuriy Tsibizov Subject: Re: Call for testing: emu10kx driver for Creative sound cards X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2006 01:08:25 -0000 Works here on Opteron SMP system! emu10kx0: port 0x3000-0x303f irq 24 at device 4.0 on pci9 pci9: at device 4.1 (no driver attached) pcm0: on emu10kx0 pcm0: pcm1: on emu10kx0 pcm2: on emu10kx0 pcm3: on emu10kx0 Also, I've tried playing with the sysctls in order to get the inputs/knobs on my audigydrive to work, any hints in regards to this? Thanks for the great work on this! -- Regards, Chris Gilbert On Saturday 20 May 2006 12:22, Yuriy Tsibizov wrote: > This driver can replace emu10k1 driver. Older version of this > driver was available from ports (audio/emu10kx). > > Changes over emu10k1 driver: > > 1. Almost all Creative cards that based on EMU10K1 and CA010X-YYY DSPs are > supported. Exceptions are cards on CA010X-DAT ("Sound Blaster Live! > 24-bit", card known as "DELL OEM SB Live!" and "Audigy LS") and E-mu > cards. > 2. Complete mixer support. Some controls that can't fit into OSS > mixer are available as sysctl under debug.emu10kxX. > 3. Optional multichannel support. Front, rear, center, subwoofer and side > card connectors are visible as a separate PCM devices. Only front channel > supports recording, other are playback-only. There is no lowpass filter on > subwoofer output. > 4. Optional MIDI I/O support, one midi port on Live! cards and two on > Audigy (and Audigy 2). MIDI support require "evennewermidi" kernel patch. > > Known problems: > 1. When S/PDIF input is not connected it generates some noise. > 2. Analog center & subwoofer are muted, because they share minijack > connector with digital output. > 3. On Audigy 4 Pro headphones connector on AudigyDrive does not work. > 4. "AUX In 2" on AudigyDrive is noisy. > > "Features": > 1. On EMU10K1 cards playback volume is low. > > What needs testing: > 1. AMD64 was known to work for driver in ports. > 2. SMP was known to work for older release (before driver appear in > ports). > 3. Audigy 4 (not Pro) card support > 4. CardBus Audigy support > 5. Digital output > > dmesg: > (SB Live! card locks system before boot when inserted with Audigy 2 cards) > > emu10kx0: port 0xd400-0xd41f irq 9 at device 9.0 > on pci0 emu10kx0: Audigy IR MIDI events enabled. > emu10kx1: port 0xb800-0xb83f irq 12 at device > 10.0 on pci0 emu10kx1: Audigy IR MIDI events enabled. > emu10kx2: port 0xb000-0xb03f irq 10 at > device 11.0 on pci0 pcm0: on emu10kx0 > pcm0: > pcm1: on emu10kx0 > pcm2: on emu10kx0 > pcm3: on emu10kx0 > pcm4: on emu10kx1 > pcm4: > pcm5: on emu10kx1 > pcm6: on emu10kx1 > pcm7: on emu10kx1 > pcm8: on emu10kx2 > pcm8: > pcm9: on emu10kx2 > pcm10: on emu10kx2 > pcm11: on emu10kx2 > pcm12: on emu10kx2 > > emu10kx1: port 0xb800-0xb81f irq 10 at > device 10.0 on pci0 emu10kx1: SB Live! IR MIDI events enabled. > pcm4: on emu10kx1 > pcm4: > pcm5: on emu10kx1 > > Source code is available as a kernel patch or a separate module from > http://chibis.persons.gfk.ru/audigy/kernel/ > > If you want to build it from emu10kx-snap.tar.gz without MIDI you will have > to run 'make SUBDIR='. > > Yuriy. > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" From owner-freebsd-multimedia@FreeBSD.ORG Tue May 30 07:47:32 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E17F716A449; Tue, 30 May 2006 07:47:32 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15F4943D46; Tue, 30 May 2006 07:47:31 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5E0E3.dip.t-dialin.net [84.165.224.227]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.4/8.13.4) with ESMTP id k4U7kdGY086714; Tue, 30 May 2006 09:46:40 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k4U7lKbm070379; Tue, 30 May 2006 09:47:20 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Tue, 30 May 2006 09:47:19 +0200 Message-ID: <20060530094719.nfudktdyoswsk0g8@netchild.homeip.net> X-Priority: 3 (Normal) Date: Tue, 30 May 2006 09:47:19 +0200 From: Alexander Leidinger To: "Conrad J. Sabatier" References: <20060529174244.7ed36ead@serene.no-ip.org> In-Reply-To: <20060529174244.7ed36ead@serene.no-ip.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: freebsd-multimedia@freebsd.org, Yuriy Tsibizov , freebsd-current@freebsd.org Subject: Re: Call for testing: emu10kx driver for Creative sound cards X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2006 07:47:35 -0000 Quoting "Conrad J. Sabatier" (from Mon, 29 May 2006 =20 17:42:44 -0500): > On Tue, 23 May 2006 10:36:29 +0400, "Yuriy Tsibizov" > wrote: > >> > > This driver can replace emu10k1 driver. Older version of this >> > > driver was available from ports (audio/emu10kx). >> > >> > [snipped for brevity ] >> > >> > Talk about uncanny timing! I've been thinking of replacing my >> > soundcard for a while now. This looks pretty exciting, especially >> > the MIDI support. >> "evennewermidi" patch needs someone to take care about it - it was >> not updated for two years! > > Yes, I wish I understood device driver programming better (i.e., better > than "not at all" :-). I would gladly volunteer to take this over. I committed the midi patches to -current. What about jumping into the =20 cold water and "just start"? If you don't know where to start: - have a look at what the guys over at opensound.com provide (midi docs) - have a look what FreeBSD is able to do - make a list what it does wrong or not at all - have a look at how the current code handles the existing functionality - try to fix wrong parts - try to implement missing parts A lot of this does not depend upon knowledge of device driver =20 programming, but it depends upon people with interest in MIDI and =20 MIDI-equipment. I don't have much knowledge about MIDI, I don't have =20 MIDI equipment, and I don't know much about the internals of the midi =20 code, but I can help finding solutions to a problem. > I've got a nice Yamaha synth (keyboard) sitting here just gathering > dust since I quit using Windows altogether (used to use it with > Cakewalk). I considered switching over to one of the Linux distros just > to be able to make use of it, but I just can't bring myself to part > with my beloved FreeBSD. :-) I think this is a nice reason to just start and "play around" with =20 what we have currently, don't you think? :-) Bye, Alexander. --=20 Selling GoodYear Eagle F1 235/40ZR18, 2x 4mm + 2x 5mm, ~150 EUR you have to pick it up between Germany/Saarland and Luxembourg/Capellen http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-freebsd-multimedia@FreeBSD.ORG Tue May 30 11:00:20 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC90716A41F for ; Tue, 30 May 2006 11:00:20 +0000 (UTC) (envelope-from nemeths@for.mat.bham.ac.uk) Received: from sun13.bham.ac.uk (sun13.bham.ac.uk [147.188.128.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8205743D5D for ; Tue, 30 May 2006 11:00:13 +0000 (GMT) (envelope-from nemeths@for.mat.bham.ac.uk) Received: from [147.188.128.127] (helo=bham.ac.uk) by sun13.bham.ac.uk with esmtp (Exim 4.10) id 1Fl1xM-0007hN-00 for multimedia@freebsd.org; Tue, 30 May 2006 12:00:12 +0100 Received: from for.mat.bham.ac.uk ([147.188.56.59]) by bham.ac.uk with esmtp (Exim 4.43) id 1Fl1xM-0003Tb-JN for multimedia@freebsd.org; Tue, 30 May 2006 12:00:12 +0100 Received: from bab.mat.bham.ac.uk by for.mat.bham.ac.uk (8.8.8+Sun/SMI-SVR4) id MAA21421; Tue, 30 May 2006 12:00:11 +0100 (BST) Received: from localhost (nemeths@localhost) by bab.mat.bham.ac.uk (8.8.8p2+Sun/8.8.8) with ESMTP id MAA05511 for ; Tue, 30 May 2006 12:00:11 +0100 (BST) X-Authentication-Warning: babbage.bham.ac.uk: nemeths owned process doing -bs Date: Tue, 30 May 2006 12:00:11 +0100 (BST) From: Sandor Z Nemeth X-X-Sender: nemeths@babbage.bham.ac.uk To: multimedia@freebsd.org In-Reply-To: <20060529162807.C1140@spirou.home> Message-ID: References: <20060529082932.d6439e7c.gmarco@giovannelli.it> <447B126A.2080306@lovetemple.net> <7.0.1.0.2.20060529192412.0240a598@gimbo.org> <20060529162807.C1140@spirou.home> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-BHAM-CUBE-wlist: LOCAL for.mat.bham.ac.uk X-BHAM-CUBE-processed: yes Cc: Subject: picasa for linux X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2006 11:00:21 -0000 Hi, Is it possible to install picasa for linux on freebsd? Thanks, Sandor -------------------------------------------------------- Dr Sandor Zoltan Nemeth Lecturer -------------------------------------------------------- School of Mathematics The University of Birmingham Watson Building Edgbaston B15 2TT Birmingham United Kingdom Phone: +44-121-414-6404 Fax: +44-121-414-3389 -------------------------------------------------------- From owner-freebsd-multimedia@FreeBSD.ORG Tue May 30 18:09:37 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 125D716A797 for ; Tue, 30 May 2006 18:09:37 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCCAF43D46 for ; Tue, 30 May 2006 18:09:34 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5E0E3.dip.t-dialin.net [84.165.224.227]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.4/8.13.4) with ESMTP id k4UI8jgU088781; Tue, 30 May 2006 20:08:46 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from Magellan.Leidinger.net (Magellan.Leidinger.net [192.168.1.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k4UI9ScN061479; Tue, 30 May 2006 20:09:29 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Date: Tue, 30 May 2006 20:09:35 +0200 From: Alexander Leidinger To: "Ben Kaduk" Message-ID: <20060530200935.4b77a9c5@Magellan.Leidinger.net> In-Reply-To: <47d0403c0605300903g3d26ca40q29c67405d6b92a00@mail.gmail.com> References: <20060529174244.7ed36ead@serene.no-ip.org> <20060530094719.nfudktdyoswsk0g8@netchild.homeip.net> <47d0403c0605300903g3d26ca40q29c67405d6b92a00@mail.gmail.com> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.18; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new Cc: freebsd-multimedia@freebsd.org Subject: Re: Call for testing: emu10kx driver for Creative sound cards X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2006 18:09:38 -0000 Quoting "Ben Kaduk" (Tue, 30 May 2006 16:03:30 +0000): > Does anyone know of a good source for a ~8 meter MIDI cable to connect > a soundcard joystick port to 5 pin MIDI device (or am I completely > clueless and there's a better way to connect my synth to my computer)? If all else fails, go to a local electronics store and ask if they will build one for you. Googling for "midi soundblaster joystick port cable diy schematic" brings up http://web.singnet.com.sg/~lau0cy/sb.htm, the schematic is as the end of the page. Bye, Alexander. -- Selling GoodYear Eagle F1 235/40ZR18, 2x 4mm + 2x 5mm, ~150 EUR you have to pick it up between Germany/Saarland and Luxembourg/Capellen http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-multimedia@FreeBSD.ORG Tue May 30 18:20:49 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 78FE416A710 for ; Tue, 30 May 2006 18:20:49 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 429ED43D5F for ; Tue, 30 May 2006 18:20:45 +0000 (GMT) (envelope-from minimarmot@gmail.com) Received: by nf-out-0910.google.com with SMTP id q29so137779nfc for ; Tue, 30 May 2006 11:20:44 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MUQHz8Fu0uWD1UDdGwLVwEs2QpTR8vDdNrrOyp+/C1Un1c9zT7TTphuQMoc/kfQp/NhZz3bHUfYkOqQWHx5MllRbF6gj0bKsAIhp7qrw5uTlGbbugJZc/2jUgtmZ1v8e8OlK85Wm4Wy77naU7eaK2DA50OQsN5cxseg+D4UZiBo= Received: by 10.67.101.10 with SMTP id d10mr2909493ugm; Tue, 30 May 2006 09:03:30 -0700 (PDT) Received: by 10.67.87.3 with HTTP; Tue, 30 May 2006 09:03:30 -0700 (PDT) Message-ID: <47d0403c0605300903g3d26ca40q29c67405d6b92a00@mail.gmail.com> Date: Tue, 30 May 2006 16:03:30 +0000 From: "Ben Kaduk" To: "Alexander Leidinger" In-Reply-To: <20060530094719.nfudktdyoswsk0g8@netchild.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060529174244.7ed36ead@serene.no-ip.org> <20060530094719.nfudktdyoswsk0g8@netchild.homeip.net> Cc: freebsd-multimedia@freebsd.org Subject: Re: Call for testing: emu10kx driver for Creative sound cards X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2006 18:20:50 -0000 [-current stripped] On 5/30/06, Alexander Leidinger wrote: > Quoting "Conrad J. Sabatier" (from Mon, 29 May 2006 > 17:42:44 -0500): > > > On Tue, 23 May 2006 10:36:29 +0400, "Yuriy Tsibizov" > > wrote: > > > >> > > This driver can replace emu10k1 driver. Older version of this > >> > > driver was available from ports (audio/emu10kx). > >> > > >> > [snipped for brevity ] > >> > > >> > Talk about uncanny timing! I've been thinking of replacing my > >> > soundcard for a while now. This looks pretty exciting, especially > >> > the MIDI support. > >> "evennewermidi" patch needs someone to take care about it - it was > >> not updated for two years! > > > > Yes, I wish I understood device driver programming better (i.e., better > > than "not at all" :-). I would gladly volunteer to take this over. > > I committed the midi patches to -current. What about jumping into the > cold water and "just start"? If you don't know where to start: > - have a look at what the guys over at opensound.com provide (midi docs) > - have a look what FreeBSD is able to do > - make a list what it does wrong or not at all > - have a look at how the current code handles the existing functionality > - try to fix wrong parts > - try to implement missing parts > > A lot of this does not depend upon knowledge of device driver > programming, but it depends upon people with interest in MIDI and > MIDI-equipment. I don't have much knowledge about MIDI, I don't have > MIDI equipment, and I don't know much about the internals of the midi > code, but I can help finding solutions to a problem. > > > I've got a nice Yamaha synth (keyboard) sitting here just gathering > > dust since I quit using Windows altogether (used to use it with > > Cakewalk). I considered switching over to one of the Linux distros just > > to be able to make use of it, but I just can't bring myself to part > > with my beloved FreeBSD. :-) > > I think this is a nice reason to just start and "play around" with > what we have currently, don't you think? :-) > > Bye, > Alexander. > > -- It is definitely a nice reason to start to "play around" -- I intend to do so soon, since I have a yamaha synth and emu10kx soundcard, but there's one caveat: I don't have a cable with which to connect the two (hence this message). Does anyone know of a good source for a ~8 meter MIDI cable to connect a soundcard joystick port to 5 pin MIDI device (or am I completely clueless and there's a better way to connect my synth to my computer)? Thanks, Ben Kaduk From owner-freebsd-multimedia@FreeBSD.ORG Tue May 30 20:13:46 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7755516AFC1 for ; Tue, 30 May 2006 20:13:46 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A49A43D73 for ; Tue, 30 May 2006 20:13:39 +0000 (GMT) (envelope-from minimarmot@gmail.com) Received: by nf-out-0910.google.com with SMTP id o63so7399nfa for ; Tue, 30 May 2006 13:13:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=MUQHz8Fu0uWD1UDdGwLVwEs2QpTR8vDdNrrOyp+/C1Un1c9zT7TTphuQMoc/kfQp/NhZz3bHUfYkOqQWHx5MllRbF6gj0bKsAIhp7qrw5uTlGbbugJZc/2jUgtmZ1v8e8OlK85Wm4Wy77naU7eaK2DA50OQsN5cxseg+D4UZiBo= Received: by 10.67.101.10 with SMTP id d10mr2909493ugm; Tue, 30 May 2006 09:03:30 -0700 (PDT) Received: by 10.67.87.3 with HTTP; Tue, 30 May 2006 09:03:30 -0700 (PDT) Message-ID: <47d0403c0605300903g3d26ca40q29c67405d6b92a00@mail.gmail.com> Date: Tue, 30 May 2006 16:03:30 +0000 From: "Ben Kaduk" To: "Alexander Leidinger" In-Reply-To: <20060530094719.nfudktdyoswsk0g8@netchild.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060529174244.7ed36ead@serene.no-ip.org> <20060530094719.nfudktdyoswsk0g8@netchild.homeip.net> Cc: freebsd-multimedia@freebsd.org Subject: Re: Call for testing: emu10kx driver for Creative sound cards X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2006 20:14:01 -0000 [-current stripped] On 5/30/06, Alexander Leidinger wrote: > Quoting "Conrad J. Sabatier" (from Mon, 29 May 2006 > 17:42:44 -0500): > > > On Tue, 23 May 2006 10:36:29 +0400, "Yuriy Tsibizov" > > wrote: > > > >> > > This driver can replace emu10k1 driver. Older version of this > >> > > driver was available from ports (audio/emu10kx). > >> > > >> > [snipped for brevity ] > >> > > >> > Talk about uncanny timing! I've been thinking of replacing my > >> > soundcard for a while now. This looks pretty exciting, especially > >> > the MIDI support. > >> "evennewermidi" patch needs someone to take care about it - it was > >> not updated for two years! > > > > Yes, I wish I understood device driver programming better (i.e., better > > than "not at all" :-). I would gladly volunteer to take this over. > > I committed the midi patches to -current. What about jumping into the > cold water and "just start"? If you don't know where to start: > - have a look at what the guys over at opensound.com provide (midi docs) > - have a look what FreeBSD is able to do > - make a list what it does wrong or not at all > - have a look at how the current code handles the existing functionality > - try to fix wrong parts > - try to implement missing parts > > A lot of this does not depend upon knowledge of device driver > programming, but it depends upon people with interest in MIDI and > MIDI-equipment. I don't have much knowledge about MIDI, I don't have > MIDI equipment, and I don't know much about the internals of the midi > code, but I can help finding solutions to a problem. > > > I've got a nice Yamaha synth (keyboard) sitting here just gathering > > dust since I quit using Windows altogether (used to use it with > > Cakewalk). I considered switching over to one of the Linux distros just > > to be able to make use of it, but I just can't bring myself to part > > with my beloved FreeBSD. :-) > > I think this is a nice reason to just start and "play around" with > what we have currently, don't you think? :-) > > Bye, > Alexander. > > -- It is definitely a nice reason to start to "play around" -- I intend to do so soon, since I have a yamaha synth and emu10kx soundcard, but there's one caveat: I don't have a cable with which to connect the two (hence this message). Does anyone know of a good source for a ~8 meter MIDI cable to connect a soundcard joystick port to 5 pin MIDI device (or am I completely clueless and there's a better way to connect my synth to my computer)? Thanks, Ben Kaduk From owner-freebsd-multimedia@FreeBSD.ORG Tue May 30 23:14:29 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8D9516A59C for ; Tue, 30 May 2006 23:14:29 +0000 (UTC) (envelope-from davidn@datalinktech.com.au) Received: from mail-ihug.icp-qv1-irony4.iinet.net.au (ihug-mail.icp-qv1-irony4.iinet.net.au [203.59.1.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F4B843D73 for ; Tue, 30 May 2006 23:14:23 +0000 (GMT) (envelope-from davidn@datalinktech.com.au) Received: from 203-206-162-119.perm.iinet.net.au (HELO mail.datalinktech.com.au) ([203.206.162.119]) by mail-ihug.icp-qv1-irony4.iinet.net.au with ESMTP; 31 May 2006 07:14:20 +0800 X-BrightmailFiltered: true X-Brightmail-Tracker: AAAAAA== X-IronPort-AV: i="4.05,191,1146412800"; d="scan'208"; a="754538334:sNHT15721548" Received: from [192.168.4.232] ([192.168.4.232]) by mail.datalinktech.com.au with esmtp; Wed, 31 May 2006 09:14:09 +1000 id 0018D948.447CD1C1.00011DC7 Message-ID: <447CD1B7.6000707@datalinktech.com.au> Date: Wed, 31 May 2006 09:13:59 +1000 From: David Nugent User-Agent: Thunderbird 1.5.0.2 (X11/20060516) MIME-Version: 1.0 To: Ben Kaduk References: <20060529174244.7ed36ead@serene.no-ip.org> <20060530094719.nfudktdyoswsk0g8@netchild.homeip.net> <47d0403c0605300903g3d26ca40q29c67405d6b92a00@mail.gmail.com> In-Reply-To: <47d0403c0605300903g3d26ca40q29c67405d6b92a00@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-multimedia@freebsd.org, Alexander Leidinger Subject: Re: Call for testing: emu10kx driver for Creative sound cards X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2006 23:14:32 -0000 Ben Kaduk wrote: > Does anyone know of a good source for a ~8 meter MIDI cable to connect > a soundcard joystick port to 5 pin MIDI device (or am I completely > clueless and there's a better way to connect my synth to my computer)? Your local music store will probably have these midi cables. You can also connect midi via USB (which operates as a separate audio device from your sound card). From owner-freebsd-multimedia@FreeBSD.ORG Wed May 31 02:13:44 2006 Return-Path: X-Original-To: freebsd-multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E07AF16AC48 for ; Wed, 31 May 2006 02:13:44 +0000 (UTC) (envelope-from sepotvin@videotron.ca) Received: from tomts45-srv.bellnexxia.net (tomts45.bellnexxia.net [209.226.175.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id D13B743D73 for ; Wed, 31 May 2006 02:13:38 +0000 (GMT) (envelope-from sepotvin@videotron.ca) Received: from mail.telcobridges.com ([67.70.237.76]) by tomts45-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with ESMTP id <20060531021337.DLCM17057.tomts45-srv.bellnexxia.net@mail.telcobridges.com> for ; Tue, 30 May 2006 22:13:37 -0400 Received: from [192.168.0.107] (modemcable237.137-80-70.mc.videotron.ca [70.80.137.237]) (authenticated bits=0) by mail.telcobridges.com (8.13.3/8.13.3) with ESMTP id k4V2DZKK026805 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Tue, 30 May 2006 22:13:36 -0400 (EDT) (envelope-from sepotvin@videotron.ca) Message-ID: <447CFBC5.9000109@videotron.ca> Date: Tue, 30 May 2006 22:13:25 -0400 From: "Stephane E. Potvin" User-Agent: Thunderbird 1.5.0.2 (X11/20060505) MIME-Version: 1.0 To: freebsd-multimedia@FreeBSD.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: HDA Driver Update X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2006 02:13:48 -0000 A new version of the current state of my work is now available at the following address: http://www.leidinger.net/FreeBSD/hdac_20060525.tbz As the previous version, this one doesn't do anything useful yet. Major changes since the last time are the integration of the hda bus probing into the newbus framework. Two drivers are now included: hdac which is the driver for the hda controller/bus and stel which will become the pcm driver for the SigmaTel hda device. I decided to collapse the controller and bus into a single driver as it quickly became a mess as they both required access to some part of the hda controller. I currently only have the vendor/device ids for the SigmaTel device I'm using so if people who knows what device they have could send me the output of the "devinfo -rv" command along with the model of the hda device I'll add them to the stel driver. Steph From owner-freebsd-multimedia@FreeBSD.ORG Wed May 31 02:26:43 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91AD016B4EF for ; Wed, 31 May 2006 02:26:43 +0000 (UTC) (envelope-from v.velox@vvelox.net) Received: from mail07.powweb.com (mail07.powweb.com [66.152.97.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6576843D46 for ; Wed, 31 May 2006 02:26:43 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.vulpes (24-119-225-24.cpe.cableone.net [24.119.225.24]) by mail07.powweb.com (Postfix) with ESMTP id C0AE214DAC2 for ; Tue, 30 May 2006 19:26:42 -0700 (PDT) Date: Tue, 30 May 2006 21:27:56 -0500 From: Vulpes Velox To: multimedia@freebsd.org Message-ID: <20060530212756.4a1a5650@vixen42.vulpes> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Subject: pvr250/350 tuner question X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2006 02:26:44 -0000 I was just looking for a TV card for receiving FM on. Any one ever try it with one of these? Just been browsing through my archives of this list here and I am not seeing any thing indicating one way or the other. From owner-freebsd-multimedia@FreeBSD.ORG Wed May 31 07:31:58 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A8E516A421 for ; Wed, 31 May 2006 07:31:58 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59B7243D53 for ; Wed, 31 May 2006 07:31:56 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5E4E4.dip.t-dialin.net [84.165.228.228]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.4/8.13.4) with ESMTP id k4V7UoM6092142; Wed, 31 May 2006 09:30:51 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k4V7ViDE076222; Wed, 31 May 2006 09:31:44 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Wed, 31 May 2006 09:31:43 +0200 Message-ID: <20060531093143.bdfjc6rx8gkkswgc@netchild.homeip.net> X-Priority: 3 (Normal) Date: Wed, 31 May 2006 09:31:43 +0200 From: Alexander Leidinger To: David Nugent References: <20060529174244.7ed36ead@serene.no-ip.org> <20060530094719.nfudktdyoswsk0g8@netchild.homeip.net> <47d0403c0605300903g3d26ca40q29c67405d6b92a00@mail.gmail.com> <447CD1B7.6000707@datalinktech.com.au> In-Reply-To: <447CD1B7.6000707@datalinktech.com.au> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new X-Mailman-Approved-At: Wed, 31 May 2006 12:49:29 +0000 Cc: freebsd-multimedia@freebsd.org Subject: Re: Call for testing: emu10kx driver for Creative sound cards X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2006 07:31:58 -0000 Quoting David Nugent (from Wed, 31 May 2006 09:13:59 +1000): > Ben Kaduk wrote: >> Does anyone know of a good source for a ~8 meter MIDI cable to connect >> a soundcard joystick port to 5 pin MIDI device (or am I completely >> clueless and there's a better way to connect my synth to my computer)? > Your local music store will probably have these midi cables. > > You can also connect midi via USB (which operates as a separate audio > device from your sound card). In this case uaudio needs to be teached to work with the midi code. The emu10k1 and amu10kx drivers already know how to do that. Bye, Alexander. -- Selling GoodYear Eagle F1 235/40ZR18, 2x 4mm + 2x 5mm, ~150 EUR you have to pick it up between Germany/Saarland and Luxembourg/Capellen http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-multimedia@FreeBSD.ORG Wed May 31 09:42:59 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D48DF16A582; Wed, 31 May 2006 09:42:59 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id C011F43D4C; Wed, 31 May 2006 09:42:58 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5E4E4.dip.t-dialin.net [84.165.228.228]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.4/8.13.4) with ESMTP id k4V9g2Ib092606; Wed, 31 May 2006 11:42:03 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k4V9guvL095006; Wed, 31 May 2006 11:42:56 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Wed, 31 May 2006 11:42:56 +0200 Message-ID: <20060531114256.wblce9wmas40ocgk@netchild.homeip.net> X-Priority: 3 (Normal) Date: Wed, 31 May 2006 11:42:56 +0200 From: Alexander Leidinger To: multimedia@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new X-Mailman-Approved-At: Wed, 31 May 2006 12:50:00 +0000 Cc: ryanb@FreeBSD.org Subject: Google Summer of Code project: Syncing the OSS API X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2006 09:43:01 -0000 Hi, I'm happy to announce that one of the Google Summer of Code students =20 we got is working on syncing our implementation of the OSS API with =20 the updated API of the official open sound system from 4Front =20 Technologies. Welcome Ryan! Mainly this provides a new mixer API which is better suited for =20 current soundcards. Some more details can be found at =20 "http://wikitest.freebsd.org/RyanBeasley". I will commit milestones to current from time to time and announce =20 calls for help here accordingly. For each milestone we will need some =20 feedback from all of you how it works in your daily useof the sound =20 system. Additionaly we may need some more specific reports about some =20 behavior, but this will be announced in the call for help. I hope a lot of testers will participate to let "our" student enjoy =20 his Summer of Code and make it an experience he will remember well for =20 a long time. Bye, Alexander. --=20 Selling GoodYear Eagle F1 235/40ZR18, 2x 4mm + 2x 5mm, ~150 EUR you have to pick it up between Germany/Saarland and Luxembourg/Capellen http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 72077137 From owner-freebsd-multimedia@FreeBSD.ORG Wed May 31 22:45:51 2006 Return-Path: X-Original-To: multimedia@freebsd.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13EF816C20D for ; Wed, 31 May 2006 22:45:51 +0000 (UTC) (envelope-from karel@lovetemple.net) Received: from mta1.siol.net (mta1.siol.net [193.189.160.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 636C043D4C for ; Wed, 31 May 2006 22:45:50 +0000 (GMT) (envelope-from karel@lovetemple.net) Received: from edge2.siol.net ([10.10.10.211]) by mta1.siol.net with ESMTP id <20060531224548.TEYO4387.mta1.siol.net@edge2.siol.net>; Thu, 1 Jun 2006 00:45:48 +0200 Received: from [192.168.0.149] (really [86.61.26.22]) by edge2.siol.net with ESMTP id <20060531224543.IWNO7870.edge2.siol.net@[192.168.0.149]>; Thu, 1 Jun 2006 00:45:43 +0200 Message-ID: <447E1C94.2020000@lovetemple.net> Date: Thu, 01 Jun 2006 00:45:40 +0200 From: Karel Miklav User-Agent: Thunderbird 1.5.0.2 (X11/20060510) MIME-Version: 1.0 To: Gianmarco Giovannelli References: <20060529082932.d6439e7c.gmarco@giovannelli.it> <447B126A.2080306@lovetemple.net> <7.0.1.0.2.20060529192412.0240a598@gimbo.org> In-Reply-To: <7.0.1.0.2.20060529192412.0240a598@gimbo.org> Content-Type: multipart/mixed; boundary="------------070404090202030204070006" Cc: multimedia@freebsd.org Subject: Re: i915 found but dri not working... X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 May 2006 22:45:57 -0000 This is a multi-part message in MIME format. --------------070404090202030204070006 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Gianmarco Giovannelli wrote: >> Did you install the dri port? > > If you mean this one, yes :-) > >> I have installed: >> dri-6.2.20050719,1 DRI OpenGL drivers snapshot Phew, sorry man. It's a bit old though. > I'd like to know if is there anyone with a i915 card that is > able to use dri ... and if yes if he can post his/her configs :-) Same version as Mikko here and it works great. Check the attachment for hints. -- Regards, Karel Miklav --------------070404090202030204070006 Content-Type: text/plain; name="xorg.conf" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="xorg.conf" # This file was generated by the command 'Xorg -configure' at the root # command prompt and then tweaked according to aesthetical preferences, # output of the Xorg server log, xorg.conf and i810 man pages, dcumentation at # http://dri.freedesktop.org etc. Section "ServerLayout" Identifier "He made me" Screen 0 "Default screen" 0 0 InputDevice "HotSpot" "CorePointer" InputDevice "ThinkPad Keyboard" "CoreKeyboard" EndSection Section "ServerFlags" Option "BlankTime" "10" Option "StandbyTime" "13" Option "SuspendTime" "14" Option "OffTime" "15" EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" # FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" # FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "extmod" Load "glx" Load "dri" Load "dbe" Load "record" Load "xtrap" Load "type1" Load "freetype" EndSection Section "InputDevice" Identifier "ThinkPad Keyboard" Driver "kbd" Option "XkbModel" "pc102" Option "XkbLayout" "si" # Option "CoreKeyboard" EndSection Section "InputDevice" Identifier "HotSpot" Driver "mouse" Option "Protocol" "SysMouse" Option "Device" "/dev/sysmouse" # Option "Protocol" "Auto" # Option "Device" "/dev/psm0" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5 6 7" # Option "EmulateWheel" "yes" # Option "EmulateWheelButton" "2" # Option "CorePointer" EndSection Section "Monitor" Identifier "ThinkPad LCD" VendorName "IBM" ModelName "Unknown" # DisplaySize "835x612" # Gamma "1.0" Option "DPMS" EndSection Section "Device" Identifier "82855GME" Driver "i810" VendorName "Intel Corporation" BoardName "82852/855GM Integrated Graphics Device" BusID "PCI:0:2:0" VideoRam 65536 # Option "SWcursor" "True" Option "VBERestore" "yes" Option "DevicePresence" "yes" EndSection Section "DRI" Mode 0666 EndSection Section "Screen" Identifier "Default screen" Device "82855GME" Monitor "ThinkPad LCD" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 16 EndSubSection SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection --------------070404090202030204070006-- From owner-freebsd-multimedia@FreeBSD.ORG Thu Jun 1 03:01:16 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA7A216AA8D for ; Thu, 1 Jun 2006 03:01:16 +0000 (UTC) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 04E8F43D58 for ; Thu, 1 Jun 2006 03:01:14 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from localhost (mx1.hub.org [200.46.208.251]) by hub.org (Postfix) with ESMTP id 0CA9A290C39 for ; Thu, 1 Jun 2006 00:01:14 -0300 (ADT) Received: from hub.org ([200.46.204.220]) by localhost (mx1.hub.org [200.46.208.251]) (amavisd-new, port 10024) with ESMTP id 20614-06-2 for ; Thu, 1 Jun 2006 00:01:13 -0300 (ADT) Received: from ganymede.hub.org (blk-7-151-244.eastlink.ca [71.7.151.244]) by hub.org (Postfix) with ESMTP id 6282B290C1F for ; Thu, 1 Jun 2006 00:01:13 -0300 (ADT) Received: by ganymede.hub.org (Postfix, from userid 1000) id 0CCFB8A6EC; Thu, 1 Jun 2006 00:01:12 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id 0BD355ED53 for ; Thu, 1 Jun 2006 00:01:12 -0300 (ADT) Date: Thu, 1 Jun 2006 00:01:12 -0300 (ADT) From: "Marc G. Fournier" To: freebsd-multimedia@freebsd.org Message-ID: <20060531235921.I1114@ganymede.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Standalone Skype Server possible ... ? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 03:01:19 -0000 Have a client that would like to run their own Skype Server ... basically, with its own SkypeOut capabilities through their own phone lines ... multiple locations all able to talk VOIP using Skype, and if an external phone # needs to be called, it would be through *their* office phone lines, not the "public ones" that Skype has setup ... Possible? Under FreeBSD? Thanks ... ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . scrappy@hub.org MSN . scrappy@hub.org Yahoo . yscrappy Skype: hub.org ICQ . 7615664 From owner-freebsd-multimedia@FreeBSD.ORG Thu Jun 1 06:26:22 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E4D216C74C for ; Thu, 1 Jun 2006 06:26:22 +0000 (UTC) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1smout1.broadpark.no (osl1smout1.broadpark.no [80.202.4.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6113D43D78 for ; Thu, 1 Jun 2006 06:26:12 +0000 (GMT) (envelope-from torfinn.ingolfsen@broadpark.no) Received: from osl1sminn1.broadpark.no ([80.202.4.59]) by osl1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0J06000TE4JNXJ20@osl1smout1.broadpark.no> for freebsd-multimedia@freebsd.org; Thu, 01 Jun 2006 08:26:11 +0200 (CEST) Received: from kg-work.kg4.no ([80.202.172.162]) by osl1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with SMTP id <0J0600AQ94JM30H0@osl1sminn1.broadpark.no> for freebsd-multimedia@freebsd.org; Thu, 01 Jun 2006 08:26:11 +0200 (CEST) Date: Thu, 01 Jun 2006 08:26:10 +0200 From: Torfinn Ingolfsen X-Face: "t9w2,-X@O^I`jVW\sonI3.,36KBLZE*AL[y9lL[PyFD*r_S:dIL9c[8Y>V42R0"!"yb_zN,f#%.[PYYNq; m"_0v; ~rUM2Yy!zmkh)3&U|u!=T(zyv,MHJv"nDH>OJ`t(@mil461d_B'Uo|'nMwlKe0Mv=kvV?Nh@>Hb<3s_z2jYgZhPb@?Wi^x1a~Hplz1.zH In-reply-to: <20060531235921.I1114@ganymede.hub.org> To: freebsd-multimedia@freebsd.org Message-id: <20060601082610.f897b242.torfinn.ingolfsen@broadpark.no> MIME-version: 1.0 X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.18; i386-portbld-freebsd5.5) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT References: <20060531235921.I1114@ganymede.hub.org> Subject: Re: Standalone Skype Server possible ... ? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 06:26:22 -0000 On Thu, 01 Jun 2006 00:01:12 -0300 (ADT) "Marc G. Fournier" wrote: > Have a client that would like to run their own Skype Server ... > basically, with its own SkypeOut capabilities through their own phone > lines ... multiple locations all able to talk VOIP using Skype, and > if an external phone # needs to be called, it would be through > *their* office phone lines, not the "public ones" that Skype has > setup ... > > Possible? Under FreeBSD? I haven't seen anywhere that Skype provides that possibilitiy, so I don't think this is possible with Skype. Of course, I would love to be proved wrong. If your cliet would like to have full control over their own VOIP / PBX telephone solution, might I suggest Asterisk (http://www.asterisk.org/)? HTH -- Regards, Torfinn Ingolfsen, Norway From owner-freebsd-multimedia@FreeBSD.ORG Thu Jun 1 07:37:19 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD84116AE05 for ; Thu, 1 Jun 2006 07:37:19 +0000 (UTC) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03F4143D58 for ; Thu, 1 Jun 2006 07:37:18 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5D7E5.dip.t-dialin.net [84.165.215.229]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.4/8.13.4) with ESMTP id k517aAZD097730; Thu, 1 Jun 2006 09:36:11 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.4/8.13.3) with ESMTP id k517bG2w086687; Thu, 1 Jun 2006 09:37:16 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde MIME library) with HTTP; Thu, 01 Jun 2006 09:37:16 +0200 Message-ID: <20060601093716.nqlpj0joyokkgk4c@netchild.homeip.net> X-Priority: 3 (Normal) Date: Thu, 01 Jun 2006 09:37:16 +0200 From: Alexander Leidinger To: "Marc G. Fournier" References: <20060531235921.I1114@ganymede.hub.org> In-Reply-To: <20060531235921.I1114@ganymede.hub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.1) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: freebsd-multimedia@freebsd.org Subject: Re: Standalone Skype Server possible ... ? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 07:37:28 -0000 Quoting "Marc G. Fournier" (from Thu, 1 Jun 2006 00:01:12 -0300 (ADT)): > > Have a client that would like to run their own Skype Server ... > basically, with its own SkypeOut capabilities through their own phone > lines ... multiple locations all able to talk VOIP using Skype, and if > an external phone # needs to be called, it would be through *their* > office phone lines, not the "public ones" that Skype has setup ... > > Possible? Under FreeBSD? If you can get the server software from Skype, it may be possible to let it run in the linuxolator like we do with the Skype client port. But I can't tell for sure, I've never seen Skype server software. Bye, Alexander. -- Selling GoodYear Eagle F1 235/40ZR18, 2x 4mm + 2x 5mm, ~150 EUR you have to pick it up between Germany/Saarland and Luxembourg/Capellen http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-multimedia@FreeBSD.ORG Thu Jun 1 12:47:42 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C2EAE16AC9F for ; Thu, 1 Jun 2006 12:47:42 +0000 (UTC) (envelope-from umarc@hippogryph.com) Received: from siren.hippogryph.com (dsl092-074-120.bos1.dsl.speakeasy.net [66.92.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3984443D46 for ; Thu, 1 Jun 2006 12:47:42 +0000 (GMT) (envelope-from umarc@hippogryph.com) Received: from siren.hippogryph.com (localhost.localdomain [127.0.0.1]) by siren.hippogryph.com (8.13.1/8.12.11) with ESMTP id k51ClehI023963 for ; Thu, 1 Jun 2006 08:47:41 -0400 Received: from localhost (umarc@localhost) by siren.hippogryph.com (8.13.1/8.13.1/Submit) with ESMTP id k51CleoR023960 for ; Thu, 1 Jun 2006 08:47:40 -0400 Date: Thu, 1 Jun 2006 08:47:40 -0400 (EDT) From: umarc X-X-Sender: umarc@siren To: freebsd-multimedia@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: Sound card problem X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 12:47:48 -0000 Folks: I just installed FreeBSD 6.1 on an old Compaq Presario 1277 laptop, and I can't get sound to work. When I load the driver module, I get two clicks form the speaker, but then the following lined show up in dmesg: pcm0: port 0x1000-0x10ff,0x1834-0x1837,0x1830-0x1833 irq 11 at device 7.5 on pci0 via: codec invalid via: codec invalid via: codec invalid via: codec invalid via: codec invalid pcm0: ac97 codec invalid or not present (id == ffffffff) device_attach: pcm0 attach returned 6 I'm using the snd_via82c686 driver, which used to work in previous versions of FreeBSD. Is there something I should be doing differently in 6.1? Rob From owner-freebsd-multimedia@FreeBSD.ORG Thu Jun 1 19:43:59 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1348116B4CC for ; Thu, 1 Jun 2006 19:43:59 +0000 (UTC) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14AD843D77 for ; Thu, 1 Jun 2006 19:43:47 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from localhost (mx1.hub.org [200.46.208.251]) by hub.org (Postfix) with ESMTP id CAE48290C1E for ; Thu, 1 Jun 2006 16:43:44 -0300 (ADT) Received: from hub.org ([200.46.204.220]) by localhost (mx1.hub.org [200.46.208.251]) (amavisd-new, port 10024) with ESMTP id 57463-04 for ; Thu, 1 Jun 2006 16:43:47 -0300 (ADT) Received: from ganymede.hub.org (blk-7-151-244.eastlink.ca [71.7.151.244]) by hub.org (Postfix) with ESMTP id 4C4EA290C37 for ; Thu, 1 Jun 2006 16:43:44 -0300 (ADT) Received: by ganymede.hub.org (Postfix, from userid 1000) id 86C0560282; Thu, 1 Jun 2006 16:21:30 -0300 (ADT) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id 85A8960280; Thu, 1 Jun 2006 16:21:30 -0300 (ADT) Date: Thu, 1 Jun 2006 16:21:30 -0300 (ADT) From: "Marc G. Fournier" To: Torfinn Ingolfsen In-Reply-To: <20060601082610.f897b242.torfinn.ingolfsen@broadpark.no> Message-ID: <20060601162047.E1114@ganymede.hub.org> References: <20060531235921.I1114@ganymede.hub.org> <20060601082610.f897b242.torfinn.ingolfsen@broadpark.no> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-multimedia@freebsd.org Subject: Re: Standalone Skype Server possible ... ? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 19:43:59 -0000 On Thu, 1 Jun 2006, Torfinn Ingolfsen wrote: > On Thu, 01 Jun 2006 00:01:12 -0300 (ADT) > "Marc G. Fournier" wrote: > >> Have a client that would like to run their own Skype Server ... >> basically, with its own SkypeOut capabilities through their own phone >> lines ... multiple locations all able to talk VOIP using Skype, and >> if an external phone # needs to be called, it would be through >> *their* office phone lines, not the "public ones" that Skype has >> setup ... >> >> Possible? Under FreeBSD? > > I haven't seen anywhere that Skype provides that possibilitiy, so I > don't think this is possible with Skype. Of course, I would love to be > proved wrong. > > If your cliet would like to have full control over their own VOIP / PBX > telephone solution, might I suggest Asterisk (http://www.asterisk.org/)? Will have to take a second look at that ... last time I looked, I think I ran in fear due to complexity, then again, a 'Skype Server' might be similar, so might just have to buckle down :) Thanks ... ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . scrappy@hub.org MSN . scrappy@hub.org Yahoo . yscrappy Skype: hub.org ICQ . 7615664 From owner-freebsd-multimedia@FreeBSD.ORG Thu Jun 1 20:02:54 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B1D116A43D for ; Thu, 1 Jun 2006 20:02:54 +0000 (UTC) (envelope-from arg-bsd@arg.me.uk) Received: from arg.me.uk (arg1.demon.co.uk [62.49.12.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id B009143D45 for ; Thu, 1 Jun 2006 20:02:51 +0000 (GMT) (envelope-from arg-bsd@arg.me.uk) Received: by arg.me.uk (Postfix, from userid 1002) id 3F19B9B07; Thu, 1 Jun 2006 21:02:50 +0100 (BST) Received: from localhost (localhost [127.0.0.1]) by arg.me.uk (Postfix) with ESMTP id 303175D25; Thu, 1 Jun 2006 21:02:50 +0100 (BST) Date: Thu, 1 Jun 2006 21:02:49 +0100 (BST) From: Andrew Gordon X-X-Sender: freebsd@server.arg.sj.co.uk To: "Marc G. Fournier" In-Reply-To: <20060601162047.E1114@ganymede.hub.org> Message-ID: <20060601205747.F20381@server.arg.sj.co.uk> References: <20060531235921.I1114@ganymede.hub.org> <20060601082610.f897b242.torfinn.ingolfsen@broadpark.no> <20060601162047.E1114@ganymede.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-multimedia@freebsd.org Subject: Re: Standalone Skype Server possible ... ? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 20:02:54 -0000 On Thu, 1 Jun 2006, Marc G. Fournier wrote: > On Thu, 1 Jun 2006, Torfinn Ingolfsen wrote: > > > > If your cliet would like to have full control over their own VOIP / PBX > > telephone solution, might I suggest Asterisk (http://www.asterisk.org/)? > > Will have to take a second look at that ... last time I looked, I think I > ran in fear due to complexity, then again, a 'Skype Server' might be > similar, so might just have to buckle down :) Don't be put off by the complexity in the sample config files that get installed. They are complete 'kitchen sink' configs, and IMHO just serve to confuse - much better to start from a set of empty files and add a few lines at a time as you need them [and half of the files you don't need at all, since they relate to obscure modules that you won't be using]. Using Asterisk (and hence the open SIP or IAX protocols) gives you a huge range of hardware devices and commercial services you can use to put your system together, rather than being tied to the proprietary Skype stuff. From owner-freebsd-multimedia@FreeBSD.ORG Thu Jun 1 20:24:47 2006 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DEB316B7D6 for ; Thu, 1 Jun 2006 20:24:47 +0000 (UTC) (envelope-from h.nieser@xs4all.nl) Received: from smtp-vbr17.xs4all.nl (smtp-vbr17.xs4all.nl [194.109.24.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BF5543D58 for ; Thu, 1 Jun 2006 20:24:42 +0000 (GMT) (envelope-from h.nieser@xs4all.nl) Received: from [192.168.1.66] (aphax.nl [82.92.29.227]) by smtp-vbr17.xs4all.nl (8.13.6/8.13.6) with ESMTP id k51KOesd097906 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 1 Jun 2006 22:24:41 +0200 (CEST) (envelope-from h.nieser@xs4all.nl) Message-ID: <447F4D41.1020405@xs4all.nl> Date: Thu, 01 Jun 2006 22:25:37 +0200 From: Hans Nieser User-Agent: Thunderbird 1.5.0.2 (X11/20060501) MIME-Version: 1.0 To: "Stephane E. Potvin" References: <447CFBC5.9000109@videotron.ca> In-Reply-To: <447CFBC5.9000109@videotron.ca> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-multimedia@freebsd.org Subject: Re: HDA Driver Update X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 20:24:51 -0000 Stephane E. Potvin wrote: > A new version of the current state of my work is now available at the > following address: > > http://www.leidinger.net/FreeBSD/hdac_20060525.tbz > > As the previous version, this one doesn't do anything useful yet. Major > changes since the last time are the integration of the hda bus probing > into the newbus framework. Two drivers are now included: hdac which is > the driver for the hda controller/bus and stel which will become the pcm > driver for the SigmaTel hda device. I decided to collapse the controller > and bus into a single driver as it quickly became a mess as they both > required access to some part of the hda controller. > > I currently only have the vendor/device ids for the SigmaTel device I'm > using so if people who knows what device they have could send me the > output of the "devinfo -rv" command along with the model of the hda > device I'll add them to the stel driver. > > Steph Thanks for the update! When I load hdac and snd_stel I get the following on dmesg: hdac0: mem 0xfebf8000-0xfebfbfff irq 16 at device 27.0 on pci0 hdac0: Output Streams: 4, Input Streams: 4, Bidirectional Streams: 0 hdac0: CORB Size: 256, RIRB Size: 256 hdac0: