From owner-freebsd-questions@FreeBSD.ORG Thu Oct 30 19:19:51 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DB4C16A4CE for ; Thu, 30 Oct 2003 19:19:51 -0800 (PST) Received: from mail.oisca.org (mail.oisca.org [164.46.152.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C45943FAF for ; Thu, 30 Oct 2003 19:19:49 -0800 (PST) (envelope-from r_ikeda@oisca.org) Received: from oisca.org (61.174.203.61.ap.yournet.ne.jp [61.203.174.61]) (authenticated)h9V3Jlu31822 for ; Fri, 31 Oct 2003 12:19:47 +0900 Message-ID: <3FA1D4AF.90605@oisca.org> Date: Fri, 31 Oct 2003 12:19:11 +0900 From: "Rommel B. IKEDA" Organization: OISCA-International User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030927 X-Accept-Language: en-us, en, ja MIME-Version: 1.0 To: FreeBSD ML Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: cd9660_unicode: kernel settings X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: r_ikeda@oisca.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2003 03:19:51 -0000 I stumbled upon a port in /usr/ports/sysutils, the name is cd9660_unicode-1.0: It's long description is: Kernel driver for reading CD disks with non-English filenames. Since I am using my Gnome2 Desktop in an english environment, when I mount CD's containing Japanese names...The icon that shows in my desktop is always ",??(???( (invalid unicode)"....I can input/read Japanese characters because I am using Canna and Kinput2... Since I am having this problem, I tried to install the port and after installing it says that I can: Loading the cd9660_unicode Module: #kldload /usr/local/lib/cd9660_unicode/cd9660_.ko where is any name from the following list: cp775, cp850, cp852, cp855, cp866, iso-8859-1, iso-8859-15, iso-8859-2, iso-8859-4, iso-8859-5, jis_x0201, koi8-r, koi8-u, shift_jis... Since I do not know if my PC is using "jis_x0201" or "shift_jis", I wanted to load this 2 encodings in my settings... The problem is how can I specify them in my kernel so that I can build my new kernel...or, what would be the exact lines that I should add in my kernel settings to automatically load them...? I would really appreciate any hints or advice... Rommel B. Ikeda