Re: WinModem Support

2001-05-11 Thread Mark Santcroos

On Fri, May 11, 2001 at 01:26:41AM +0300, Tomi Vainio - Sun Finland - wrote:
 Mark Santcroos writes:
   
   I have contacted the author and he made a last change in the interrupt
   setup.
   
   I have made a small stand alone package for -CURRENT, it holds the .c, the
   linux object file, a Makefile and a script to create the necessary device
   files. (If you want it in your kernel you can figure out yourself
   probably, this is just a proof of concept)
   
   http://www.ripe.net/home/mark/files/ltmdm_current_may_10.tgz
   
   It works great for me, let me know if it is not generic enough and I will
   apply the changes.
   
 I tried your package with Toshiba Portege 3440CT and 5.0C cvsupped
 last weekend.  Still the same problems, no connect though it dials and
 ATI3 gives hard hang.

I had that errors also before the last patch, but after applying my
that problems disappeared.

FYI: I have a Toshiba Portege 3110CT, probably the same modem as yours.
(as the machines are very similar)

I found it very hard to debug the problem myself, maybe someone has good
advise on debugging problems that are interrupt related and hang the
machine.

Also I noticed that the driver is not yet perfect. Although it does work
sometimes. I haven't get it to work for longer periods and multiple times.
However, these seem minor issues to me.

Good luck.

Mark


-- 
Mark Santcroos  RIPE Network Coordination Centre
http://www.ripe.net/home/mark/  New Projects Group/TTM

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: WinModem Support

2001-05-10 Thread Mark Santcroos

On Thu, May 10, 2001 at 01:51:25AM -0700, David O'Brien wrote:
 On Mon, May 07, 2001 at 02:37:20PM +0200, Mark Santcroos wrote:
   Please check http://www.geocities.com/wtnbkysh/ .  It should work
   under 4.2R.  There is also some 5.0C patches but still some problems
   probably with interrupts.
  
  Any idea who is the author of this?
  
  I also tried it on -current and it needs some refinement probably.
  I am willing to do that but it would be nice if the author could give me
  some hints.
 
 Have you gotten anywhere with this?

Yes!

I have contacted the author and he made a last change in the interrupt
setup.

I have made a small stand alone package for -CURRENT, it holds the .c, the
linux object file, a Makefile and a script to create the necessary device
files. (If you want it in your kernel you can figure out yourself
probably, this is just a proof of concept)

http://www.ripe.net/home/mark/files/ltmdm_current_may_10.tgz

It works great for me, let me know if it is not generic enough and I will
apply the changes.

Mark


-- 
Mark Santcroos  RIPE Network Coordination Centre
http://www.ripe.net/home/mark/  New Projects Group/TTM

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: WinModem Support

2001-05-10 Thread Tomi Vainio - Sun Finland -

Mark Santcroos writes:
  
  I have contacted the author and he made a last change in the interrupt
  setup.
  
  I have made a small stand alone package for -CURRENT, it holds the .c, the
  linux object file, a Makefile and a script to create the necessary device
  files. (If you want it in your kernel you can figure out yourself
  probably, this is just a proof of concept)
  
  http://www.ripe.net/home/mark/files/ltmdm_current_may_10.tgz
  
  It works great for me, let me know if it is not generic enough and I will
  apply the changes.
  
I tried your package with Toshiba Portege 3440CT and 5.0C cvsupped
last weekend.  Still the same problems, no connect though it dials and
ATI3 gives hard hang.

  Tomppa
-- 
SUN Microsystems Oy PL 112, Lars Sonckin kaari 12, 02601 ESPOO, Finland
Tomi Vainio (System Support Engineer) +358 9 52556300 hotline
email: [EMAIL PROTECTED]+358 9 52556252 fax

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: WinModem Support/Learning the kernel Internals

2001-05-07 Thread Mark Santcroos

On Tue, May 01, 2001 at 02:13:05AM +0300, Tomi Vainio - Sun Finland - wrote:
 Benjamin Close writes:
  Is anyone looking into converting the Linux winmodem driver (
   Lucent Technologies binary object file compiled together with the linux
   kernel serial driver) into a freebsd device?
  
 Please check http://www.geocities.com/wtnbkysh/ .  It should work
 under 4.2R.  There is also some 5.0C patches but still some problems
 probably with interrupts.

Any idea who is the author of this?

I also tried it on -current and it needs some refinement probably.
I am willing to do that but it would be nice if the author could give me
some hints.

Mark

-- 
Mark Santcroos  RIPE Network Coordination Centre
http://www.ripe.net/home/mark/  New Projects Group/TTM

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



WinModem Support/Learning the kernel Internals

