Package Details: tty0tty-dkms-git 1.2+66.r82.20241006.9452a60-1

Git Clone URL: https://aur.archlinux.org/tty0tty-dkms-git.git (read-only, click to copy)
Package Base: tty0tty-dkms-git
Description: tty0tty Virtual Serial Cable (DKMS and userspace variant).
Upstream URL: https://github.com/freemed/tty0tty
Licenses: GPL-2.0-only
Conflicts: tty0tty, tty0tty-pts
Provides: tty0tty, tty0tty-doc, tty0tty-pts
Submitter: dreieck
Maintainer: dreieck
Last Packager: dreieck
Votes: 4
Popularity: 0.000000
First Submitted: 2022-06-14 11:09 (UTC)
Last Updated: 2024-10-10 09:45 (UTC)

Dependencies (4)

Required by (1)

Sources (3)

Pinned Comments

dreieck commented on 2024-01-11 19:19 (UTC)

I like to disown since I do not actively use it and I am not familiar with kernel code. @ozz seems to be more familiar.

Anyone wanting to adopt? Please drop me an email and I will transfer ownership to you.

Regards!

Latest Comments

« First ‹ Previous 1 2 3

dreieck commented on 2022-02-21 20:16 (UTC)

Can you make a pkgver() function that generates a proper, monotoneously increasing, $pkgver?

You can have a look at my *-git packages for inspirations if you want.

Thanks for maintaining!

crazyquark commented on 2021-09-21 14:42 (UTC)

There was a breaking change in kernel 5.14 for serial drivers, this is the patch needed to make it work in kernels >= 5.14: https://github.com/freemed/tty0tty/pull/37

kassane commented on 2020-10-11 18:16 (UTC)

It would be interesting to replace it with this one.

linux null modem emulator v1.3: https://github.com/lcgamboa/tty0tty

h.leb commented on 2019-11-10 13:15 (UTC) (edited on 2019-11-10 13:15 (UTC) by h.leb)

I've added two files in my system to support loading module at boot and setting the same rights as other serial devices, maybe you could add them to your package?

/etc/udev/rules.d/95-tty0tty.rules

KERNEL=="tnt[0-7]", SUBSYSTEM=="tty", GROUP="uucp", MODE="0660"

/etc/modules-load.d/tty0tty.conf

tty0tty

cg505 commented on 2018-06-23 13:56 (UTC)

Also, git should be added in makedepends.

grawity commented on 2018-02-04 13:45 (UTC) (edited on 2018-02-04 13:47 (UTC) by grawity)

For proper version numbers, you need:

pkgver() {
  cd ${_pkgbase}
  git describe --tags | sed 's/-/.r/; s/-/./'
}

It would be also a good idea to install the README under /usr/share/doc/tty0tty/.