Re: skype replacement

2007-04-03 Thread Andriy Babiy
On March 31, 2007, you wrote:
 On Fri, 30 Mar 2007 23:12:59 -0700 Andriy Babiy wrote:
  Since skype requires some i386 binary, it doesn't build on
  amd64.

 Where did you manage to get the sources?
 Why didn't you give a try to use the port
 (/usr/ports/net/skype)? It works just fine at amd64 (COMPAT_IA32
 and COMPAT_LINUX32 should be used for kernel configuration).
   
Thank you. I didn't know about those parameters. I'll give it a
try.
  
   Well, there are the defaults and are presented at the GENERIC
   kernel. To answer your question. The default (GENERIC) kernel should
   use i386 binaries, can't say about kernel modules though.
 
  It should work, but it didn't. As I didn't touch those parameters,
  they were present in my kernel configuration. Is there anything else I
  should set or configure? Just in case, if someone can have a look at
  my kernel config and advise me, please find it attached.
  Thank you.

 Well, so far so good. You didn't show any error messages and any
 diagnostics. I even can't understand your it doesn't build on
 amd64. Did you give it a try (to install from the port)? Have you got
 any error messages? Does your sound card work with FreeBSD
 applications? Which version of FreeBSD do you run?

Error message:
===  linux_dri-6.5 is only for i386, and you are running amd64..
*** Error code 1

Stop in /usr/ports/graphics/linux_dri.

Both skype and linux-flashplugin depend on the linux_dri port.

$ uname -a
FreeBSD S01060014bf5ee711 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Thu Feb 22 
00:43:46 PST 2007 root@:/usr/obj/usr/src/sys/MYKERNEL  amd64

Intel EM64T.
Yes, the sound card works perfect.

By the way, the same error message comes up when I try to install 
win32-codecs:
===  win32-codecs-3.1.0.r1,1 is only for i386, and you are running amd64..
*** Error code 1

Stop in /usr/ports/multimedia/win32-codecs.

Please find me kernel config attached.
I have linux_enable=YES in /etc/rc.conf

Thank you for your attention.

Andriy
# GENERIC -- Generic kernel configuration file for FreeBSD/amd64
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#
http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ../../conf/NOTES and NOTES files.
# If you are in doubt as to the purpose or necessity of a line, check first
# in NOTES.
#
# $FreeBSD: src/sys/amd64/conf/GENERIC,v 1.439.2.14 2006/10/09 18:41:36 simon 
Exp $

machine amd64
cpu HAMMER
ident   MYKERNEL

# To statically compile in device wiring instead of /boot/device.hints
#hints  GENERIC.hints # Default places to look for devices.

#makeoptionsDEBUG=-g# Build kernel with gdb(1) debug symbols

options SCHED_4BSD  # 4BSD scheduler
options PREEMPTION  # Enable kernel thread preemption
options INET# InterNETworking
#optionsINET6   # IPv6 communications protocols
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options MD_ROOT # MD is a potential root device
#optionsNFSCLIENT   # Network Filesystem Client
#optionsNFSSERVER   # Network Filesystem Server
#optionsNFS_ROOT# NFS usable as /, requires NFSCLIENT
options NTFS# NT File System
options MSDOSFS # MSDOS Filesystem
options CD9660  # ISO 9660 Filesystem
options PROCFS  # Process filesystem (requires PSEUDOFS)
options PSEUDOFS# Pseudo-filesystem framework
options GEOM_GPT# GUID Partition Tables.
options COMPAT_43   # Needed by COMPAT_LINUX32
options COMPAT_IA32 # Compatible with i386 binaries
#optionsCOMPAT_FREEBSD4 # Compatible with FreeBSD4
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
options COMPAT_LINUX32  # Compatible with i386 linux binaries 
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
#optionsKTRACE  # ktrace(1) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options  

Re: skype replacement

2007-03-31 Thread Boris Samorodov
On Fri, 30 Mar 2007 23:12:59 -0700 Andriy Babiy wrote:

 Since skype requires some i386 binary, it doesn't build on amd64.
   