2001-04-30 Thread Benjamin Close

Hi All,
Is anyone looking into converting the Linux winmodem driver (
Lucent Technologies binary object file compiled together with the linux
kernel serial driver) into a freebsd device?

And another question, is there some documentation (other than the code) on
how to use things like timers for devices, the kernel debugger, other
useful kernel device development things :)

Cheers,
 --
* Benjamin Close
* [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: WinModem Support/Learning the kernel Internals

2001-04-30 Thread Steve O'Hara-Smith

On Tue, 1 May 2001 00:53:33 +0930 (CST)
Benjamin Close [EMAIL PROTECTED] wrote:

BC Hi All,
BC Is anyone looking into converting the Linux winmodem driver (

I'm pretty certain not, although there was a post on USENET recently
by someone claiming to have their LT Winmodem running - I have asked for
details.

-- 
Optimal hardware acceleration for Windows PC (Mac).
   9.81 m/s/s applied for (at least) 2s followed by impact with solid object.
Optimal software upgrade
   FreeBSD (OS-X).

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



WinModem Support/Learning the kernel Internals

2001-04-30 Thread Tomi Vainio - Sun Finland -

Benjamin Close writes:
   Is anyone looking into converting the Linux winmodem driver (
  Lucent Technologies binary object file compiled together with the linux
  kernel serial driver) into a freebsd device?
 
Please check http://www.geocities.com/wtnbkysh/ .  It should work
under 4.2R.  There is also some 5.0C patches but still some problems
probably with interrupts.

Apr 25 22:23:04 phb /boot/kernel/kernel: ltmdm0: Lucent Win Modem port 
0x1c00-0x1cff,0x2f8-0x2ff mem 0xffefff00-0xffef irq 11 at device 2.0 on pci0
Apr 25 22:23:04 phb /boot/kernel/kernel: ltmdm0: using SHARED IRQ.
Apr 25 22:23:04 phb /boot/kernel/kernel: ltmdm0: unable to activate interrupt in fast 
mode - using normal modeltmdm0: type Virtual 16550A

  Tomppa

-- 
SUN Microsystems Oy PL 112, Lars Sonckin kaari 12, 02601 ESPOO, Finland
Tomi Vainio (System Support Engineer) +358 9 52556300 hotline
email: [EMAIL PROTECTED]+358 9 52556252 fax

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: WinModem Support/Learning the kernel Internals

2001-04-30 Thread Steve O'Hara-Smith

On Tue, 1 May 2001 02:13:05 +0300
Tomi Vainio - Sun Finland - [EMAIL PROTECTED] wrote:
TF Please check http://www.geocities.com/wtnbkysh/ .  It should work

I stand corrected - and impressed.

-- 
Optimal hardware acceleration for Windows PC (Mac).
   9.81 m/s/s applied for (at least) 2s followed by impact with solid object.
Optimal software upgrade
   FreeBSD (OS-X).

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: WinModem Support/Learning the kernel Internals

2001-04-30 Thread Jacques A. Vidrine

On Tue, May 01, 2001 at 02:13:05AM +0300, Tomi Vainio - Sun Finland - wrote:
 Benjamin Close writes:
  Is anyone looking into converting the Linux winmodem driver (
   Lucent Technologies binary object file compiled together with the linux
   kernel serial driver) into a freebsd device?
  
 Please check http://www.geocities.com/wtnbkysh/ .  It should work
 under 4.2R.  There is also some 5.0C patches but still some problems
 probably with interrupts.
 
 Apr 25 22:23:04 phb /boot/kernel/kernel: ltmdm0: Lucent Win Modem port 
0x1c00-0x1cff,0x2f8-0x2ff mem 0xffefff00-0xffef irq 11 at device 2.0 on pci0
 Apr 25 22:23:04 phb /boot/kernel/kernel: ltmdm0: using SHARED IRQ.
 Apr 25 22:23:04 phb /boot/kernel/kernel: ltmdm0: unable to activate interrupt in 
fast mode - using normal modeltmdm0: type Virtual 16550A

Also  I've used  PPP  with the  following on  a  ThinkPad X20  running
4.3-RELEASE + wtnbkysh patches:

  ltmdm0: Xircom Win Modem port 0x1810-0x1817 mem 0xf4011000-0xf4011fff irq 9 at 
device 10.1 on pci 0
  ltmdm0: using SHARED IRQ.
  ltmdm0: type Virtual 16550A

This is on the EtherJet Mini-PCI card (combo: fxp + ltmdm).

Cheers,
-- 
Jacques Vidrine / [EMAIL PROTECTED] / [EMAIL PROTECTED] / [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message