Where did you manage to get the sources?
Why didn't you give a try to use the port (/usr/ports/net/skype)?
It works just fine at amd64 (COMPAT_IA32 and COMPAT_LINUX32
should be used for kernel configuration).
  
   Thank you. I didn't know about those parameters. I'll give it a try.
 
  Well, there are the defaults and are presented at the GENERIC kernel.
  To answer your question. The default (GENERIC) kernel should use i386
  binaries, can't say about kernel modules though.

 It should work, but it didn't. As I didn't touch those parameters, they 
 were present in my kernel configuration. Is there anything else I should 
 set or configure? Just in case, if someone can have a look at my kernel 
 config and advise me, please find it attached.
 Thank you.

Well, so far so good. You didn't show any error messages and any
diagnostics. I even can't understand your it doesn't build on
amd64. Did you give it a try (to install from the port)? Have you got
any error messages? Does your sound card work with FreeBSD
applications? Which version of FreeBSD do you run? 


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: skype replacement

2007-03-30 Thread Boris Samorodov
On Thu, 29 Mar 2007 23:01:29 -0700 Andriy Babiy wrote:

   Since skype requires some i386 binary, it doesn't build on amd64.
 
  Where did you manage to get the sources?
  Why didn't you give a try to use the port (/usr/ports/net/skype)?
  It works just fine at amd64 (COMPAT_IA32 and COMPAT_LINUX32
  should be used for kernel configuration).

 Thank you. I didn't know about those parameters. I'll give it a try. 

Well, there are the defaults and are presented at the GENERIC kernel.

 Perhaps, if I add the parameters to the kernel configuration, 
 linuxflashplugin will build on amd64 too?

Yes, it should work.

 Can it be applied to the kernel modules? I have an intergrated network card 
 from Marvell. They provide i386 binary module only. Is it assumed to be 
 working if I indicate these parameters; however I think they're helpless 
 in this case.

Are you sure that your network card adapter is not supported? Did you
ask (if you run -stable) at the freebsd-stable@ about this network
card?

To answer your question. The default (GENERIC) kernel should use i386
binaries, can't say about kernel modules though.


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: skype replacement

2007-03-30 Thread Andriy Babiy
Since skype requires some i386 binary, it doesn't build on amd64.
  
   Where did you manage to get the sources?
   Why didn't you give a try to use the port (/usr/ports/net/skype)?
   It works just fine at amd64 (COMPAT_IA32 and COMPAT_LINUX32
   should be used for kernel configuration).
 
  Thank you. I didn't know about those parameters. I'll give it a try.

 Well, there are the defaults and are presented at the GENERIC kernel.
 To answer your question. The default (GENERIC) kernel should use i386
 binaries, can't say about kernel modules though.

It should work, but it didn't. As I didn't touch those parameters, they 
were present in my kernel configuration. Is there anything else I should 
set or configure? Just in case, if someone can have a look at my kernel 
config and advise me, please find it attached.
Thank you.

Andriy
# GENERIC -- Generic kernel configuration file for FreeBSD/amd64
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#
http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the ../../conf/NOTES and NOTES files.
# If you are in doubt as to the purpose or necessity of a line, check first
# in NOTES.
#
# $FreeBSD: src/sys/amd64/conf/GENERIC,v 1.439.2.14 2006/10/09 18:41:36 simon 
Exp $

machine amd64
cpu HAMMER
ident   KRNSTABLE

# To statically compile in device wiring instead of /boot/device.hints
#hints  GENERIC.hints # Default places to look for devices.

#makeoptionsDEBUG=-g# Build kernel with gdb(1) debug symbols

options SCHED_4BSD  # 4BSD scheduler
options PREEMPTION  # Enable kernel thread preemption
options INET# InterNETworking
#optionsINET6   # IPv6 communications protocols
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
options MD_ROOT # MD is a potential root device
#optionsNFSCLIENT   # Network Filesystem Client
#optionsNFSSERVER   # Network Filesystem Server
#optionsNFS_ROOT# NFS usable as /, requires NFSCLIENT
options NTFS# NT File System
options MSDOSFS # MSDOS Filesystem
options CD9660  # ISO 9660 Filesystem
options PROCFS  # Process filesystem (requires PSEUDOFS)
options PSEUDOFS# Pseudo-filesystem framework
options GEOM_GPT# GUID Partition Tables.
options COMPAT_43   # Needed by COMPAT_LINUX32
options COMPAT_IA32 # Compatible with i386 binaries
#optionsCOMPAT_FREEBSD4 # Compatible with FreeBSD4
options COMPAT_FREEBSD5 # Compatible with FreeBSD5
options COMPAT_LINUX32  # Compatible with i386 linux binaries 
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
#optionsKTRACE  # ktrace(1) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time 
extensions
options KBD_INSTALL_CDEV# install a CDEV entry in /dev
options ADAPTIVE_GIANT  # Giant mutex is adaptive.

# Workarounds for some known-to-be-broken chipsets (nVidia nForce3-Pro150)
#device atpic   # 8259A compatability

# Linux 32-bit ABI support
options LINPROCFS   # Cannot be a module yet.

# Bus support.
device  acpi
device  pci

# Floppy drives
device  fdc

# ATA and ATAPI devices
device  ata
device  atadisk # ATA disk drives
#device ataraid # ATA RAID drives
device  atapicd # ATAPI CDROM drives
#device atapifd # ATAPI floppy drives
#device atapist # ATAPI tape drives
options ATA_STATIC_ID   # Static device numbering

# SCSI Controllers
#device ahc # AHA2940 and onboard AIC7xxx devices
#optionsAHC_REG_PRETTY_PRINT# Print register bitfields in debug
# 

Re: skype replacement

2007-03-29 Thread Boris Samorodov
On Wed, 28 Mar 2007 19:44:58 -0700 Andriy Babiy wrote:

 Since skype requires some i386 binary, it doesn't build on amd64.

Where did you manage to get the sources?
Why didn't you give a try to use the port (/usr/ports/net/skype)?
It works just fine at amd64 (COMPAT_IA32 and COMPAT_LINUX32
should be used for kernel configuration).

 Could you advise me on what is available as a replacement? What program do 
 you use to implement p2p voice connection on amd64 machine?
 Thank you in advance.


WBR
-- 
Boris Samorodov (bsam)
Research Engineer, http://www.ipt.ru Telephone  Internet SP
FreeBSD committer, http://www.FreeBSD.org The Power To Serve
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: skype replacement

2007-03-29 Thread Andriy Babiy
  Since skype requires some i386 binary, it doesn't build on amd64.
  Could you advise me on what is available as a replacement? What
  program do you use to implement p2p voice connection on amd64
  machine?  Thank you in advance.

 hihi.  You may want to have a look at [1][2]Ekiga.  It's a really
 nice SIP and H.323 soft phone for GNOME.

 HTH!

   1. http://www.freshports.org/net/ekiga/
   2. http://www.gnomemeeting.org/

Thank you. If my webcam works with it, for me it might be better than 
skype.

Andriy
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: skype replacement

2007-03-29 Thread Andriy Babiy
  Since skype requires some i386 binary, it doesn't build on amd64.

 Where did you manage to get the sources?
 Why didn't you give a try to use the port (/usr/ports/net/skype)?
 It works just fine at amd64 (COMPAT_IA32 and COMPAT_LINUX32
 should be used for kernel configuration).

Thank you. I didn't know about those parameters. I'll give it a try. 
Perhaps, if I add the parameters to the kernel configuration, 
linuxflashplugin will build on amd64 too?
Can it be applied to the kernel modules? I have an intergrated network card 
from Marvell. They provide i386 binary module only. Is it assumed to be 
working if I indicate these parameters; however I think they're helpless 
in this case.

Andriy
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


skype replacement

2007-03-28 Thread Andriy Babiy
Hi all,

Since skype requires some i386 binary, it doesn't build on amd64.
Could you advise me on what is available as a replacement? What program do 
you use to implement p2p voice connection on amd64 machine?
Thank you in advance.

Andriy
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: skype replacement

2007-03-28 Thread James

On 3/28/07, Andriy Babiy [EMAIL PROTECTED] wrote:

Since skype requires some i386 binary, it doesn't build on amd64.
Could you advise me on what is available as a replacement? What
program do you use to implement p2p voice connection on amd64
machine?  Thank you in advance.


   hihi.  You may want to have a look at [1][2]Ekiga.  It's a really
   nice SIP and H.323 soft phone for GNOME.

   HTH!

 1. http://www.freshports.org/net/ekiga/
 2. http://www.gnomemeeting.org/
--
James.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]